Module Name: src
Committed By: pgoyette
Date: Sun Oct 15 12:01:43 UTC 2017
Modified Files:
src/bin/sh: sh.1
Log Message:
Fix typo: s/one or mode/one or more/
To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 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.167 src/bin/sh/sh.1:1.168
--- src/bin/sh/sh.1:1.167 Fri Oct 6 21:09:45 2017
+++ src/bin/sh/sh.1 Sun Oct 15 12:01:43 2017
@@ -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 @@ 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