summaryrefslogtreecommitdiff
path: root/usr.sbin/user/user.8
AgeCommit message (Collapse)Author
2014-09-19Sort sections. From Henning Petersen in PR 49222.wiz
2005-11-25Be pragmatic - move user(8) to a 3-clause BSD licence.agc
2005-11-16Punctuation fixes.wiz
2005-11-16user portion of the EXTENSIONS documentation. From Liam Foy.christos
2005-09-11Comment out /usr/share/examples/usermgmt -- dir does not exist. Fix macro typo.wiz
From YOMURA Masanori in private mail.
2005-09-09Do not list all options for user* -- they are boundwiz
to get out of sync (as they currently are, for example). Use standard EXIT STATUS section. End sentences with dots. Bump date.
2005-02-05Be consistent in -r argument naming.wiz
2004-01-14Add -S argument to useradd, usermod and userdel, which allows the use ofagc
a trailing '$' character in user names. Requested in PR 23922 by Takahiro Kambe. Also, fix a bug in the previous fix to usermod.
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2003-02-14The correct capitalisation of 'NetBSD.org' is (yougrant
guessed it) 'NetBSD.org'. some mdoc fixes.
2002-06-24Don't xref ourselves, use Nm.wiz
2002-06-01add usermgmt.conf man page.grant
user -e and -f now accepts "month day year" (ala chpass(1)) and seconds-since-epoch. correct man pages accordingly.
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-02Use standard headers.wiz
2001-09-05PR/13874: Hubert Feyrer: Add -L class to useraddchristos
2001-06-05Drop argument of .Os.wiz
2001-04-27Size the columns in the table of related files better.agc
Be a bit more precise about the location of example files.
2000-10-03Fix SYNOPSES:bjh21
Options without arguments go first in a bunch (see /usr/share/misc/style) "add", "del", "info", "mod" arguments to user(8) and group(8) are command modifiers, not normal text. -D is not optional when setting the defaults for useradd(8) Also add a missing .Ar to groupinfo.8
2000-10-01Fix typo.simonb
2000-02-28- Use .Ar for argument.enami
- Move SEE ALSO section before the HISTORY section as described in mdoc(7) with: + removing traing dot. + spliting files into FILES section. - Refer pathnames using .Pa (rather .Ar or .Xr).
1999-12-24Add new functionality, and fix some bugs and oversights:agc
+ Moved all internal definitions from usermgmt.h to user.c + Added prototypes to usermgmt.h + Allow defaults to be set at build time + Check the effective uid is 0 if any data is to be modified + Check all numeric uids and gids really are numeric + Fix a bug (reported by lenb at sasquatch.com) where new ranges were appended to old ranges, rather than replacing them + Add userinfo(8) and groupinfo(8) utilities (if EXTENSIONS is defined), whereby user and group information can be displayed. Add manual pages for new utilities. Add front-end calling from user(8) and group(8) accordingly. + Make all functions visible outside the user.c file again. User and group manipulation may be split out into a separate shared lib in the future + Split off main function into a separate main.c + Changed default group to be "users" + Changed despatch table for commands to work in a more sane manner + Added "default-group" target to Makefile, so that the default group can be made easily.
1999-12-07missing ,lukem
1999-12-07use (c) instead of 8bit copyright symbol...lukem
1999-12-06Add SVR4/Solaris-like useradd/usermod/userdel functionality, andagc
groupadd/groupmod/groupdel functionality, along with two front-end utilities, user(8) and group(8). Based on the addnerd package, but most of the interface has been completely rewritten, and suggestions from simonb and mrg have been incorporated.