summaryrefslogtreecommitdiffstats
path: root/libexec/revnetgroup
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r262136brueffer2014-02-241-5/+1
| | | | | | | Remove the 3rd clause ("advertising clause") of the BSD license as permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp
* Fix two instances of the file names generated by revnetgroup(8).zeising2012-08-181-2/+2
| | | | Approved by: joel (mentor)
* Spelling fixes for libexec/uqs2012-01-071-2/+2
|
* Make WARNS=6 the default for libexec/.ed2010-01-021-0/+2
| | | | | | | | | | | | | | | Just like bin/ and sbin/, I think setting WARNS to the highest value possible will make it more attractive for people to fix warnings. - The WARNS variable is set in the Makefile in the directory of the application itself, making it more likely that it will be removed out of curiosity to see what happens. - New applications will most likely build with WARNS=6 out of the box, because the author would more likely fix the warnings during development than lower WARNS. Unfortunately almost all apps in libexec require a lowered value of WARNS.
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-092-5/+2
|
* Mechanically kill hard sentence breaks.ru2004-07-021-11/+22
|
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-1/+1
| | | | | | | | | | (I skipped those in contrib/, gnu/ and crypto/) While I was at it, fixed a lot more found by ispell that I could identify with certainty to be errors. All of these were in comments or text, not in actual code. Suggested by: bde MFC after: 3 days
* 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