Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/env Fix a typo (extra `s')



details:   https://anonhg.NetBSD.org/src/rev/0e27892c8120
branches:  trunk
changeset: 744629:0e27892c8120
user:      leot <leot%NetBSD.org@localhost>
date:      Sat Feb 08 11:10:08 2020 +0000

description:
Fix a typo (extra `s')

diffstat:

 usr.bin/env/env.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 5ffd989a5fa3 -r 0e27892c8120 usr.bin/env/env.1
--- a/usr.bin/env/env.1 Sat Feb 08 11:02:07 2020 +0000
+++ b/usr.bin/env/env.1 Sat Feb 08 11:10:08 2020 +0000
@@ -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 @@
 .Fl u
 and
 .Fl 0
-optionss first appeared in
+options first appeared in
 .Nx 10 .
 .Sh BUGS
 .Nm



Home | Main Index | Thread Index | Old Index