From 06b2b6af77dd19ae33e045ee481bd0aec116612b Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 27 Jan 2009 15:00:35 +0100 Subject: [PATCH] namei: add missing options to namei.1 Signed-off-by: Karel Zak --- misc-utils/namei.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/misc-utils/namei.1 b/misc-utils/namei.1 index 838c0ae3..d5d0c8aa 100644 --- a/misc-utils/namei.1 +++ b/misc-utils/namei.1 @@ -39,19 +39,24 @@ outputs a the following characters to identify the file types found: prints an informative message when the maximum number of symbolic links this system can have has been exceeded. .SH OPTIONS -.IP "\fB\-x, \-\-mountpoints\fP" -Show mount point directories with a 'D', rather than a 'd'. +.IP "\fB\-l, \-\-long\fP" +Use a long listing format (same as -m -o -v). .IP "\fB\-m, \-\-modes\fP" Show the mode bits of each file type in the style of ls(1), for example 'rwxr-xr-x'. +.IP "\fB\-o, \-\-owners\fP" +Show owner and group name of each file. .IP "\fB\-n, \-\-nosymlinks\fP" Don't follow symlinks. .IP "\fB\-v, \-\-vertical\fP" Vertical align of modes and owners. +.IP "\fB\-x, \-\-mountpoints\fP" +Show mount point directories with a 'D', rather than a 'd'. .SH AUTHOR The original .B namei program was written by Roger Southwick . + The program was re-written by Karel Zak . .SH BUGS To be discovered. -- 2.39.5