Fix a typo (extra `s')
This commit is contained in:
parent
f342178338
commit
53a1bd1628
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: env.1,v 1.14 2020/02/08 11:02:07 kamil Exp $
|
||||
.\" $NetBSD: env.1,v 1.15 2020/02/08 11:10:08 leot Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)printenv.1 6.7 (Berkeley) 7/28/91
|
||||
.\" $NetBSD: env.1,v 1.14 2020/02/08 11:02:07 kamil Exp $
|
||||
.\" $NetBSD: env.1,v 1.15 2020/02/08 11:10:08 leot Exp $
|
||||
.\"
|
||||
.Dd February 8, 2020
|
||||
.Dt ENV 1
|
||||
|
@ -158,7 +158,7 @@ The
|
|||
.Fl u
|
||||
and
|
||||
.Fl 0
|
||||
optionss first appeared in
|
||||
options first appeared in
|
||||
.Nx 10 .
|
||||
.Sh BUGS
|
||||
.Nm
|
||||
|
|
Loading…
Reference in New Issue