1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 18:19:00 +02:00

(What information is listed): Add P for Solaris

10 ports.  Add commented-out entries for other types that POSIX
says are possible, or that I observed in FreeBSD documentation.
This commit is contained in:
Paul Eggert
2006-04-17 23:20:53 +00:00
parent 3280967bdb
commit 79cbf5925c
+16 -2
View File
@@ -5769,6 +5769,8 @@ this is arguably a deficiency.
The file type is one of the following characters:
@c The commented-out entries are ones we're not sure about.
@table @samp
@item -
regular file
@@ -5781,19 +5783,31 @@ high performance (``contiguous data'') file
@item d
directory
@item D
door
door (Solaris 2.5 and up)
@c @item F
@c semaphore, if this is a distinct file type
@item l
symbolic link
@c @item m
@c multiplexed character special file (7th edition Unix; obsolete)
@c multiplexed file (7th edition Unix; obsolete)
@item M
off-line (``migrated'') file (Cray DMF)
@item n
network special file (HP-UX)
@item p
FIFO (named pipe)
@item P
port (Solaris 10 and up)
@c @item Q
@c message queue, if this is a distinct file type
@item s
socket
@c @item S
@c shared memory object, if this is a distinct file type
@c @item T
@c typed memory object, if this is a distinct file type
@c @item w
@c whiteout (4.4BSD; not implemented)
@item ?
some other file type
@end table