Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Use \- instead of .Fl for the -number argument.



details:   https://anonhg.NetBSD.org/src/rev/655c2f5f192e
branches:  trunk
changeset: 822731:655c2f5f192e
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Mon Apr 03 14:08:37 2017 +0000

description:
Use \- instead of .Fl for the -number argument.

.Fl causes the -number argument to be rendered in bold, which causes confusion
with the [+]number argument right above it.

ok wiz@

diffstat:

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

diffs (18 lines):

diff -r 87e0254171c3 -r 655c2f5f192e bin/sh/sh.1
--- a/bin/sh/sh.1       Mon Apr 03 10:17:17 2017 +0000
+++ b/bin/sh/sh.1       Mon Apr 03 14:08:37 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.128 2017/03/23 12:10:53 kre Exp $
+.\"    $NetBSD: sh.1,v 1.129 2017/04/03 14:08:37 abhinav Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -1706,7 +1706,7 @@
 displayed with the
 .Fl l
 option.
-.It Fl number
+.It \-number
 A negative decimal number representing the command that was executed
 number of commands previously.
 For example, \-1 is the immediately previous command.



Home | Main Index | Thread Index | Old Index