diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-18 14:13:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-09-18 14:13:33 +0300 |
commit | 166848a1579181875e6ac696fd004037441b6b75 (patch) | |
tree | d519019e374124b14bdc449425cd1fc345be7952 /awklib/eg | |
parent | d81c953f9b47f56ec477c75e95bd0976822545d1 (diff) | |
download | egawk-166848a1579181875e6ac696fd004037441b6b75.tar.gz egawk-166848a1579181875e6ac696fd004037441b6b75.tar.bz2 egawk-166848a1579181875e6ac696fd004037441b6b75.zip |
Update id.awk after doc update.
Diffstat (limited to 'awklib/eg')
-rw-r--r-- | awklib/eg/prog/id.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awklib/eg/prog/id.awk b/awklib/eg/prog/id.awk index ff892039..ac6bd990 100644 --- a/awklib/eg/prog/id.awk +++ b/awklib/eg/prog/id.awk @@ -16,7 +16,7 @@ # Options: # -G Output all group ids as space separated numbers (ruid, euid, groups) # -g Output only the euid as a number -# -n Ouput name instead of the numeric value (with -g/-G/-u) +# -n Output name instead of the numeric value (with -g/-G/-u) # -r Output ruid/rguid instead of effective id # -u Output only effective user id, as a number |