]> err.no Git - util-linux/commitdiff
namei: add missing options to namei.1
authorKarel Zak <kzak@redhat.com>
Tue, 27 Jan 2009 14:00:35 +0000 (15:00 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Jan 2009 14:00:35 +0000 (15:00 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/namei.1

index 838c0ae35dcbcfe21ae6372138981937888ba97b..d5d0c8aac7353c191bcfd85f76c3bf56e317209a 100644 (file)
@@ -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 <rogers@amadeus.wr.tek.com>.
+
 The program was re-written by Karel Zak <kzak@redhat.com>.
 .SH BUGS
 To be discovered.