summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.bootparamd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man pages with pseudo synopses which list filenames end up creatingjmc2017-07-131-4/+2
| | | | | | | | | | very ugly output in man -k; after some discussion with ingo, we feel the simplest fix is to remove such SYNOPSIS sections: the info is hardly helpful at page top, is contained already in FILES, and there are sufficiently few that just zapping them is simple; ok schwarze, who also helpfully ran things through a build to check output;
* Rename local variable 'err' to 'error', to avoid -Wshadow conflicts with err.hjca2016-10-161-5/+5
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* Delete YP lookup code; user base of 0.deraadt2015-11-262-26/+2
|
* KNFderaadt2015-11-201-6/+9
|
* remove bogus .Nm and .Pa markup,schwarze2014-02-121-13/+10
| | | | | | and quote displayed single characters using .Sq; from Jan Stary <hans at stare dot cz>, skipping a few changes judged gratuitious by jmc@
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
|
* dispense with some wacky escape sequences;jmc2010-03-261-4/+4
|
* convert to new .Dd format;jmc2007-05-312-4/+4
|
* hugh says the vax workaround was for toolchain crashes, not rpc.bootparamdderaadt2007-03-241-6/+1
| | | | crashes. it compiles now, so remove the workaround
* sync usage() and synopsis; spotted by Igor Sobradojmc2007-02-182-13/+16
|
* bootparams is right namederaadt2003-12-251-2/+2
|
* gotta prune your objdir after makefile changes...; cleandir was not brokenmickey2003-07-211-2/+2
|
* no, you broke cleandirderaadt2003-07-211-2/+2
|
* do not symlink .x file -- build right out of include dir and only link .h; deraadt@ okmickey2003-07-211-7/+4
|
* use __prognamemickey2003-07-211-3/+4
|
* ansi rpcgenderaadt2003-07-061-2/+2
|
* protosderaadt2003-07-061-2/+2
|
* - section reorderjmc2003-06-122-5/+6
| | | | | | - macro fixes - kill whitespace at EOL - new sentence, new line
* copyrights added;jmc2003-02-181-1/+9
| | | | | | *installboot*: all Paul Kranenburg pppctl(8): Brian Somers rpc.bootparamd(8): public domain
* use inet_aton(); mickey says it does not break what he uses -- good enoughderaadt2002-07-191-10/+11
|
* various cleanupsderaadt2002-07-141-39/+27
|
* -Wall cleanuphin2002-06-111-1/+8
| | | | ok millert@, miod@
* workaround another vax ld issuederaadt2002-02-181-1/+6
|
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-2/+2
|
* o) .Sh AUTHOR -> .Sh AUTHORS;mpech2001-08-021-2/+2
| | | | | | | o) .Sh EXAMPLE -> .Sh EXAMPLES; o) Delete .Sh OPTIONS. Text moved to .Sh DESCRIPTION; millert@ ok
* Wall cleanuppvalchev2001-07-271-4/+1
|
* Change all option list specifications to ".Bl -tag -width Ds". Most manaaron2000-11-091-2/+2
| | | | | pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
* Boring... Add :L modifier to all tweakable variables tests.espie2000-09-031-2/+2
| | | | Closes PR 1246
* Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otheraaron2000-03-192-16/+19
| | | | cleanup along the way.
* .Sh "SEE ALSO" -> .Sh SEE ALSOpjanzen2000-01-031-2/+2
|
* remove redundant .Pp macrosaaron1999-07-031-2/+1
|
* consistent .Dd usage; proper format is: .Dd Month DD, YYYYaaron1999-07-021-2/+2
|
* remove trailing whitespace, some Nm cleanupaaron1999-06-051-2/+2
|
* more .Nm fixesaaron1998-12-161-14/+17
|
* do not syslog() with "\n"; skipped smtpd/named/ipmon; 12 minutes of dabblingderaadt1998-07-101-6/+6
|
* Hmmm... $Id$ -> $OpenBSD$.gene1998-05-034-7/+7
| | | | Looks like the Id tags were left over from RCSid's on the original files.
* Right spelling of 'canonical'.gene1998-05-031-3/+3
| | | | Also, clarify the -f option (clumsy grammar).
* $OpenBSD$deraadt1997-09-211-1/+1
|
* fix extra dashes; enami@but-b.or.jpderaadt1997-08-181-3/+3
|
* long vs intderaadt1997-06-231-3/+4
|
* Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''millert1997-04-191-2/+2
| | | | | Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
* r?index -> strr?chrmillert1997-01-171-3/+2
|
* Xr disklessderaadt1996-12-101-1/+2
|
* cleanup, some from netbsdderaadt1996-12-101-44/+30
|
* Attempt at cleanup.michaels1996-10-081-2/+2
|
* strcasecmp hostnames; from netbsdderaadt1996-10-051-3/+3
|
* warn about YP & bootparam security problem; suggested by bitbltderaadt1996-09-301-1/+4
|
* permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.netderaadt1996-09-041-1/+5
|
* buf oflow, found by das33@cornell.eduderaadt1996-08-311-3/+5
|