Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src fix some Unix -> UNIX, Posix -> POSIX and some typos.
details: https://anonhg.NetBSD.org/src/rev/67247d496e01
branches: trunk
changeset: 541805:67247d496e01
user: grant <grant%NetBSD.org@localhost>
date: Sat Jan 18 18:54:10 2003 +0000
description:
fix some Unix -> UNIX, Posix -> POSIX and some typos.
>From Igor Sobrado in PR pkg/19666.
diffstat:
gnu/usr.bin/rcs/ci/ci.1 | 8 ++++----
gnu/usr.bin/rcs/co/co.1 | 6 +++---
usr.bin/lex/flex.1 | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (98 lines):
diff -r 8d3ad17ad8bc -r 67247d496e01 gnu/usr.bin/rcs/ci/ci.1
--- a/gnu/usr.bin/rcs/ci/ci.1 Sat Jan 18 18:40:52 2003 +0000
+++ b/gnu/usr.bin/rcs/ci/ci.1 Sat Jan 18 18:54:10 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ci.1,v 1.5 2002/02/08 01:26:50 ross Exp $
+.\" $NetBSD: ci.1,v 1.6 2003/01/18 18:54:14 grant Exp $
.\"
.de Id
.ds Rv \\$3
@@ -483,7 +483,7 @@
.IR suffixes
is installation-dependent; normally it is
.B ,v/
-for hosts like Unix that permit commas in filenames,
+for hosts like UNIX that permit commas in filenames,
and is empty (i.e. just the empty suffix) for other hosts.
.TP
.BI \-z zone
@@ -708,14 +708,14 @@
Consult a trustworthy expert if there are any doubts.
It is best if the
.B seteuid
-system call works as described in Posix 1003.1a Draft 5,
+system call works as described in POSIX 1003.1a Draft 5,
because \*r can switch back and forth easily
between real and effective users, even if the real user is
.BR root .
If not, the second best is if the
.B setuid
system call supports saved setuid
-(the {\s-1_POSIX_SAVED_IDS\s0} behavior of Posix 1003.1-1990);
+(the {\s-1_POSIX_SAVED_IDS\s0} behavior of POSIX 1003.1-1990);
this fails only if the real or effective user is
.BR root .
If \*r detects any failure in setuid, it quits immediately.
diff -r 8d3ad17ad8bc -r 67247d496e01 gnu/usr.bin/rcs/co/co.1
--- a/gnu/usr.bin/rcs/co/co.1 Sat Jan 18 18:40:52 2003 +0000
+++ b/gnu/usr.bin/rcs/co/co.1 Sat Jan 18 18:54:10 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: co.1,v 1.5 2002/02/08 01:26:50 ross Exp $
+.\" $NetBSD: co.1,v 1.6 2003/01/18 18:54:15 grant Exp $
.\"
.de Id
.ds Rv \\$3
@@ -36,7 +36,7 @@
Checkout with locking also requires the caller to be on the access list of
the \*r file, unless he is the owner of the
file or the superuser, or the access list is empty.
-Checkout without locking is not subject to accesslist restrictions, and is
+Checkout without locking is not subject to access list restrictions, and is
not affected by the presence of locks.
.PP
A revision is selected by options for revision or branch number,
@@ -217,7 +217,7 @@
This acts like
.BR \-ko ,
except it performs all working file input and output in binary mode.
-This makes little difference on Posix and Unix hosts,
+This makes little difference on POSIX and UNIX hosts,
but on DOS-like hosts one should use
.B "rcs\ \-i\ \-kb"
to initialize an \*r file intended to be used for binary files.
diff -r 8d3ad17ad8bc -r 67247d496e01 usr.bin/lex/flex.1
--- a/usr.bin/lex/flex.1 Sat Jan 18 18:40:52 2003 +0000
+++ b/usr.bin/lex/flex.1 Sat Jan 18 18:54:10 2003 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: flex.1,v 1.12 2002/10/13 00:18:58 wiz Exp $
+.\" $NetBSD: flex.1,v 1.13 2003/01/18 18:54:10 grant Exp $
.\"
.TH FLEX 1 "April 1995" "Version 2.5"
.SH NAME
@@ -1320,7 +1320,7 @@
while in the first example it's active in both, because in the first
example the
.B example
-startion condition is an
+starting condition is an
.I inclusive
.B (%s)
start condition.
@@ -4100,7 +4100,7 @@
states that the text matched by such patterns is undefined.)
.PP
For some trailing context rules, parts which are actually fixed-length are
-not recognized as such, leading to the abovementioned performance loss.
+not recognized as such, leading to the above mentioned performance loss.
In particular, parts using '|' or {n} (such as "foo{3}") are always
considered variable-length.
.PP
@@ -4200,7 +4200,7 @@
Keith Bostic, Frederic Brehm, Ian Brockbank, Kin Cho, Nick Christopher,
Brian Clapper, J.T. Conklin,
Jason Coughlin, Bill Cox, Nick Cropper, Dave Curtis, Scott David
-Daniels, Chris G. Demetriou, Theo Deraadt,
+Daniels, Chris G. Demetriou, Theo de Raadt,
Mike Donahue, Chuck Doucette, Tom Epperly, Leo Eskin,
Chris Faylor, Chris Flatters, Jon Forrest, Jeffrey Friedl,
Joe Gayda, Kaveh R. Ghazi, Wolfgang Glunz,
Home |
Main Index |
Thread Index |
Old Index