summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-11-10typo; from mouring@pconline.comMarkus Friedl
2000-11-10the new MANPS variable specifies that .ps versions of manual pages shouldTheo de Raadt
also be installed in /usr/share/man/ps[0-9]/ as *.ps files. No MLINKS are made for them.
2000-11-10create /usr/share/man/ps{1-9} directories and sub-directoriesTheo de Raadt
2000-11-10shorten, now it fits in -TpsTheo de Raadt
2000-11-10Add COMPATIBILITY section definition.Aaron Campbell
2000-11-09- Some section shuffling: conform to the standard order documented in mdoc(7)Aaron Campbell
- .Sh AUTHOR -> .Sh AUTHORS
2000-11-09typoTheo de Raadt
2000-11-09Insert some missing commas.Aaron Campbell
2000-11-09Fix an off-by-one-hour error that would occur when changing the time acrossAaron Campbell
DST (Daylight Saving Time); from NetBSD.
2000-11-09permit -Tps; aaron okTheo de Raadt
2000-11-09typoTheo de Raadt
2000-11-09Remove -offset indent so these lines don't wrap over 80 chars; deraadt@Aaron Campbell
2000-11-09- Don't use general text domain macros in literal block displays.Aaron Campbell
- Beautify the SYNOPSIS; somewhat inspired by a similar change in NetBSD.
2000-11-09Conform to RFC 2367 numbering (hshoexer@rommelwood.de)Angelos D. Keromytis
2000-11-09cast pointer to a long for alpha's sake; pointed out by ericj@Michael Shalayeff
2000-11-09case of headerTheo de Raadt
2000-11-09new timeouts; aaron@ okMichael Shalayeff
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything.
2000-11-09new timeoutsMichael Shalayeff
2000-11-09PHOLD the nfsd.Artur Grabowski
PRELE the nfsiod when it exits (shouldn't be necessary to PHOLD it because it's a kernel thread, but it doesn't hurt.
2000-11-09PHOLD/PRELE instead manual fiddling with p_holdcntArtur Grabowski
2000-11-09Use PHOLD/PRELE instead of manually fiddling with p_holdcnt.Artur Grabowski
2000-11-09add uvm(9) from netbsd; as a side effect increase art's guilt factor ;)Michael Shalayeff
2000-11-09it's been movedMichael Shalayeff
2000-11-09indentation nits.Artur Grabowski
2000-11-09zap old file.Artur Grabowski
2000-11-09zap dead files.Artur Grabowski
2000-11-09incomplete work. moved them, repaired some, it is a giant messTheo de Raadt
2000-11-09typo, inspired by deraadt@Niels Provos
2000-11-09typoTheo de Raadt
2000-11-09Argh, repair CFLAGS.Miod Vallat
2000-11-09Do not use vm_pmap anymore. Requested by art@Miod Vallat
2000-11-09The spl() functions block interrupts of equal or lesser priority, not ofAaron Campbell
higher priority. This man page could use some more improvement, but this paragraph was too misleading to be ignored.
2000-11-08Document that rsh and ssh will take their invocation name as a hostname toAaron Campbell
connect to if argv[0] is not one of the standard program names; closes PR/1493. While I'm here, change the "host" argument in rsh(1) to "hostname" for consistency, and also remove some redundancy in the option descriptions.
2000-11-08another MLINKTheo de Raadt
2000-11-08Zap dead files.Artur Grabowski
2000-11-08Fix a buf oflow, only exposed because a user happened to have a host with aAaron Campbell
resolvable name > 63 characters and specified a port number on the command line; spotted by steve@tightrope.demon.co.uk, who provided a useful traceback.
2000-11-08no need to extern booted_device everywhere.Artur Grabowski
2000-11-08extern struct device *booted_deviceArtur Grabowski
2000-11-08tag the rest of alpha treeEric Jackson
2000-11-08Cleanup.Artur Grabowski
Zap COMPAT_09. Don't duplicate creds unless necessary.
2000-11-08add tagsEric Jackson
2000-11-08Fix up mdoc section header descriptions to more accurately reflect howAaron Campbell
man pages should be laid out in OpenBSD.
2000-11-08oops, oops w/ no configured unitsMichael Shalayeff
2000-11-08put infnan in there, even though it is depricatedTheo de Raadt
2000-11-08UVMArtur Grabowski
2000-11-08using .Tn is uglyTheo de Raadt
2000-11-08Escape the quotation marks in the first example so they show; deraadt@Aaron Campbell
2000-11-08UVM default on alphaArtur Grabowski
2000-11-08- Get rid of ".Sh OPTIONS" and always use the standard options list intro.Aaron Campbell
- Move some BUGS/CAVEATS to the end of the man pages where they should go. - Correct some .Nm usage.