Module Name:    src
Committed By:   snj
Date:           Wed Oct 25 07:03:10 UTC 2017

Modified Files:
        src/bin/sh [netbsd-8]: sh.1

Log Message:
Pull up following revision(s) (requested by kre in ticket #323):
        bin/sh/sh.1: revision 1.168
Fix typo: s/one or mode/one or more/


To generate a diff of this commit:
cvs rdiff -u -r1.146.2.4 -r1.146.2.5 src/bin/sh/sh.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/sh.1
diff -u src/bin/sh/sh.1:1.146.2.4 src/bin/sh/sh.1:1.146.2.5
--- src/bin/sh/sh.1:1.146.2.4	Wed Oct 25 06:51:36 2017
+++ src/bin/sh/sh.1	Wed Oct 25 07:03:10 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sh.1,v 1.146.2.4 2017/10/25 06:51:36 snj Exp $
+.\"	$NetBSD: sh.1,v 1.146.2.5 2017/10/25 07:03:10 snj Exp $
 .\" Copyright (c) 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
 .\"
@@ -1895,7 +1895,7 @@ exit status of the preceding command (th
 .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

Reply via email to