svn commit: r235837 - in head/sbin: dump restore
Joel Dahl
joel at FreeBSD.org
Wed May 23 15:06:14 UTC 2012
Author: joel (doc committer)
Date: Wed May 23 15:06:13 2012
New Revision: 235837
URL: http://svn.freebsd.org/changeset/base/235837
Log:
mdoc: move two sentences from synopsis to description (where they really
belong). With this change, mandoc now formats these manpages properly.
Modified:
head/sbin/dump/dump.8
head/sbin/restore/restore.8
Modified: head/sbin/dump/dump.8
==============================================================================
--- head/sbin/dump/dump.8 Wed May 23 14:48:14 2012 (r235836)
+++ head/sbin/dump/dump.8 Wed May 23 15:06:13 2012 (r235837)
@@ -51,16 +51,6 @@
.Ar filesystem
.Nm
.Fl W | Fl w
-.Pp
-.Nm rdump
-is an alternate name for
-.Nm .
-.Pp
-.in \" XXX
-(The
-.Bx 4.3
-option syntax is implemented for backward compatibility, but
-is not documented here.)
.Sh DESCRIPTION
The
.Nm
@@ -97,6 +87,14 @@ as either its device-special file or its
(if that is in a standard entry in
.Pa /etc/fstab ) .
.Pp
+.Nm
+may also be invoked as
+.Nm rdump .
+The
+.Bx 4.3
+option syntax is implemented for backward compatibility, but
+is not documented here.
+.Pp
The following options are supported by
.Nm :
.Bl -tag -width Ds
Modified: head/sbin/restore/restore.8
==============================================================================
--- head/sbin/restore/restore.8 Wed May 23 14:48:14 2012 (r235836)
+++ head/sbin/restore/restore.8 Wed May 23 15:06:13 2012 (r235837)
@@ -68,16 +68,6 @@
.Op Fl f Ar file | Fl P Ar pipecommand
.Op Fl s Ar fileno
.Op Ar
-.Pp
-.Nm rrestore
-is an alternate name for
-.Nm .
-.Pp
-.in \" XXX
-(The
-.Bx 4.3
-option syntax is implemented for backward compatibility, but
-is not documented here.)
.Sh DESCRIPTION
The
.Nm
@@ -104,6 +94,14 @@ flag is specified (see below),
the appearance of a directory name refers to
the files and (recursively) subdirectories of that directory.
.Pp
+.Nm
+may also be invoked as
+.Nm rrestore .
+The
+.Bx 4.3
+option syntax is implemented for backward compatibility, but
+is not documented here.
+.Pp
Exactly one of the following flags is required:
.Bl -tag -width Ds
.It Fl i
More information about the svn-src-all
mailing list