]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Corrections to xfsprogs man pages after lintian reported hyphen/minus issue.
authorNathan Scott <nathans@sgi.com>
Fri, 9 Jul 2004 05:26:16 +0000 (05:26 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 9 Jul 2004 05:26:16 +0000 (05:26 +0000)
doc/CHANGES
man/man3/handle.3
man/man3/xfsctl.3
man/man8/mkfs.xfs.8
man/man8/xfs_db.8
man/man8/xfs_repair.8

index 03736cda2036d70108eaa1dd3c23cbfce2502750..92ecf1bb67c372324b2c7df968cd6739b72e0d07 100644 (file)
@@ -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
index 3a2b5fda3e923bdf3cc5f438f3ba77faf3bebd03..82919a70cb226bd7f70641df1d94b748ab521316 100644 (file)
@@ -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
index b9fae66149774c7bce1e8ace43a9bbeea716f4d6..72cd83c67529639c1d24e2f96fac5634aae33310 100644 (file)
@@ -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
index 2e9b80ce7d72c1c28f7a8a582c80ea43403f95cb..27e9b8c307c4b869599d9de3e5d51ef953bedbeb 100644 (file)
@@ -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
index b410aa1d665d2e071927e7a6cf79871cbf72d731..08334537f81e93361887fa4ac749cf0f730ab6bc 100644 (file)
@@ -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.
index 0bca163bd815134dccd264d69bba0c9b1d10f920..89b5446aa8029437c5fdc8423ae3068df7ebd844 100644 (file)
@@ -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