diff options
author | mmcc <mmcc@cvs.openbsd.org> | 2015-11-23 19:18:35 +0000 |
---|---|---|
committer | mmcc <mmcc@cvs.openbsd.org> | 2015-11-23 19:18:35 +0000 |
commit | 05d4eb3f8a6fd3603419f079bcedc86152bb5b97 (patch) | |
tree | 65e33e76c53c15a16d896d033940a042539c1dd5 /sbin/fsirand | |
parent | 5f6a0461377cf78f6de38d20e06b83bdd5052554 (diff) |
"random generation numbers" -> "randomly generated numbers"
Diffstat (limited to 'sbin/fsirand')
-rw-r--r-- | sbin/fsirand/fsirand.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 21944e59093..51db932e442 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsirand.8,v 1.29 2007/05/31 19:19:44 jmc Exp $ +.\" $OpenBSD: fsirand.8,v 1.30 2015/11/23 19:18:34 mmcc Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 23 2015 $ .Dt FSIRAND 8 .Os .Sh NAME @@ -27,7 +27,7 @@ .Sh DESCRIPTION The .Nm -command installs random generation numbers on all the inodes for +command installs randomly generated numbers on all the inodes for each filesystem specified on the command line by .Ar special . This increases the security of NFS-exported filesystems by making |