add missing parenthesis
This commit is contained in:
parent
dcf4c9093f
commit
1a2ec1a713
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sh.1,v 1.62 2003/03/22 11:37:49 kristerw Exp $
|
||||
.\" $NetBSD: sh.1,v 1.63 2003/04/12 16:39:19 zuntum Exp $
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
@ -429,7 +429,7 @@ The
|
|||
is an optional number, as in
|
||||
.Sq 3
|
||||
(not
|
||||
.Sq Bq 3 ,
|
||||
.Sq Bq 3 ) ,
|
||||
that refers to a file descriptor.
|
||||
.Bl -tag -width aaabsfiles -offset indent
|
||||
.It [n] Ns \*[Gt] file
|
||||
|
|
Loading…
Reference in New Issue