aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsirand/fsirand.8
Commit message (Collapse)AuthorAgeFilesLines
* s/filesystem/file system/g as discussed on -developersTom Rhodes2002-08-211-8/+8
| | | | Notes: svn path=/head/; revision=102231
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
| | | | Notes: svn path=/head/; revision=101828
* The .Nm utilityPhilippe Charnier2002-07-061-6/+8
| | | | Notes: svn path=/head/; revision=99501
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-181-0/+1
| | | | Notes: svn path=/head/; revision=70152
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68960
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+2
| | | | Notes: svn path=/head/; revision=68575
* Fix various man pages to stop abusing the .Bx macro to generateMike Pritchard2000-01-231-1/+1
| | | | | | | | the strings "FreeBSD" and "NetBSD". Use the .Fx or .Nx macro instead. Notes: svn path=/head/; revision=56407
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Do not dot terminate SEE ALSO list. Add rcsid, remove unused #includes. Err(3)Philippe Charnier1998-06-301-5/+5
| | | | | | | messages should start with a lowercase letter. Notes: svn path=/head/; revision=37275
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-191-6/+4
| | | | Notes: svn path=/head/; revision=34673
* Typo fix.Masafumi Max NAKANE1997-06-161-2/+2
| | | | | | | | PR: 3868 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=26677
* Add Id. Staticize usage function. Typo in usage string.Philippe Charnier1997-06-111-0/+1
| | | | Notes: svn path=/head/; revision=26558
* Update HISTORY to reflect that this will first appear in 2.2.5.Mike Pritchard1997-03-271-1/+1
| | | | Notes: svn path=/head/; revision=24325
* Typo fix (now how did that one get by me :-).Mike Pritchard1997-03-271-1/+1
| | | | | | | Submitted by: Philippe Charnier Notes: svn path=/head/; revision=24309
* Typo police. Also update HISTORY to reflect when this first appearedMike Pritchard1997-03-241-3/+6
| | | | | | | in FreeBSD. Notes: svn path=/head/; revision=24221
* Add generation number randomization. Newly created filesystems wil nowGuido van Rooij1997-03-231-0/+109
automatically have random generation numbers. The kenel way of handling those also changed. Further it is advised to run fsirand on all your nfs exported filesystems. the code is mostly copied from OpenBSD, with the randomization chanegd to use /dev/urandom Reviewed by: Garrett Obtained from: OpenBSD Notes: svn path=/head/; revision=24149