From: Nathan Scott Date: Wed, 9 Mar 2005 14:07:37 +0000 (+0000) Subject: Trivial man page update. X-Git-Tag: v2.7.0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4042b0510537874c2d8a412df7c2c5a9152f798c;p=thirdparty%2Fxfsprogs-dev.git Trivial man page update. Merge of master-melb:xfs-cmds:21776a by kenmcd. --- diff --git a/man/man8/xfs_check.8 b/man/man8/xfs_check.8 index ca72f7a32..c7737cbcf 100644 --- a/man/man8/xfs_check.8 +++ b/man/man8/xfs_check.8 @@ -71,9 +71,10 @@ and file system blocks may be accomplished using .B convert command. .PP -Any non-verbose output from +Any output that is produced when .I xfs_check -means that the filesystem has an inconsistency. +is not run in verbose mode indicates +that the filesystem has an inconsistency. The filesystem can be repaired using either .IR xfs_repair(8) to fix the filesystem in place, diff --git a/man/man8/xfs_logprint.8 b/man/man8/xfs_logprint.8 index 24fbe90bf..8b6c551c1 100644 --- a/man/man8/xfs_logprint.8 +++ b/man/man8/xfs_logprint.8 @@ -45,6 +45,9 @@ Common options are: Extract and print buffer information. Only used in transactional view. .TP +\f3\-c\f1 +Attempt to continue when an error is detected. +.TP \f3\-C\f1 \f2filename\f1 Copy the log from the filesystem to the file \f2filename\f1. The log itself is not printed.