diff options
author | Matt Kraai <kraai@ftbfs.org> | 2009-11-08 17:39:59 -0800 |
---|---|---|
committer | Matt Kraai <kraai@ftbfs.org> | 2009-11-08 17:39:59 -0800 |
commit | a3295f6c06659a4e78264ff0d1bed194b6db2009 (patch) | |
tree | 9e1a1271df5c7901604f85834f92f3720cf69086 | |
parent | 4fef41f5df68a101e20908fcb66aa930d3dadcc9 (diff) | |
download | pbuilder-a3295f6c06659a4e78264ff0d1bed194b6db2009.tar pbuilder-a3295f6c06659a4e78264ff0d1bed194b6db2009.tar.gz |
Remove the space before "and"
If "and" is preceded by a space, man inserts a newline after --create.
-rw-r--r-- | pbuilder.8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -233,7 +233,7 @@ configuration files have been read. Specifies the location where scripts for user intervention during the .B "--create" - and +and .B "--update" process are stored. Currently scripts are executed at only one point, on exit from the chrooted environment, |