Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Tweak "ulimit" synopsis.



details:   https://anonhg.NetBSD.org/src/rev/208af8ff4d4e
branches:  trunk
changeset: 321463:208af8ff4d4e
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Mar 17 01:40:28 2018 +0000

description:
Tweak "ulimit" synopsis.

diffstat:

 bin/sh/sh.1 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 455df1611911 -r 208af8ff4d4e bin/sh/sh.1
--- a/bin/sh/sh.1       Sat Mar 17 01:32:42 2018 +0000
+++ b/bin/sh/sh.1       Sat Mar 17 01:40:28 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.201 2018/03/17 01:32:42 uwe Exp $
+.\"    $NetBSD: sh.1,v 1.202 2018/03/17 01:40:28 uwe Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -3276,7 +3276,7 @@
 For aliases the alias expansion is
 printed; for commands and tracked aliases the complete pathname of the
 command is printed.
-.It Ic ulimit Oo Fl H \*(Ba Fl S Oc Op Fl a \*(Ba Fl btfdscmlrpnv Op Ar value
+.It Ic ulimit Oo Fl H Ns \*(Ba Ns Fl S Oc Op Fl a \*(Ba Fl btfdscmlrpnv Op Ar value
 Inquire about or set the hard or soft limits on processes or set new
 limits.
 The choice between hard limit (which no process is allowed to
@@ -3288,13 +3288,14 @@
 set or inquire about hard limits
 .It Fl S
 set or inquire about soft limits.
+.El
+.Pp
 If neither
 .Fl H
 nor
 .Fl S
 is specified, the soft limit is displayed or both limits are set.
 If both are specified, the last one wins.
-.El
 .Pp
 The limit to be interrogated or set, then, is chosen by specifying
 any one of these flags:



Home | Main Index | Thread Index | Old Index