summaryrefslogtreecommitdiff
path: root/libexec/revnetgroup
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-20use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-02-17Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-08-18Fix two instances of the file names generated by revnetgroup(8).Niclas Zeising
2012-01-07Spelling fixes for libexec/Ulrich Spörlein
2010-01-02Make WARNS=6 the default for libexec/.Ed Schouten
2005-02-09Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2004-07-02Mechanically kill hard sentence breaks.Ruslan Ermilov
2002-08-11Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt
2002-07-06The .Nm utilityPhilippe Charnier
2002-04-01Include <string.h> for some prototypes, rather than depending onMike Barcroft
2002-02-07o __P removalWarner Losh
2002-01-14yp(4) -> yp(8).Ruslan Ermilov
2001-07-09mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman
2001-03-26- Backout botched attempt to intoduce MANSECT feature.Ruslan Ermilov
2001-03-20Set the default manual section for libexec/ to 8.Ruslan Ermilov
2000-11-20mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov
2000-07-11Don't call err() without a format string.Kris Kennaway
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1998-03-19.Sh AUTHOR -. .Sh AUTHORS. Use .An/.Aq.Philippe Charnier
1997-11-25Use warn(3). Hardcode progname instead of using argv[0]. Use Pa for filePhilippe Charnier
1997-09-18Many places in the code NULL is used in integer context, wherePoul-Henning Kamp
1997-03-28compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1997-01-13Sort cross references.Wolfram Schneider
1996-12-13Close PR #2193: support backslash line continuations.Bill Paul
1996-08-04Use err() instead of perror()/exit() and remember to #include <errno.h>Bill Paul
1996-05-12Small touchups:Bill Paul
1995-10-26Import the first cut of my (finally finished) revnetgroup program. ThisBill Paul