summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2013-11-12 19:18:00 +0000
committerjhb <jhb@FreeBSD.org>2013-11-12 19:18:00 +0000
commit46d8b213e4c13de814598db80856b3e4f16dcea0 (patch)
treee5fe791e3c1cbddf0741cf419b8ac63b524f9c0e /usr.sbin
parentac6f4f7c2d2e836252a7fb41430e8cbc0cca6017 (diff)
downloadFreeBSD-src-46d8b213e4c13de814598db80856b3e4f16dcea0.zip
FreeBSD-src-46d8b213e4c13de814598db80856b3e4f16dcea0.tar.gz
Sort option flags and fix the width of the options list. This is a purely
mechanical change, no content changes.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/etcupdate/etcupdate.842
1 files changed, 21 insertions, 21 deletions
diff --git a/usr.sbin/etcupdate/etcupdate.8 b/usr.sbin/etcupdate/etcupdate.8
index a61f181..e847cf0 100644
--- a/usr.sbin/etcupdate/etcupdate.8
+++ b/usr.sbin/etcupdate/etcupdate.8
@@ -342,27 +342,7 @@ then nothing will be output.
.Sh OPTIONS
The following options are available.
Note that most options do not apply to all modes.
-.Bl -tag -width ".Fl d Ar workdir"
-.It Fl B
-Do not build generated files in a private object tree.
-Instead,
-reuse the generated files from a previously built object tree that matches
-the source tree.
-This can be useful to avoid gratuitous conflicts in
-.Xr sendmail 8
-configuration
-files when bootstrapping.
-It can also be useful for building a tarball that matches a specific
-world build.
-.It Fl d Ar workdir
-Specify an alternate directory to use as the work directory.
-The work directory is used to store the
-.Dq current
-and
-.Dq previous
-trees as well as unresolved conflicts.
-The default work directory is
-.Pa <destdir>/var/db/etcupdate .
+.Bl -tag -width ".Fl A Ar patterns"
.It Fl A Ar patterns
Always install the new version of any files that match any of the patterns
listed in
@@ -378,6 +358,17 @@ Note that ignored files specified via the
variable or the
.Fl I
option will not be installed.
+.It Fl B
+Do not build generated files in a private object tree.
+Instead,
+reuse the generated files from a previously built object tree that matches
+the source tree.
+This can be useful to avoid gratuitous conflicts in
+.Xr sendmail 8
+configuration
+files when bootstrapping.
+It can also be useful for building a tarball that matches a specific
+world build.
.It Fl D Ar destdir
Specify an alternate destination directory as the target of a merge.
This is analogous to the
@@ -388,6 +379,15 @@ The default destination directory is an empty string which results in
merges updating
.Pa /etc
on the local machine.
+.It Fl d Ar workdir
+Specify an alternate directory to use as the work directory.
+The work directory is used to store the
+.Dq current
+and
+.Dq previous
+trees as well as unresolved conflicts.
+The default work directory is
+.Pa <destdir>/var/db/etcupdate .
.It Fl F
Ignore changes in the FreeBSD ID string when comparing files in the
destination directory to files in either of the
OpenPOWER on IntegriCloud