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@
This commit is contained in:
abhinav 2017-04-03 14:08:37 +00:00
parent bafe7eeef8
commit 17f453fa9c

View File

@ -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 number; command numbers can be
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.