diff options
author | 2015-11-23 19:44:57 +0000 | |
---|---|---|
committer | 2015-11-23 19:44:57 +0000 | |
commit | d355bfef9b32af11369fa4a7703eedfc331abef6 (patch) | |
tree | d505fe8c7c6160fe404ab8e60aba49b83bd1d533 | |
parent | Use SOCK_NONBLOCK to replace socket_set_blockmode() and fcntl(..O_NONBLOCK). (diff) | |
download | wireguard-openbsd-d355bfef9b32af11369fa4a7703eedfc331abef6.tar.xz wireguard-openbsd-d355bfef9b32af11369fa4a7703eedfc331abef6.zip |
Revert previous tweak, as discussed on source-changes@
-rw-r--r-- | sbin/fsirand/fsirand.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsirand/fsirand.8 b/sbin/fsirand/fsirand.8 index 51db932e442..674f532b3dd 100644 --- a/sbin/fsirand/fsirand.8 +++ b/sbin/fsirand/fsirand.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsirand.8,v 1.30 2015/11/23 19:18:34 mmcc Exp $ +.\" $OpenBSD: fsirand.8,v 1.31 2015/11/23 19:44:57 mmcc Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" @@ -27,7 +27,7 @@ .Sh DESCRIPTION The .Nm -command installs randomly generated numbers on all the inodes for +command installs random generation 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 |