diff options
author | ru <ru@FreeBSD.org> | 2006-09-18 11:55:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2006-09-18 11:55:10 +0000 |
commit | 731fda35ce88946da33482413f668ed0742794f7 (patch) | |
tree | b369038754c0536266106c3ef544221d64ded305 /sbin/dump | |
parent | 6188505097e44ad99cae9c5396c99721c1b0624e (diff) | |
download | FreeBSD-src-731fda35ce88946da33482413f668ed0742794f7.zip FreeBSD-src-731fda35ce88946da33482413f668ed0742794f7.tar.gz |
Markup fixes.
Diffstat (limited to 'sbin/dump')
-rw-r--r-- | sbin/dump/dump.8 | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/sbin/dump/dump.8 b/sbin/dump/dump.8 index cd01a75..6759bda 100644 --- a/sbin/dump/dump.8 +++ b/sbin/dump/dump.8 @@ -453,13 +453,6 @@ program. Pathname of a remote shell program, if not .Xr rsh 1 . .El -.Sh EXAMPLES -Dumps the "/u" file system to dvds using growisofs. -Uses a 16MB cache and creates a snapshot of the dump and records the -dumpdates file. -.Bd -literal -/sbin/dump -0u -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /u -.Ed .Sh FILES .Bl -tag -width /etc/dumpdates -compact .It Pa /dev/sa0 @@ -480,6 +473,17 @@ to find group Dump exits with zero status on success. Startup errors are indicated with an exit code of 1; abnormal termination is indicated with an exit code of 3. +.Sh EXAMPLES +Dumps the +.Pa /u +file system to DVDs using +.Nm growisofs . +Uses a 16MB cache, creates a snapshot of the dump, and records the +.Pa dumpdates +file. +.Bd -literal +/sbin/dump -0u -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /u +.Ed .Sh DIAGNOSTICS Many, and verbose. .Sh SEE ALSO |