Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Uppercase UID. Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/e9f69a223b4e
branches:  trunk
changeset: 353344:e9f69a223b4e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 30 16:02:48 2017 +0000

description:
Uppercase UID. Fix typo.

diffstat:

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

diffs (27 lines):

diff -r e79fe69f52ac -r e9f69a223b4e bin/sh/sh.1
--- a/bin/sh/sh.1       Sun Apr 30 15:59:18 2017 +0000
+++ b/bin/sh/sh.1       Sun Apr 30 16:02:48 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sh.1,v 1.132 2017/04/29 15:26:44 kre Exp $
+.\"    $NetBSD: sh.1,v 1.133 2017/04/30 16:02:48 wiz Exp $
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -334,7 +334,7 @@
 the file system is searched for commands each time the function is invoked.
 (Not implemented.)
 .It Fl p Em nopriv
-Do not attempt to reset effective uid if it does not match uid.
+Do not attempt to reset effective UID if it does not match UID.
 This is not set by default to help avoid incorrect usage by setuid
 root programs via
 .Xr system 3
@@ -2059,7 +2059,7 @@
 .Ar signal
 is specified in its numeric form, then
 .Ar action
-can be ommitted to achieve the same effect.
+can be omitted to achieve the same effect.
 This archaic,
 but still standard,
 form should not be relied upon, use the explicit



Home | Main Index | Thread Index | Old Index