diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-02-01 16:44:04 +0000 |
| commit | 610a5778c5c8d73cb2bbbe7761f8cb312dc96392 (patch) | |
| tree | 201726ab6d3926ac9639b0be8a4461fd45c51b66 /usr.sbin/pw | |
| parent | 1c59150ad7f1c8cbac72f0a1c662d910b25a3282 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pw')
| -rw-r--r-- | usr.sbin/pw/pw.8 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/pw/pw.8 b/usr.sbin/pw/pw.8 index 440b8f57c2c3..c5743eeb9b4f 100644 --- a/usr.sbin/pw/pw.8 +++ b/usr.sbin/pw/pw.8 @@ -67,8 +67,8 @@ .Op Fl g Ar group .Op Fl G Ar grouplist .Op Fl k Ar dir -.Op Fl u Ar min,max -.Op Fl i Ar min,max +.Op Fl u Ar min , Ns Ar max +.Op Fl i Ar min , Ns Ar max .Op Fl w Ar method .Op Fl s Ar shell .Op Fl y Ar path @@ -207,7 +207,8 @@ in any order. (For example, .Ar showuser , .Ar usershow , -.Ar show user , and +.Ar show user , +and .Ar user show all mean the same thing.) This flexibility is useful for interactive scripts calling @@ -575,7 +576,10 @@ Set the default directory, from which prototype shell and other initialization files are copied when .Nm creates a user's home directory. -.It Fl u Ar min,max , Fl i Ar min,max +.It Xo +.Fl u Ar min , Ns Ar max , +.Fl i Ar min , Ns Ar max +.Xc These options set the minimum and maximum user and group ids allocated for new accounts and groups created by .Nm . |
