summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypset
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilitycharnier2002-07-141-3/+6
|
* Spell void * as void * rather than caddr_t. This is complicated by thedes2002-04-281-1/+2
| | | | | | fact that caddr_t is often misspelled as char *. Sponsored by: DARPA, NAI Labs
* ANSIfy and remove some dead code.des2002-02-061-6/+3
| | | | Sponsored by: DARPA, NAI Labs
* Apply the following mechanical transformations in preparation fordes2002-02-061-13/+13
| | | | | | | | | | | | | | | | | ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week
* yp(4) -> yp(8).ru2002-01-141-1/+1
| | | | PR: docs/30797
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-2/+1
|
* s/0x7f000001/INADDR_LOOPBACKalfred2001-03-161-1/+1
|
* optarg and optind are declared in unistd.h, so don't redundantlyimp2001-03-011-2/+0
| | | | declare them here.
* Fix typo that was causing a compiler warning.wpaul2001-02-231-1/+1
| | | | Submitted by: Alfred Perlstein
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-2/+2
|
* Use err(3).charnier1997-10-292-23/+21
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Sort cross references.wosch1997-01-201-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Add a ypset(8) man page.mpp1996-02-122-2/+87
| | | | Obtained from: NetBSD
* More XDR routine cleanups. These three programs should be the onlywpaul1995-12-151-6/+10
| | | | ones that require this: the others call the yplib functions in libc.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Added YP section 8 programs from 1.1.5. (Obligatory notice that thiswollman1994-08-082-0/+161
code was originally written by Th. de Raadt, although this particular organization is mine.)
OpenPOWER on IntegriCloud