diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-30 23:26:29 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-30 23:26:29 +0000 |
commit | 25922a4d78e011eae9655f948f5d51c6d5d48749 (patch) | |
tree | aae4fb864b40631d5cae82656763c9b543545dfb | |
parent | a34bf89881b3805fbd36b20c4eab1c3fe8ee5899 (diff) | |
download | FreeBSD-src-25922a4d78e011eae9655f948f5d51c6d5d48749.zip FreeBSD-src-25922a4d78e011eae9655f948f5d51c6d5d48749.tar.gz |
It's not necessary to include both Op and Fl for command line options
included in the text, so use only the latter.
Clarify that using -U doesn't make sense in combination with -a
-rw-r--r-- | usr.sbin/mergemaster/mergemaster.8 | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/usr.sbin/mergemaster/mergemaster.8 b/usr.sbin/mergemaster/mergemaster.8 index a6173a5..6c80350 100644 --- a/usr.sbin/mergemaster/mergemaster.8 +++ b/usr.sbin/mergemaster/mergemaster.8 @@ -61,10 +61,10 @@ down, populating that environment with the various files. You can specify a different source directory with the -.Op Fl m +.Fl m command line option, or specify the destination directory with the -.Op Fl D +.Fl D option. It then compares each file in that environment to its installed counterpart. @@ -91,10 +91,10 @@ compares the files themselves. You can also specify that the script ignore the Id strings and compare every file with the -.Op Fl s +.Fl s option. Using the -.Op Fl F +.Fl F option .Nm will install the new file for you if they differ only by @@ -126,7 +126,7 @@ installing an updated version of this file you should probably run .Xr pwd_mkdb 8 with the -.Op Fl p +.Fl p option to rebuild your password databases and recreate .Pa /etc/passwd . @@ -198,11 +198,13 @@ If the directory exists, it creates a new one in a previously non-existent directory. This option unsets the verbose flag, -but is compatible with all other options. +but other than +.Fl U +it is compatible with all other options. Setting -.Op Fl a +.Fl a makes -.Op Fl w +.Fl w superfluous. .It Fl h Display usage and help information. @@ -253,7 +255,7 @@ instead of the default Add the date and time to the name of the temporary root directory. If -.Op Fl t +.Fl t is specified, this option must follow it if you want the date added too. .It Fl u Ar N |