Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Fix typo: s/one or mode/one or more/



details:   https://anonhg.NetBSD.org/src/rev/2a9df8951fb5
branches:  trunk
changeset: 827122:2a9df8951fb5
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Oct 15 12:01:43 2017 +0000

description:
Fix typo: s/one or mode/one or more/

diffstat:

 bin/sh/sh.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa2d112b2c8d -r 2a9df8951fb5 bin/sh/sh.1
--- a/bin/sh/sh.1       Sun Oct 15 11:39:42 2017 +0000
+++ b/bin/sh/sh.1       Sun Oct 15 12:01:43 2017 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index