Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Clean-up documentation of login.conf(5)



details:   https://anonhg.NetBSD.org/src/rev/f5717013d141
branches:  trunk
changeset: 339304:f5717013d141
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sat Jul 11 14:18:08 2015 +0000

description:
Clean-up documentation of login.conf(5)

Remove redundant word "limit" from sentences "Maximum ...".
Note that vmemoryuse might specify both maximum and current limits.
Remove redundant 'in bytes' from the description of vmemoryuse, it's noted
in the next section describing the argument type 'size'.

Changes inspired by <riastradh> in PR xsrc/49912

diffstat:

 share/man/man5/login.conf.5 |  21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diffs (84 lines):

diff -r afb48b4f9757 -r f5717013d141 share/man/man5/login.conf.5
--- a/share/man/man5/login.conf.5       Sat Jul 11 11:04:48 2015 +0000
+++ b/share/man/man5/login.conf.5       Sat Jul 11 14:18:08 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: login.conf.5,v 1.30 2015/07/11 09:54:06 wiz Exp $
+.\"    $NetBSD: login.conf.5,v 1.31 2015/07/11 14:18:08 kamil Exp $
 .\"
 .\" Copyright (c) 1995,1996,1997 Berkeley Software Design, Inc.
 .\" All rights reserved.
@@ -94,7 +94,7 @@
 .\"
 .sp
 .It Sy coredumpsize Ta size Ta "" Ta
-Maximum coredump size limit.
+Maximum coredump size.
 .\"
 .sp
 .It Sy cputime Ta time Ta "" Ta
@@ -102,11 +102,11 @@
 .\"
 .sp
 .It Sy datasize Ta size Ta "" Ta
-Maximum data size limit.
+Maximum data size.
 .\"
 .sp
 .It Sy filesize Ta size Ta "" Ta
-Maximum file size limit.
+Maximum file size.
 .\"
 .sp
 .It Sy host.allow Ta string Ta "" Ta
@@ -173,11 +173,11 @@
 .\"
 .sp
 .It Sy memorylocked Ta size Ta "" Ta
-Maximum locked in core memory size limit.
+Maximum locked in core memory size.
 .\"
 .sp
 .It Sy memoryuse Ta size Ta "" Ta
-Maximum in core memoryuse size limit.
+Maximum in core memoryuse size.
 .\"
 .sp
 .It Sy minpasswordlen Ta number Ta "" Ta
@@ -229,7 +229,7 @@
 .\"
 .sp
 .It Sy sbsize Ta size Ta "" Ta
-Maximum socket buffer size limit.
+Maximum socket buffer size.
 .\"
 .sp
 .It Sy setenv Ta list Ta "" Ta
@@ -246,7 +246,7 @@
 .\"
 .sp
 .It Sy stacksize Ta size Ta "" Ta
-Maximum stack size limit.
+Maximum stack size.
 .\"
 .sp
 .It Sy tc Ta string Ta "" Ta
@@ -272,7 +272,7 @@
 .\"
 .sp
 .It Sy vmemoryuse Ta size Ta "" Ta
-Maximum virtual address space size in bytes.
+Maximum virtual address space size.
 .\"
 .sp
 .It Sy welcome Ta file Ta Li /etc/motd Ta
@@ -293,8 +293,9 @@
 .Sy memoryuse ,
 .Sy openfiles ,
 .Sy sbsize ,
+.Sy stacksize
 and
-.Sy stacksize )
+.Sy vmemoryuse )
 actually specify both the maximum and current limits (see
 .Xr getrlimit 2 ) .
 The current limit is the one normally used,



Home | Main Index | Thread Index | Old Index