Fix typo: s/one or mode/one or more/
This commit is contained in:
parent
d8ee5df404
commit
ae677eba76
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: sh.1,v 1.167 2017/10/06 21:09:45 kre Exp $
|
||||
.\" $NetBSD: sh.1,v 1.168 2017/10/15 12:01:43 pgoyette Exp $
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
.\"
|
||||
|
@ -2137,7 +2137,7 @@ exit status of the preceding command (the current value of $?) is used.
|
|||
.It export Oo Fl npx Oc Ar name ...
|
||||
.It export Fl p Oo Fl x Oc
|
||||
With no options,
|
||||
but one or mode names,
|
||||
but one or more names,
|
||||
the specified names are exported so that they will appear in the
|
||||
environment of subsequent commands.
|
||||
With
|
||||
|
|
Loading…
Reference in New Issue