diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 05:12:02 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-01-25 05:12:02 +0000 |
commit | a55be9f5a485628017731856865eaa33fa39fc0c (patch) | |
tree | 092433d84f312e08b8eb118b26b4fd02558eeca4 /docs | |
parent | fba5c8f753dc822b3552927b736c6fd0e2619a92 (diff) | |
download | busybox-w32-a55be9f5a485628017731856865eaa33fa39fc0c.tar.gz busybox-w32-a55be9f5a485628017731856865eaa33fa39fc0c.tar.bz2 busybox-w32-a55be9f5a485628017731856865eaa33fa39fc0c.zip |
Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add
'id -n' support.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@1666 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 3 | ||||
-rw-r--r-- | docs/busybox.sgml | 1 |
2 files changed, 3 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: | |||
871 | 871 | ||
872 | -g prints only the group ID | 872 | -g prints only the group ID |
873 | -u prints only the user ID | 873 | -u prints only the user ID |
874 | -n print a name instead of a number (with for -ug) | ||
874 | -r prints the real user ID instead of the effective ID (with -ug) | 875 | -r prints the real user ID instead of the effective ID (with -ug) |
875 | 876 | ||
876 | Example: | 877 | Example: |
@@ -2321,4 +2322,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
2321 | 2322 | ||
2322 | =cut | 2323 | =cut |
2323 | 2324 | ||
2324 | # $Id: busybox.pod,v 1.87 2001/01/24 19:15:07 andersen Exp $ | 2325 | # $Id: busybox.pod,v 1.88 2001/01/25 05:12:02 andersen Exp $ |
diff --git a/docs/busybox.sgml b/docs/busybox.sgml index 8b77c5117..58d7df859 100644 --- a/docs/busybox.sgml +++ b/docs/busybox.sgml | |||
@@ -1474,6 +1474,7 @@ | |||
1474 | <screen> | 1474 | <screen> |
1475 | -g Print only the group ID | 1475 | -g Print only the group ID |
1476 | -u Print only the user ID | 1476 | -u Print only the user ID |
1477 | -n print a name instead of a number (with for -ug) | ||
1477 | -r Print the real user ID instead of the effective ID (with -ug) | 1478 | -r Print the real user ID instead of the effective ID (with -ug) |
1478 | </screen> | 1479 | </screen> |
1479 | </para> | 1480 | </para> |