diff options
author | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-13 22:25:33 +0000 |
commit | 1541af42f12f8570fb332516efee8f1e030c3e46 (patch) | |
tree | 8a41fa7aceada1e7e82a06e67d6722b3c843f482 /usr.bin/fstat | |
parent | 13e88b41bac03367de7406f96648f28a64fc7322 (diff) | |
download | FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.zip FreeBSD-src-1541af42f12f8570fb332516efee8f1e030c3e46.tar.gz |
Expand *n't contractions.
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 6888c9b..91bf4d2 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -133,14 +133,14 @@ If the file number is followed by an asterisk (``*''), the file is not an inode, but rather a socket, .Tn FIFO , or there is an error. -In this case the remainder of the line doesn't +In this case the remainder of the line does not correspond to the remaining headers -- the format of the line is described later under .Sx Sockets . .It Li MOUNT If the .Fl n -flag wasn't specified, this header is present and is the +flag was not specified, this header is present and is the pathname that the file system the file resides in is mounted on. .It Li DEV If the @@ -153,7 +153,7 @@ The inode number of the file. The mode of the file. If the .Fl n -flag isn't specified, the mode is printed +flag is not specified, the mode is printed using a symbolic format (see .Xr strmode 3 ) ; otherwise, the mode is printed |