.Bl takes parameter "-offset indent", not "-indent".
This commit is contained in:
parent
e13c3f735f
commit
34ad57a779
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sh.1,v 1.37 2000/09/04 07:30:12 kleink Exp $
|
||||
.\" $NetBSD: sh.1,v 1.38 2000/09/21 21:04:56 phil Exp $
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
@ -335,7 +335,7 @@ command or some other special construct may have been recognized.
|
|||
.Ss Simple Commands
|
||||
If a simple command has been recognized, the shell performs
|
||||
the following actions:
|
||||
.Bl -enum -indent
|
||||
.Bl -enum -offset indent
|
||||
.It
|
||||
Leading words of the form
|
||||
.Dq name=value
|
||||
|
@ -371,7 +371,7 @@ is an optional number, as in
|
|||
(not
|
||||
.Sq Bq 3 ,
|
||||
that refers to a file descriptor.
|
||||
.Bl -tag -width aaabsfiles -indent
|
||||
.Bl -tag -width aaabsfiles -offset indent
|
||||
.It [n] Ns > file
|
||||
Redirect standard output (or n) to file.
|
||||
.It [n] Ns >| file
|
||||
|
|
Loading…
Reference in New Issue