Module Name:    src
Committed By:   wiz
Date:           Sun Apr 30 16:02:48 UTC 2017

Modified Files:
        src/bin/sh: sh.1

Log Message:
Uppercase UID. Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.132 -r1.133 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.132 src/bin/sh/sh.1:1.133
--- src/bin/sh/sh.1:1.132	Sat Apr 29 15:26:44 2017
+++ src/bin/sh/sh.1	Sun Apr 30 16:02:48 2017
@@ -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 @@ When off,
 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 @@ If the first
 .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

Reply via email to