aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-25 05:12:02 +0000
committerEric Andersen <andersen@codepoet.org>2001-01-25 05:12:02 +0000
commitc1b8f1224c8f1160155ff9294080a899364ad799 (patch)
tree092433d84f312e08b8eb118b26b4fd02558eeca4 /docs/busybox.pod
parent155c89b0c3aa0e86c630bccc0af4143223b49121 (diff)
downloadbusybox-c1b8f1224c8f1160155ff9294080a899364ad799.tar.gz
Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add
'id -n' support. -Erik
Diffstat (limited to 'docs/busybox.pod')
-rw-r--r--docs/busybox.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod
index ba88bee0c..e3da284f1 100644
--- a/docs/busybox.pod
+++ b/docs/busybox.pod
@@ -871,6 +871,7 @@ Options:
-g prints only the group ID
-u prints only the user ID
+ -n print a name instead of a number (with for -ug)
-r prints the real user ID instead of the effective ID (with -ug)
Example:
@@ -2321,4 +2322,4 @@ Enrique Zanardi <ezanardi@ull.es>
=cut
-# $Id: busybox.pod,v 1.87 2001/01/24 19:15:07 andersen Exp $
+# $Id: busybox.pod,v 1.88 2001/01/25 05:12:02 andersen Exp $