diff options
author | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2003-04-10 23:27:13 +0000 |
---|---|---|
committer | Joshua Daniel Franklin <joshuadfranklin@yahoo.com> | 2003-04-10 23:27:13 +0000 |
commit | 518a04c40bff988000bfbdecbbec5299e4ac82fc (patch) | |
tree | 7655dbe8376388798cda69de14fc7f015b811433 | |
parent | ca78fd5f10f1a755edff3232fa0b7f28b4496800 (diff) | |
download | cygnal-518a04c40bff988000bfbdecbbec5299e4ac82fc.tar.gz cygnal-518a04c40bff988000bfbdecbbec5299e4ac82fc.tar.bz2 cygnal-518a04c40bff988000bfbdecbbec5299e4ac82fc.zip |
Pierre's update for mkgroup/mkpasswd
-rw-r--r-- | winsup/utils/utils.sgml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 36b0f4471..a5cecec1d 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -366,17 +366,16 @@ SIGUSR2 31 user defined signal 2 <sect2 id="mkgroup"><title>mkgroup</title> <screen> -Usage: mkgroup [OPTION]... [domain] +Usage: mkgroup [OPTION]... [domain]... This program prints a /etc/group file to stdout Options: -l,--local print local group information -c,--current print current group, if a domain account - -d,--domain print global group information from the domain - specified (or from the current domain if there is - no domain specified) - -o,--id-offset offset change the default offset (10000) added to uids + -d,--domain print global group information (from current + domain if no domains specified). + -o,--id-offset offset change the default offset (10000) added to gids in domain accounts. -s,--no-sids don't print SIDs in pwd field (this affects ntsec) @@ -435,7 +434,7 @@ while the local machine is disconnected from the Domain Controller. <sect2 id="mkpasswd"><title>mkpasswd</title> <screen> -Usage: mkpasswd [OPTION]... [domain] +Usage: mkpasswd [OPTION]... [domain]... This program prints a /etc/passwd file to stdout @@ -443,15 +442,15 @@ Options: -l,--local print local user accounts -c,--current print current account, if a domain account -d,--domain print domain accounts (from current domain - if no domain specified) + if no domains specified) -o,--id-offset offset change the default offset (10000) added to uids in domain accounts. -g,--local-groups print local group information too - if no domain specified + if no domains specified -m,--no-mount don't use mount points for home dir -s,--no-sids don't print SIDs in GCOS field (this affects ntsec) - -p,--path-to-home path use specified path instead of user account home dir + -p,--path-to-home path use specified path and not user account home dir or /home -u,--username username only return information for the specified user -h,--help displays this message -v,--version version information and exit @@ -500,7 +499,8 @@ directory of H: could mount them differently. The <literal>-s</literal> option omits the NT Security Identifier (SID). For more information on SIDs, see <Xref Linkend="ntsec"> in the Cygwin User's Guide. The <literal>-p</literal> option causes <command>mkpasswd</command> to -use a prefix other than <literal>/home/</literal>. For example, this command: +use the specified prefix instead of the account home dir or <literal>/home/ +</literal>. For example, this command: <example><title>Using an alternate home root</title> <screen> |