diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-29 21:45:46 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-07-29 21:45:46 +0000 |
| commit | af3e19a68ca6a319cbce0a17b46f3d437159aab6 (patch) | |
| tree | 408990cf48c97b90b7224e127900945207bd647c /share | |
| parent | ca7d07fa0003a86bd22ef11ccd3cf819689f446b (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man7/build.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/build.7 b/share/man/man7/build.7 index e37e2418196ca..be04b7895cad9 100644 --- a/share/man/man7/build.7 +++ b/share/man/man7/build.7 @@ -98,12 +98,12 @@ followed by .It Cm delete-old Delete obsolete base system files and directories interactively. When -DBATCH_DELETE_OLD_FILES is specified at the command line, -the delete operation will be non-interactively. +the delete operation will be non-interactive. .It Cm delete-old-libs Delete obsolete base system libraries interactively. This should only be used if no 3rd party software uses the libraries anymore. When -DBATCH_DELETE_OLD_FILES is specified at the command line, -the delete operation will be non-interactively. +the delete operation will be non-interactive. .El .Pp For more information about the ports build process, see |
