diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-15 12:15:46 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2005-12-15 12:15:46 +0000 |
commit | 1340c74ca66b0f223a2fbb3ae9877bf78d4ba57d (patch) | |
tree | 33ef173fbbc05289a94dc62679791112dc2600d3 /usr.bin | |
parent | a18e01952c19c830fcfc8470c7cdfd6a11352e26 (diff) |
fstat does not print an '*' for fifos, okay jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index b81c9c54d93..64447beda54 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.32 2005/09/06 23:28:23 jmc Exp $ +.\" $OpenBSD: fstat.1,v 1.33 2005/12/15 12:15:45 pedro Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -122,9 +122,7 @@ tr \- kernel trace file .Pp If the file number is followed by an asterisk .Pq Ql * , -the file is not an inode, but rather a socket, -.Tn FIFO , -or there is an error. +the file is not an inode, but rather a socket, or there is an error. In this case the remainder of the line doesn't correspond to the remaining headers -- the format of the line is described later under |