aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rndcontrol/random.4
Commit message (Collapse)AuthorAgeFilesLines
* As rndcontrol is no longer needed, punt it to the attic.Mark Murray2000-06-251-188/+0
| | | | Notes: svn path=/head/; revision=62073
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-061-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57781
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
| | | | | | | the string "FreeBSD". Use the .Fx macro instead. Notes: svn path=/head/; revision=56416
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use err(3).Philippe Charnier1997-10-131-11/+20
| | | | Notes: svn path=/head/; revision=30375
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Fix a couple of typos.Stephen McKay1997-01-041-5/+5
| | | | | | | Safe for 2.2. Notes: svn path=/head/; revision=21280
* Use the .Fx macro where appropriate.Mike Pritchard1996-08-231-2/+2
| | | | Notes: svn path=/head/; revision=17786
* Control utility for the /dev/random device. This allows root to selectMark Murray1995-10-281-0/+178
which interrupts are to be used in randomess gathering. Man page for the random device is included. Notes: svn path=/cvs2svn/branches/MARKM/; revision=11876