summaryrefslogtreecommitdiffstats
path: root/libexec/revnetgroup
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilitycharnier2002-07-061-5/+6
|
* Include <string.h> for some prototypes, rather than depending onmike2002-04-011-0/+1
| | | | pollution from <strings.h>.
* o __P removalimp2002-02-074-47/+34
| | | | | o register removal o use new style prototypes and function definitions
* yp(4) -> yp(8).ru2002-01-141-1/+1
| | | | PR: docs/30797
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-091-1/+0
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+2
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for libexec/ to 8.ru2001-03-201-2/+0
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* Don't call err() without a format string.kris2000-07-111-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
|
* .Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.charnier1998-03-191-2/+2
|
* Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for filecharnier1997-11-254-59/+66
| | | | name.
* Many places in the code NULL is used in integer context, wherephk1997-09-181-3/+3
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-3/+3
| | | | posix standard on the topic.
* Revert $FreeBSD$ to $Id$peter1997-02-226-9/+9
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-9/+9
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Sort cross references.wosch1997-01-131-3/+3
|
* Close PR #2193: support backslash line continuations.wpaul1996-12-133-15/+23
| | | | (Also did some minor cleanups.)
* Use err() instead of perror()/exit() and remember to #include <errno.h>wpaul1996-08-041-4/+5
| | | | and <err.h>.
* Small touchups:wpaul1996-05-124-12/+34
| | | | | | | | | | | | - Fix typos in comments in hash.c. - Remove unneeded and unused member from grouplist struct in hash.h. (Curiously, the compiler never complained about this even though the member was of type 'struct grps' which is not defined anywhere in this program.) - char ch -> int ch in revnetgroup.c. - char *argv[0]; -> char *argv[]; also in revnetgroup.c. - Force the user to specify at least one of the -u or -h flags and complain if they specify both.
* This commit was generated by cvs2svn to compensate for changes in r11814,wpaul1995-10-266-0/+951
which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud