From: Nathan Scott Date: Fri, 9 Jul 2004 05:26:16 +0000 (+0000) Subject: Corrections to xfsprogs man pages after lintian reported hyphen/minus issue. X-Git-Tag: v2.7.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ebc222c4605804e20010428333932207aecc401;p=thirdparty%2Fxfsprogs-dev.git Corrections to xfsprogs man pages after lintian reported hyphen/minus issue. --- diff --git a/doc/CHANGES b/doc/CHANGES index 03736cda2..92ecf1bb6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,7 @@ xfsprogs-2.6.18 (23 June 2004) handle length on systems where size_t is 64 bits. - Minor autoconf fixups to get rpm test working on all platforms again. + - Minor man page updates fixing minus/hyphen usage. xfsprogs-2.6.17 (23 June 2004) - Fix use of isset macro, getting realtime devices to diff --git a/man/man3/handle.3 b/man/man3/handle.3 index 3a2b5fda3..82919a70c 100644 --- a/man/man3/handle.3 +++ b/man/man3/handle.3 @@ -141,7 +141,7 @@ has no failure indication. The other functions return the value 0 to the calling process if they succeed; -otherwise, they return the value -1 and set +otherwise, they return the value \-1 and set .I errno to indicate the error: .sp diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3 index b9fae6614..72cd83c67 100644 --- a/man/man3/xfsctl.3 +++ b/man/man3/xfsctl.3 @@ -220,7 +220,7 @@ and fills in the field to indicate the length of the array. If the .B bmv_length -value is set to -1 then the length of the interesting area is the rest +value is set to \-1 then the length of the interesting area is the rest of the file. On return from a call, the header is updated so that the command can be reused to obtain more information, without re-initializing the structures. @@ -234,7 +234,7 @@ and .BR bmv_length . If a region of the file has no blocks (is a hole in the file) then the .B bmv_block -field is set to -1. +field is set to \-1. .TP .B XFS_IOC_GETBMAPA diff --git a/man/man8/mkfs.xfs.8 b/man/man8/mkfs.xfs.8 index 2e9b80ce7..27e9b8c30 100644 --- a/man/man8/mkfs.xfs.8 +++ b/man/man8/mkfs.xfs.8 @@ -450,15 +450,15 @@ contents. .in +5 \f71 /stand/\f1\f2diskboot\f1\f7 2 4872 110 -3 d--777 3 1 -4 usr d--777 3 1 -5 sh ---755 3 1 /bin/sh -6 ken d--755 6 1 +3 d\-\-777 3 1 +4 usr d\-\-777 3 1 +5 sh \-\-\-755 3 1 /bin/sh +6 ken d\-\-755 6 1 7 $ -8 b0 b--644 3 1 0 0 -9 c0 c--644 3 1 0 0 -10 fifo p--644 3 1 -11 slink l--644 3 1 /a/symbolic/link +8 b0 b\-\-644 3 1 0 0 +9 c0 c\-\-644 3 1 0 0 +10 fifo p\-\-644 3 1 +11 slink l\-\-644 3 1 /a/symbolic/link 12 : This is a comment line 13 $ 14 $\f1 diff --git a/man/man8/xfs_db.8 b/man/man8/xfs_db.8 index b410aa1d6..08334537f 100644 --- a/man/man8/xfs_db.8 +++ b/man/man8/xfs_db.8 @@ -369,7 +369,7 @@ or print the current logging status. .TP \f3ncheck\f1 [ \f3\-s\f1 ] [ \f3\-i\f1 \f2ino\f1 ] ... Print name-inode pairs. -A \f3blockget -n\f1 command must be run first to gather the information. +A \f3blockget \-n\f1 command must be run first to gather the information. .br The \f3\-i\f1 option specifies an inode number to be printed. If no \f3\-i\f1 options are given then all inodes are printed. diff --git a/man/man8/xfs_repair.8 b/man/man8/xfs_repair.8 index 0bca163bd..89b5446aa 100644 --- a/man/man8/xfs_repair.8 +++ b/man/man8/xfs_repair.8 @@ -367,7 +367,7 @@ If the directory were small, the message would read "junking entry ...". will return a status of 1 if filesystem corruption was detected and 0 if no filesystem corruption was detected. .I xfs_repair -run without the -n option will always return a status code of 0. +run without the \-n option will always return a status code of 0. .SH BUGS The filesystem to be checked and repaired must have been unmounted cleanly using normal system administration procedures