diff options
author | 2003-09-04 08:48:53 +0000 | |
---|---|---|
committer | 2003-09-04 08:48:53 +0000 | |
commit | c4ea18daf14146e496653af3df647c74058ce8d7 (patch) | |
tree | a1b8937868c0ef9a8cefad165e9ed607e1e4560b | |
parent | clarify that user's full name (not username) generally goes in GECOS; (diff) | |
download | wireguard-openbsd-c4ea18daf14146e496653af3df647c74058ce8d7.tar.xz wireguard-openbsd-c4ea18daf14146e496653af3df647c74058ce8d7.zip |
change description of `openfiles' attribute from "number of open files..."
to "number of open file descriptors...";
prompted by a misc@ post from Olivier Cherrier;
-rw-r--r-- | share/man/man5/login.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5 index fefddd2c484..742ae4a4c02 100644 --- a/share/man/man5/login.conf.5 +++ b/share/man/man5/login.conf.5 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: login.conf.5,v 1.31 2003/07/25 09:30:54 jmc Exp $ +.\" $OpenBSD: login.conf.5,v 1.32 2003/09/04 08:48:53 jmc Exp $ .\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $ .\" .Dd June 18, 2001 @@ -238,7 +238,7 @@ and the login session will be terminated. .\" .sp .It openfiles Ta number Ta "" Ta -Maximum number of open files per process. +Maximum number of open file descriptors per process. .\" .sp .It password-dead Ta time Ta Dv 0 Ta |