Module Name:    src
Committed By:   abhinav
Date:           Mon Apr  3 14:08:37 UTC 2017

Modified Files:
        src/bin/sh: sh.1

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.128 src/bin/sh/sh.1:1.129
--- src/bin/sh/sh.1:1.128	Thu Mar 23 12:10:53 2017
+++ src/bin/sh/sh.1	Mon Apr  3 14:08:37 2017
@@ -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 @@ A positive number representing a command
 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.

Reply via email to