Module Name: src
Committed By: leot
Date: Sat Feb 8 11:10:08 UTC 2020
Modified Files:
src/usr.bin/env: env.1
Log Message:
Fix a typo (extra `s')
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.bin/env/env.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/env/env.1
diff -u src/usr.bin/env/env.1:1.14 src/usr.bin/env/env.1:1.15
--- src/usr.bin/env/env.1:1.14 Sat Feb 8 11:02:07 2020
+++ src/usr.bin/env/env.1 Sat Feb 8 11:10:08 2020
@@ -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