.Bl takes parameter "-offset indent", not "-indent".

This commit is contained in:
phil 2000-09-21 21:04:56 +00:00
parent e13c3f735f
commit 34ad57a779
1 changed files with 3 additions and 3 deletions

View File

@ -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 .\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved. .\" 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 .Ss Simple Commands
If a simple command has been recognized, the shell performs If a simple command has been recognized, the shell performs
the following actions: the following actions:
.Bl -enum -indent .Bl -enum -offset indent
.It .It
Leading words of the form Leading words of the form
.Dq name=value .Dq name=value
@ -371,7 +371,7 @@ is an optional number, as in
(not (not
.Sq Bq 3 , .Sq Bq 3 ,
that refers to a file descriptor. that refers to a file descriptor.
.Bl -tag -width aaabsfiles -indent .Bl -tag -width aaabsfiles -offset indent
.It [n] Ns > file .It [n] Ns > file
Redirect standard output (or n) to file. Redirect standard output (or n) to file.
.It [n] Ns >| file .It [n] Ns >| file