diff options
author | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-12-01 19:18:53 +0000 |
---|---|---|
committer | Craig Rodrigues <rodrigc@FreeBSD.org> | 2015-12-01 19:18:53 +0000 |
commit | 06691045bae309983d9b88d03aa824ea55e1b623 (patch) | |
tree | d46a4163f41ea20b51c67d7fc1e65fbbae9bcd31 /sbin/savecore/savecore.8 | |
parent | b67490a3b064f5c3b59c786ddd1073c648ad4ac4 (diff) | |
download | src-06691045bae309983d9b88d03aa824ea55e1b623.tar.gz src-06691045bae309983d9b88d03aa824ea55e1b623.zip |
Add more text to explain --libxo flag.
Notes
Notes:
svn path=/head/; revision=291607
Diffstat (limited to 'sbin/savecore/savecore.8')
-rw-r--r-- | sbin/savecore/savecore.8 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/savecore/savecore.8 b/sbin/savecore/savecore.8 index c7d7e953682b..af46d05e4d62 100644 --- a/sbin/savecore/savecore.8 +++ b/sbin/savecore/savecore.8 @@ -28,7 +28,7 @@ .\" From: @(#)savecore.8 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd December 17, 2012 +.Dd December 1, 2015 .Dt SAVECORE 8 .Os .Sh NAME @@ -44,6 +44,7 @@ .Op Fl v .Op Ar device ... .Nm +.Op Fl -libxo .Op Fl fkvz .Op Fl m Ar maxdumps .Op Ar directory Op Ar device ... @@ -61,6 +62,13 @@ the system log. .Pp The options are as follows: .Bl -tag -width ".Fl m Ar maxdumps" +.It Fl -libxo +Generate output via +.Xr libxo 3 +in a selection of different human and machine readable formats. +See +.Xr xo_parse_args 3 +for details on command line arguments. .It Fl C Check to see if a dump exists, and display a brief message to indicate the status. @@ -154,6 +162,8 @@ is meant to be called near the end of the initialization file .Sh SEE ALSO .Xr gzip 1 , .Xr getbootfile 3 , +.Xr libxo 3 , +.Xr xo_parse_args 3 , .Xr textdump 4 , .Xr tar 5 , .Xr dumpon 8 , |