From cc01ba7a2f16aab32a9db7b2186b60338398fb1c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Wed, 1 Aug 2001 04:06:06 +0000 Subject: [PATCH] add description of the -l option for external logs. --- man/man8/xfs_db.8 | 9 +++++++++ man/man8/xfs_logprint.8 | 4 ++++ man/man8/xfs_repair.8 | 9 +++++++++ 3 files changed, 22 insertions(+) diff --git a/man/man8/xfs_db.8 b/man/man8/xfs_db.8 index 549396c0a..22cb6ddd9 100644 --- a/man/man8/xfs_db.8 +++ b/man/man8/xfs_db.8 @@ -29,6 +29,15 @@ regular file This might happen if an image copy of a filesystem has been made into an ordinary file with \f2xfs_copy\f1(8). .TP +.B \-l +Specifies the device special file where the filesystems external +log resides. +Only for those filesystems which use an external log. +See the +\f2mkfs.xfs\f1 \f3\-l\f1 option, and refer to +.IR xfs (5) +for a detailed description of the XFS log. +.TP \f3\-i\f1 Allows execution on a mounted filesystem, provided it is mounted read-only. Useful for shell scripts such as \f2xfs_check\f1(8), which must only diff --git a/man/man8/xfs_logprint.8 b/man/man8/xfs_logprint.8 index 15ddc18d4..a915044f5 100644 --- a/man/man8/xfs_logprint.8 +++ b/man/man8/xfs_logprint.8 @@ -60,6 +60,10 @@ Using this option prevents core dumps. \f3\-f\f1 The log is a file. .TP +\f3\-l\f1 +External log device. +Only for those filesystems which use an external log. +.TP \f3\-i\f1 Extract and print inode information. Only used in transactional view. diff --git a/man/man8/xfs_repair.8 b/man/man8/xfs_repair.8 index 014620cce..14a286cba 100644 --- a/man/man8/xfs_repair.8 +++ b/man/man8/xfs_repair.8 @@ -35,6 +35,15 @@ Specifies that the special device is actually a file (see the This might happen if an image copy of a filesystem has been copied or written into an ordinary file. .TP +.B \-l +Specifies the device special file where the filesystems external +log resides. +Only for those filesystems which use an external log. +See the +\f2mkfs.xfs\f1 \f3\-l\f1 option, and refer to +.IR xfs (5) +for a detailed description of the XFS log. +.TP .B \-n No modify mode. Specifies that -- 2.47.2