summaryrefslogtreecommitdiffstats
path: root/misc-utils/namei.1
diff options
context:
space:
mode:
authorLi Zefan2007-09-10 10:20:48 +0200
committerKarel Zak2007-09-19 23:14:04 +0200
commitf062c8a69a4ebae1f3b24da6fb2be1cc51a69f7c (patch)
treeab8d49f64f7d51325f46ea882c7bb153c3f760dc /misc-utils/namei.1
parentsetarch: add long options to setarch and update manpage (diff)
downloadkernel-qcow2-util-linux-f062c8a69a4ebae1f3b24da6fb2be1cc51a69f7c.tar.gz
kernel-qcow2-util-linux-f062c8a69a4ebae1f3b24da6fb2be1cc51a69f7c.tar.xz
kernel-qcow2-util-linux-f062c8a69a4ebae1f3b24da6fb2be1cc51a69f7c.zip
namei: add to identify FIFO (named pipe) and update manpage
namei can't identify FIFO, and it will complain that it's an unknown type. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Diffstat (limited to 'misc-utils/namei.1')
-rw-r--r--misc-utils/namei.11
1 files changed, 1 insertions, 0 deletions
diff --git a/misc-utils/namei.1 b/misc-utils/namei.1
index ad3757469..394eb6dff 100644
--- a/misc-utils/namei.1
+++ b/misc-utils/namei.1
@@ -33,6 +33,7 @@ outputs a the following characters to identify the file types found:
s = socket
b = block device
c = character device
+ p = FIFO (named pipe)
- = regular file
? = an error of some kind
.fi