summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Srivastava <srivasta@golden-gryphon.com>2014-04-27 22:02:07 -0700
committerManoj Srivastava <srivasta@golden-gryphon.com>2014-04-27 22:02:07 -0700
commitbfcf1e4111599cdbc115a6476bc1a552e3049e79 (patch)
tree307ea7f43c58466083fc4c1c67055143e280212e
parent147ab4543f119c5c4e62afdcd908ff1f82f5a7ed (diff)
parent16646b26d8f8d9949732c92929313ed17f2ed455 (diff)
Merge branch 'fix-man-page-typo'
-rw-r--r--ChangeLog38
-rw-r--r--MANIFEST2
-rwxr-xr-xjmake/bindex.SH2
-rwxr-xr-xjmake/fixcpp.SH2
-rwxr-xr-xjmake/jmake.SH2
-rw-r--r--jmake/jmake.man42
-rw-r--r--kit/makedist.man2
-rw-r--r--mcon/Jmakefile2
-rwxr-xr-xmcon/Makefile.SH2
-rw-r--r--mcon/NOTES2
-rw-r--r--mcon/U/Configdir.U2
-rw-r--r--mcon/U/Finish.U2
-rw-r--r--mcon/U/Guess.U2
-rw-r--r--mcon/U/Head.U2
-rw-r--r--mcon/U/Inhdr.U2
-rw-r--r--mcon/U/Inlibc.U2
-rw-r--r--mcon/U/Setvar.U2
-rw-r--r--mcon/U/Warn_v7EXT.U2
-rw-r--r--mcon/U/Warn_v7ND.U2
-rw-r--r--mcon/U/abortsig.U2
-rw-r--r--mcon/U/afs.U2
-rw-r--r--mcon/U/bin.U2
-rw-r--r--mcon/U/ccflags.U2
-rw-r--r--mcon/U/d_bsdjmp.U2
-rw-r--r--mcon/U/d_eofpipe.U2
-rw-r--r--mcon/U/d_gethname.U2
-rw-r--r--mcon/U/d_keepsig.U2
-rw-r--r--mcon/U/d_newsadm.U2
-rw-r--r--mcon/U/d_normsig.U2
-rw-r--r--mcon/U/d_setpgrp.U2
-rw-r--r--mcon/U/d_speedopt.U2
-rw-r--r--mcon/U/d_tzmin.U2
-rw-r--r--mcon/U/d_vfork.U4
-rw-r--r--mcon/U/i_termio.U2
-rw-r--r--mcon/U/myhostname.U2
-rw-r--r--mcon/U/nametype.U2
-rw-r--r--mcon/U/registers.U2
-rw-r--r--mcon/U/sbrksmart.U2
-rw-r--r--mcon/U/shm_for.U2
-rw-r--r--mcon/U/sysman.U2
-rw-r--r--mcon/U/uidtype.U2
-rw-r--r--mcon/U/voidflags.U2
-rw-r--r--mcon/U/yacc.U2
-rwxr-xr-xmcon/man/mconfig.SH30
-rwxr-xr-xmcon/man/mlint.SH6
-rw-r--r--pat/pat.man14
46 files changed, 107 insertions, 107 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dce502..0726af4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,7 +61,7 @@ Fri Feb 28 17:48:41 MET 1997 Raphael Manfredi <Raphael_Manfredi@grenoble.hp.co
Added the srcdir support to "configure" now that we have src.U.
- Documented the runnning environment and the src.U unit in
+ Documented the running environment and the src.U unit in
the metaconfig man page. The $_a and $_o are also mentionned.
All the generated scripts must now start with a "$startsh"
to ensure proper shell execution.
@@ -90,7 +90,7 @@ Fri Feb 28 17:48:41 MET 1997 Raphael Manfredi <Raphael_Manfredi@grenoble.hp.co
mcon/U/patchlevel.U, mcon/U/MailAuthor.U, mcon/U/Chk_MANI.U,
mcon/U/Config_h.U: Added support for src.U.
- * mcon/U/Configdir.U: Have README explicitely mention the package
+ * mcon/U/Configdir.U: Have README explicitly mention the package
name.
* mcon/U/make.U, mcon/U/d_strtoul.U, mcon/U/Unix.U,
@@ -123,7 +123,7 @@ Fri Feb 28 17:48:41 MET 1997 Raphael Manfredi <Raphael_Manfredi@grenoble.hp.co
* mcon/U/Whoa.U: Whoa script now starts with leading "startsh".
- * mcon/U/afs.U: Can now explicitely tell Configure whether AFS is
+ * mcon/U/afs.U: Can now explicitly tell Configure whether AFS is
running.
* mcon/U/archlib.U: Skip existence checks for archlib.
@@ -265,7 +265,7 @@ Fri Feb 28 17:48:41 MET 1997 Raphael Manfredi <Raphael_Manfredi@grenoble.hp.co
* mcon/configure: Added the srcdir support now that we have src.U.
Random cleanup for nicer help message.
- * mcon/man/mconfig.SH: Documents the runnning environment and the
+ * mcon/man/mconfig.SH: Documents the running environment and the
src.U unit. Added warnings for $_a and $_o, as well as "startsh".
* mcon/man/mlint.SH: New "create" and "empty" lint directives.
@@ -969,7 +969,7 @@ Wed Jan 11 17:03:22 MET 1995 Raphael Manfredi <ram@acri.fr>
Andreas Koenig <k@franz.ww.tu-berlin.de> on the perl5-porters
mailing list. Thanks!
- Now sets sbrksmart to undef explicitely when lacking sbrk().
+ Now sets sbrksmart to undef explicitly when lacking sbrk().
Forgot a cast when using return value from sbrk(). Both fixes
reported by Xavier Le Vourch <xavierl@eiffel.com>.
@@ -1038,7 +1038,7 @@ Wed Jan 11 17:03:22 MET 1995 Raphael Manfredi <ram@acri.fr>
* mcon/U/orderlib.U: Allows hint files to specify their own value for
'ranlib'.
- * mcon/U/sbrksmart.U: Now sets sbrksmart to undef explicitely when
+ * mcon/U/sbrksmart.U: Now sets sbrksmart to undef explicitly when
lacking sbrk(). Forgot a cast when using return value from sbrk().
* mcon/U/spitshell.U: Use 'test -f' instead of 'test -r' for
@@ -1083,7 +1083,7 @@ Mon Oct 31 10:57:05 MET 1994 Raphael Manfredi <ram@acri.fr>
in their ?MAKE: line due to the way metalint performs its visible
symbol lookup (by following dependencies recursively and implicitely
placing Init at the top). Since Options is no longer a dependency
- of Init, Myread.U and Csym.U now explicitely mention Options in
+ of Init, Myread.U and Csym.U now explicitly mention Options in
their dependency line.
Also, the leading comment in Chk_MANI.U now explains how this
@@ -1302,12 +1302,12 @@ Sat Oct 29 18:16:03 MET 1994 Raphael Manfredi <ram@acri.fr>
HOME to the ?T: line since metalint now checks ${HOME}.
* mcon/U/Guess.U: Added ?F: line for metalint file checking. Call
- ./xenix explicitely instead of relying on PATH.
+ ./xenix explicitly instead of relying on PATH.
* mcon/U/Head.U: Make sure ENV is unset before calling /bin/ksh.
* mcon/U/Setvar.U, mcon/U/Inhdr.U, mcon/U/Inlibc.U: Call ./whoa
- explicitely instead of relying on PATH.
+ explicitly instead of relying on PATH.
* mcon/U/Loc.U: Added ?F: line for metalint file checking. Be
careful and guard against wildcard searching (ADO).
@@ -1323,10 +1323,10 @@ Sat Oct 29 18:16:03 MET 1994 Raphael Manfredi <ram@acri.fr>
* mcon/U/Typedef.U: Don't clobber visible 'val' variable, use
'varval' instead.
- * mcon/U/Warn_v7EXT.U, mcon/U/Warn_v7ND.U: Call ./v7 explicitely
+ * mcon/U/Warn_v7EXT.U, mcon/U/Warn_v7ND.U: Call ./v7 explicitly
instead of relying on PATH.
- * mcon/U/abortsig.U, mcon/U/d_bsdjmp.U: Call ./usg explicitely
+ * mcon/U/abortsig.U, mcon/U/d_bsdjmp.U: Call ./usg explicitly
instead of relying on PATH.
* mcon/U/d_attribut.U, mcon/U/d_gconvert.U, mcon/U/d_drem.U,
@@ -1358,19 +1358,19 @@ Sat Oct 29 18:16:03 MET 1994 Raphael Manfredi <ram@acri.fr>
McQueen).
* mcon/U/d_keepsig.U, mcon/U/d_eofpipe.U, mcon/U/d_normsig.U,
- mcon/U/d_tzmin.U: Call ./bsd explicitely instead of relying on PATH.
+ mcon/U/d_tzmin.U: Call ./bsd explicitly instead of relying on PATH.
- * mcon/U/d_gethname.U: Call ./xenix explicitely instead of relying on
+ * mcon/U/d_gethname.U: Call ./xenix explicitly instead of relying on
PATH.
- * mcon/U/d_newsadm.U: Call ./eunice explicitely instead of relying on
+ * mcon/U/d_newsadm.U: Call ./eunice explicitly instead of relying on
PATH.
* mcon/U/d_setpgrp.U: Added 'ldflags' to the test compile line (ADO).
- Call ./usg explicitely instead of relying on PATH.
+ Call ./usg explicitly instead of relying on PATH.
* mcon/U/registers.U, mcon/U/shm_for.U, mcon/U/d_speedopt.U: Call
- ./Cppsym explicitely instead of relying on PATH.
+ ./Cppsym explicitly instead of relying on PATH.
* mcon/U/d_time.U: Now uses new Typedef unit to compute type
information (ADO).
@@ -1384,7 +1384,7 @@ Sat Oct 29 18:16:03 MET 1994 Raphael Manfredi <ram@acri.fr>
* mcon/U/i_neterrno.U: Forgot to initialize 'val' to an empty value
(ADO).
- * mcon/U/i_termio.U: Call ./usg and ./Cppsym explicitely instead of
+ * mcon/U/i_termio.U: Call ./usg and ./Cppsym explicitly instead of
relying on PATH.
* mcon/U/lex.U: Spurious single quote could cause Configure to crash.
@@ -1398,10 +1398,10 @@ Sat Oct 29 18:16:03 MET 1994 Raphael Manfredi <ram@acri.fr>
* mcon/U/mailfile.U: The Loc unit was missing from the dependency
line.
- * mcon/U/myhostname.U: Call ./xenix explicitely instead of relying on
+ * mcon/U/myhostname.U: Call ./xenix explicitly instead of relying on
PATH. Now uses new Tr unit to convert to/from lowercase.
- * mcon/U/nametype.U: Call ./usg and ./bsd explicitely instead of
+ * mcon/U/nametype.U: Call ./usg and ./bsd explicitly instead of
relying on PATH.
* mcon/U/orderlib.U: Now performs a real small compile for accurate
diff --git a/MANIFEST b/MANIFEST
index ffd22b5..d3d2050 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -150,7 +150,7 @@ mcon/U/cc.U Which C compiler should be used?
mcon/U/ccflags.U Any additional C flags?
mcon/U/cf_email.U Computes user's e-mail address
mcon/U/cf_name.U Computes user's full name
-mcon/U/cf_who.U Who configured the sytem, where and when
+mcon/U/cf_who.U Who configured the system, where and when
mcon/U/charorder.U Character order within a byte
mcon/U/charsize.U What is the size of "char"?
mcon/U/contains.U Makes status-returning grep
diff --git a/jmake/bindex.SH b/jmake/bindex.SH
index ca73f5e..ee45b2e 100755
--- a/jmake/bindex.SH
+++ b/jmake/bindex.SH
@@ -20,7 +20,7 @@ $startperl
!GROK!THIS!
$spitshell >>bindex <<'!NO!SUBS!'
eval 'exec perl -S $0 ${1+"$@"}'
- if $runnning_under_some_shell;
+ if $running_under_some_shell;
# $Id: bindex.SH 31 2010-03-06 20:15:24Z rmanfredi $
#
diff --git a/jmake/fixcpp.SH b/jmake/fixcpp.SH
index 092a4ca..fa816f4 100755
--- a/jmake/fixcpp.SH
+++ b/jmake/fixcpp.SH
@@ -19,7 +19,7 @@ echo "Extracting jmake/fixcpp (with variable substitutions)"
$spitshell >fixcpp <<!GROK!THIS!
$startperl
eval 'exec perl -S \$0 \${1+"\$@"}'
- if \$runnning_under_some_shell;
+ if \$running_under_some_shell;
# $Id: fixcpp.SH 42 2010-11-28 18:15:13Z rmanfredi $
#
diff --git a/jmake/jmake.SH b/jmake/jmake.SH
index 392952f..6f97180 100755
--- a/jmake/jmake.SH
+++ b/jmake/jmake.SH
@@ -19,7 +19,7 @@ echo "Extracting jmake/jmake (with variable substitutions)"
$spitshell >jmake <<!GROK!THIS!
$startperl
eval 'exec perl -S \$0 \${1+"\$@"}'
- if \$runnning_under_some_shell;
+ if \$running_under_some_shell;
# $Id: jmake.SH 47 2010-11-28 22:23:13Z rmanfredi $
#
diff --git a/jmake/jmake.man b/jmake/jmake.man
index 49c4b73..5f577e6 100644
--- a/jmake/jmake.man
+++ b/jmake/jmake.man
@@ -195,16 +195,16 @@ Available commands are:
|rule: <text>: same as before, with a leading tab.
.sp
.IP \(bu
-|skip: skips text until a line starting with '-skip' is found.
+|skip: skips text until a line starting with '\-skip' is found.
.sp
.IP \(bu
|subst: begins section where lines will be subject to variable substitution,
-until '-subst' is found. This means that when the Makefile.SH is run, all
+until '\-subst' is found. This means that when the Makefile.SH is run, all
instances of $var within the \fIsubst\fR section will be substituted by the
shell.
.sp
.IP \(bu
-|shell: emits section until matching '-shell' as-is in the generated
+|shell: emits section until matching '\-shell' as-is in the generated
Makefile.SH. This can be useful to prepare \fI|case\fR sections. It is
not allowed to nest \fIshell\fR sections.
.sp
@@ -213,15 +213,15 @@ not allowed to nest \fIshell\fR sections.
its leading '$' sign) and a case-style pattern, for instance the string
"var in f*". It will generate the corresponding "case" test in the
Makefile.SH on the "$var" value and only if this test is true will the
-section until the matching '-case' be generated in the Makefile when
+section until the matching '\-case' be generated in the Makefile when
Makefile.SH is run. It is possible to nest \fIcase\fR sections freely.
.sp
.IP \(bu
-|expand <pattern>: expand lines until '-expand' with <pattern>. A
+|expand <pattern>: expand lines until '\-expand' with <pattern>. A
complete example is shown below.
.sp
.IP \(bu
-|once <symbol>: text up to '-once' appears only the first time.
+|once <symbol>: text up to '\-once' appears only the first time.
.sp
.PP
The '|' commands cannot be nested, unless otherwise noted.
@@ -239,7 +239,7 @@ Here is a way to implement a logical OR:
?SYMBOL:text /* Keeps text if SYMBOL */
%SYMBOL:|skip
%TOKEN:text /* Keeps text if not TOKEN */
--skip
+\-skip
.fi
.in -5
.sp
@@ -256,7 +256,7 @@ not (p or q) <=> not p and not q
/* Implements SYMBOL or not TOKEN (attempt #2) */
%SYMBOL:?TOKEN:|skip
text /* If SYMBOL or not TOKEN */
--skip
+\-skip
.sp
.in -5
.fi
@@ -273,7 +273,7 @@ an example first:
|expand a!foo bar! b!yes no!
!a::
echo !a, !b
--expand
+\-expand
.fi
.in -5
.sp
@@ -302,7 +302,7 @@ It is defined in \fIJmake.rules\fR as:
#define Expand(rule, pattern) @!\\
|expand pattern @!\\
rule @!\\
--expand
+\-expand
.sp
.in -5
.fi
@@ -316,7 +316,7 @@ A = foo bar
#define Rule @!\\
$(DIR)/!a^^.o: !a^^.o @@\\
- $(CC) -c !a^^.c @@\\
+ $(CC) \-c !a^^.c @@\\
$(MV) !a^^.o $(DIR)
Expand(Rule, a!$(A)!)
@@ -328,11 +328,11 @@ which will generate in \fIMakefile.SH\fR:
.in +5
.nf
$(DIR)/foo.o: foo.o
- $(CC) -c foo.c
+ $(CC) \-c foo.c
$(MV) foo.o $(DIR)
$(DIR)/bar.o: bar.o
- $(CC) -c bar.c
+ $(CC) \-c bar.c
$(MV) bar.o $$(DIR)
.sp
.in -5
@@ -349,7 +349,7 @@ values for the \fBfirst\fR parameter. If other parameters have less
substitution values, they will get void ones.
.sp
.PP
-It is possible to add a regular expression at the end of '-expand'. This
+It is possible to add a regular expression at the end of '\-expand'. This
regular expression will be removed from the final set of expansion at the
end of each line. It is also possible to do substitutions in the expanded
item, by using the syntax (if 'f' is the expanded variable)
@@ -371,11 +371,11 @@ SRC = foo.c bar.c
OBJ = \\
|expand f!$(SRC)!
!f:\\.c=\\.o \\
--expand \\\\
+\-expand \\\\
INC = \\
|expand f!$(OBJ)!
!f:\\.o=\\.h \\
--expand \\\\
+\-expand \\\\
.fi
.in -5
.sp
@@ -398,7 +398,7 @@ as backslash, point, etc...
.sp
.PP
The \fIonce\fR command is tagged with a name. The first time the name
-appears, the once construct is ignored and the text up to '-once' will
+appears, the once construct is ignored and the text up to '\-once' will
be copied in the generated Makefile.SH. However, future occurences of
the same name will be ignored (\fIonce\fR will behave like \fIskip\fR).
.sp
@@ -408,7 +408,7 @@ Example:
.nf
|once this_is_a_name
<text>
--once
+\-once
.sp
.in -5
.fi
@@ -423,7 +423,7 @@ in the Makefile.SH. For instance, the following section in the Jmakefile:
case "$d_usegtk1" in
define) glib=1; gtk=1;;
esac
--shell
+\-shell
.sp
.in -5
.fi
@@ -440,7 +440,7 @@ parts of the Makefile only when building for GTK1 using glib-1.x:
|case glib in 1
display:
echo "Building for glib-1.x"
--case
+\-case
.sp
.in -5
.fi
@@ -482,7 +482,7 @@ User-defined variables:
.sp
The user may define CFLAGS, LDFLAGS or DPFLAGS as additional flags to be used
in C compilation, linking phase or depend target. It is thus possible to add
-some extra flags such as -I or libraries for Makefiles in specific
+some extra flags such as \-I or libraries for Makefiles in specific
sub-directories.
.sp
.PD
diff --git a/kit/makedist.man b/kit/makedist.man
index 8e63bb1..52ffa3d 100644
--- a/kit/makedist.man
+++ b/kit/makedist.man
@@ -100,7 +100,7 @@ automatically split in smaller parts. Only the first 11 characters of the file
will be kept though, and \fImakedist\fR will abort if two distinct files are
to be split and have the same 11 first characters in their names. The split
files will automatically be reconstructed at the end of the archive extraction
-by runnning a script generated in PACKNOTES.
+by running a script generated in PACKNOTES.
.PP
You may then mail your kits via \fIkitsend\fR or post them with \fIkitpost\fR.
.SH OPTIONS
diff --git a/mcon/Jmakefile b/mcon/Jmakefile
index b5579cd..7eafa32 100644
--- a/mcon/Jmakefile
+++ b/mcon/Jmakefile
@@ -20,7 +20,7 @@
;# patch16: added dependency generation stage
;#
;# Revision 3.0.1.2 1993/11/02 10:40:01 ram
-;# patch14: now invokes perload explicitely via perl executable
+;# patch14: now invokes perload explicitly via perl executable
;#
;# Revision 3.0.1.1 1993/08/25 08:46:44 ram
;# patch6: split unit installation to avoid shell command line overflow
diff --git a/mcon/Makefile.SH b/mcon/Makefile.SH
index 54a10b6..64b62d5 100755
--- a/mcon/Makefile.SH
+++ b/mcon/Makefile.SH
@@ -81,7 +81,7 @@ $spitshell >>Makefile <<'!NO!SUBS!'
# patch16: added dependency generation stage
#
# Revision 3.0.1.2 1993/11/02 10:40:01 ram
-# patch14: now invokes perload explicitely via perl executable
+# patch14: now invokes perload explicitly via perl executable
#
# Revision 3.0.1.1 1993/08/25 08:46:44 ram
# patch6: split unit installation to avoid shell command line overflow
diff --git a/mcon/NOTES b/mcon/NOTES
index b6762e0..542910f 100644
--- a/mcon/NOTES
+++ b/mcon/NOTES
@@ -144,7 +144,7 @@ For instance, d_const.U writes:
?C:HASCONST ~ %<:
so that the HASCONST hype is loaded iff the unit (%<) is wanted. This is why
-the ?H: lines are also explicitely tied to the wanted-ness of the d_const
+the ?H: lines are also explicitly tied to the wanted-ness of the d_const
symbol, by writing:
?H:?%<:#$d_const HASCONST /**/
diff --git a/mcon/U/Configdir.U b/mcon/U/Configdir.U
index f9a6c00..6833542 100644
--- a/mcon/U/Configdir.U
+++ b/mcon/U/Configdir.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: Configdir.U,v $
?RCS: Revision 3.0.1.1 1997/02/28 14:58:36 ram
-?RCS: patch61: have README explicitely mention the package name
+?RCS: patch61: have README explicitly mention the package name
?RCS:
?RCS: Revision 3.0 1993/08/18 12:04:49 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/Finish.U b/mcon/U/Finish.U
index da3da8e..2848f2b 100644
--- a/mcon/U/Finish.U
+++ b/mcon/U/Finish.U
@@ -74,7 +74,7 @@ esac
?X:
?X: Turn silent mode off from now on (we want a verbose file extraction).
-?X: This means we have to explicitely test for '$silent' from now on to
+?X: This means we have to explicitly test for '$silent' from now on to
?X: strip off any verbose messages.
?X:
echo " "
diff --git a/mcon/U/Guess.U b/mcon/U/Guess.U
index 6f6e6b4..4080a17 100644
--- a/mcon/U/Guess.U
+++ b/mcon/U/Guess.U
@@ -14,7 +14,7 @@
?RCS:
?RCS: Revision 3.0.1.4 1994/10/29 15:53:55 ram
?RCS: patch36: added ?F: line for metalint file checking
-?RCS: patch36: call ./xenix explicitely instead of relying on PATH
+?RCS: patch36: call ./xenix explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0.1.3 1993/12/15 08:14:35 ram
?RCS: patch15: variable d_bsd was not always set properly
diff --git a/mcon/U/Head.U b/mcon/U/Head.U
index b0acc81..568597b 100644
--- a/mcon/U/Head.U
+++ b/mcon/U/Head.U
@@ -234,7 +234,7 @@ true/[a-z]*)
;;
esac
?X: Warn them if they use ksh on other systems, which are those where
-?X: we don't need ksh nor want to avoid it explicitely, yet are using it.
+?X: we don't need ksh nor want to avoid it explicitly, yet are using it.
case "$inksh/$needksh-$avoidksh-" in
true/--)
cat <<EOM
diff --git a/mcon/U/Inhdr.U b/mcon/U/Inhdr.U
index 3891138..2c1f176 100644
--- a/mcon/U/Inhdr.U
+++ b/mcon/U/Inhdr.U
@@ -13,7 +13,7 @@
?RCS: patch54: deleted tabs that caused some /bin/sh to core dump (ADO)
?RCS:
?RCS: Revision 3.0.1.1 1994/10/29 15:55:01 ram
-?RCS: patch36: call ./whoa explicitely instead of relying on PATH
+?RCS: patch36: call ./whoa explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:01 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/Inlibc.U b/mcon/U/Inlibc.U
index 802ff57..2a7fea3 100644
--- a/mcon/U/Inlibc.U
+++ b/mcon/U/Inlibc.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: Inlibc.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 15:55:08 ram
-?RCS: patch36: call ./whoa explicitely instead of relying on PATH
+?RCS: patch36: call ./whoa explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:03 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/Setvar.U b/mcon/U/Setvar.U
index 05cf856..924c930 100644
--- a/mcon/U/Setvar.U
+++ b/mcon/U/Setvar.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: Setvar.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 15:58:28 ram
-?RCS: patch36: call ./whoa explicitely instead of relying on PATH
+?RCS: patch36: call ./whoa explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:16 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/Warn_v7EXT.U b/mcon/U/Warn_v7EXT.U
index b669172..4a451ba 100644
--- a/mcon/U/Warn_v7EXT.U
+++ b/mcon/U/Warn_v7EXT.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: Warn_v7EXT.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:01:42 ram
-?RCS: patch36: call ./v7 explicitely instead of relying on PATH
+?RCS: patch36: call ./v7 explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:17 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/Warn_v7ND.U b/mcon/U/Warn_v7ND.U
index eed3edc..d3255fe 100644
--- a/mcon/U/Warn_v7ND.U
+++ b/mcon/U/Warn_v7ND.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: Warn_v7ND.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:01:46 ram
-?RCS: patch36: call ./v7 explicitely instead of relying on PATH
+?RCS: patch36: call ./v7 explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:18 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/abortsig.U b/mcon/U/abortsig.U
index 392e28e..37af2ae 100644
--- a/mcon/U/abortsig.U
+++ b/mcon/U/abortsig.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: abortsig.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:02:19 ram
-?RCS: patch36: call ./usg explicitely instead of relying on PATH
+?RCS: patch36: call ./usg explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:20 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/afs.U b/mcon/U/afs.U
index c1cf0b7..d1e6dc5 100644
--- a/mcon/U/afs.U
+++ b/mcon/U/afs.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: afs.U,v $
?RCS: Revision 3.0.1.2 1997/02/28 15:23:06 ram
-?RCS: patch61: can now explicitely tell Configure whether AFS is running
+?RCS: patch61: can now explicitly tell Configure whether AFS is running
?RCS:
?RCS: Revision 3.0.1.1 1993/08/24 12:24:43 ram
?RCS: patch3: created
diff --git a/mcon/U/bin.U b/mcon/U/bin.U
index da5212f..60f8992 100644
--- a/mcon/U/bin.U
+++ b/mcon/U/bin.U
@@ -39,7 +39,7 @@
?S:.
?S:installbin:
?S: This variable is the same as binexp unless AFS is running in which case
-?S: the user is explicitely prompted for it. This variable should always
+?S: the user is explicitly prompted for it. This variable should always
?S: be used in your makefiles for maximum portability.
?S:.
?C:BIN:
diff --git a/mcon/U/ccflags.U b/mcon/U/ccflags.U
index 4cbb80a..93a01c9 100644
--- a/mcon/U/ccflags.U
+++ b/mcon/U/ccflags.U
@@ -33,7 +33,7 @@
?RCS: patch23: magically added cc flags now only done the first time
?RCS:
?RCS: Revision 3.0.1.3 1993/09/13 15:58:29 ram
-?RCS: patch10: explicitely mention -DDEBUG just in case they need it (WAD)
+?RCS: patch10: explicitly mention -DDEBUG just in case they need it (WAD)
?RCS: patch10: removed all the "tans" variable usage (WAD)
?RCS:
?RCS: Revision 3.0.1.2 1993/08/27 14:39:38 ram
diff --git a/mcon/U/d_bsdjmp.U b/mcon/U/d_bsdjmp.U
index ec11cf9..071ad35 100644
--- a/mcon/U/d_bsdjmp.U
+++ b/mcon/U/d_bsdjmp.U
@@ -13,7 +13,7 @@
?RCS: patch61: added ?F: metalint hint
?RCS:
?RCS: Revision 3.0.1.1 1994/10/29 16:09:09 ram
-?RCS: patch36: call ./usg explicitely instead of relying on PATH
+?RCS: patch36: call ./usg explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:45 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_eofpipe.U b/mcon/U/d_eofpipe.U
index ab75282..f17e2ae 100644
--- a/mcon/U/d_eofpipe.U
+++ b/mcon/U/d_eofpipe.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: d_eofpipe.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:12:40 ram
-?RCS: patch36: call ./bsd explicitely instead of relying on PATH
+?RCS: patch36: call ./bsd explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:05:57 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_gethname.U b/mcon/U/d_gethname.U
index a44da38..e9e4560 100644
--- a/mcon/U/d_gethname.U
+++ b/mcon/U/d_gethname.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: d_gethname.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:13:00 ram
-?RCS: patch36: call ./xenix explicitely instead of relying on PATH
+?RCS: patch36: call ./xenix explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:06:11 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_keepsig.U b/mcon/U/d_keepsig.U
index e2a1d6a..f99016b 100644
--- a/mcon/U/d_keepsig.U
+++ b/mcon/U/d_keepsig.U
@@ -16,7 +16,7 @@
?RCS: patch45: protected "sh -c" within backquotes for Linux and SGI
?RCS:
?RCS: Revision 3.0.1.2 1994/10/29 16:13:59 ram
-?RCS: patch36: call ./bsd explicitely instead of relying on PATH
+?RCS: patch36: call ./bsd explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0.1.1 1993/10/16 13:48:47 ram
?RCS: patch12: comment for SIGNALS_KEPT was the other way round
diff --git a/mcon/U/d_newsadm.U b/mcon/U/d_newsadm.U
index ca454de..23eb1a1 100644
--- a/mcon/U/d_newsadm.U
+++ b/mcon/U/d_newsadm.U
@@ -13,7 +13,7 @@
?RCS: patch61: added Guess dependency
?RCS:
?RCS: Revision 3.0.1.1 1994/10/29 16:14:33 ram
-?RCS: patch36: call ./eunice explicitely instead of relying on PATH
+?RCS: patch36: call ./eunice explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:06:42 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_normsig.U b/mcon/U/d_normsig.U
index 2d5f426..1b0a8ba 100644
--- a/mcon/U/d_normsig.U
+++ b/mcon/U/d_normsig.U
@@ -13,7 +13,7 @@
?RCS: patch61: replaced .a with $_a all over the place
?RCS:
?RCS: Revision 3.0.1.1 1994/10/29 16:14:48 ram
-?RCS: patch36: call ./bsd explicitely instead of relying on PATH
+?RCS: patch36: call ./bsd explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:06:44 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_setpgrp.U b/mcon/U/d_setpgrp.U
index a1dbfd6..b11d2d6 100644
--- a/mcon/U/d_setpgrp.U
+++ b/mcon/U/d_setpgrp.U
@@ -19,7 +19,7 @@
?RCS:
?RCS: Revision 3.0.1.1 1994/10/29 16:15:37 ram
?RCS: patch36: added 'ldflags' to the test compile line (ADO)
-?RCS: patch36: call ./usg explicitely instead of relying on PATH
+?RCS: patch36: call ./usg explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:07:09 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_speedopt.U b/mcon/U/d_speedopt.U
index af57b99..07e68e8 100644
--- a/mcon/U/d_speedopt.U
+++ b/mcon/U/d_speedopt.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: d_speedopt.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:15:51 ram
-?RCS: patch36: call ./Cppsym explicitely instead of relying on PATH
+?RCS: patch36: call ./Cppsym explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:07:27 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_tzmin.U b/mcon/U/d_tzmin.U
index f268a1b..b738f9e 100644
--- a/mcon/U/d_tzmin.U
+++ b/mcon/U/d_tzmin.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: d_tzmin.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:16:58 ram
-?RCS: patch36: call ./bsd explicitely instead of relying on PATH
+?RCS: patch36: call ./bsd explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:07:49 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/d_vfork.U b/mcon/U/d_vfork.U
index 96410e7..fd59147 100644
--- a/mcon/U/d_vfork.U
+++ b/mcon/U/d_vfork.U
@@ -19,7 +19,7 @@
?RCS: patch27: modified to avoid spurious Whoa warnings (ADO)
?RCS:
?RCS: Revision 3.0.1.3 1994/05/06 14:59:09 ram
-?RCS: patch23: now explicitely ask whether vfork() should be used (ADO)
+?RCS: patch23: now explicitly ask whether vfork() should be used (ADO)
?RCS:
?RCS: Revision 3.0.1.2 1993/10/16 13:49:39 ram
?RCS: patch12: added magic for vfork()
@@ -40,7 +40,7 @@
?S:usevfork:
?S: This variable is set to true when the user accepts to use vfork.
?S: It is set to false when no vfork is available or when the user
-?S: explicitely requests not to use vfork.
+?S: explicitly requests not to use vfork.
?S:.
?C:HAS_VFORK (VFORK):
?C: This symbol, if defined, indicates that vfork() exists.
diff --git a/mcon/U/i_termio.U b/mcon/U/i_termio.U
index c53cc1e..4d43bd7 100644
--- a/mcon/U/i_termio.U
+++ b/mcon/U/i_termio.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: i_termio.U,v $
?RCS: Revision 3.0.1.4 1994/10/29 16:20:54 ram
-?RCS: patch36: call ./usg and ./Cppsym explicitely instead of relying on PATH
+?RCS: patch36: call ./usg and ./Cppsym explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0.1.3 1994/08/29 16:26:38 ram
?RCS: patch32: don't include all three I_* symbols in config.h
diff --git a/mcon/U/myhostname.U b/mcon/U/myhostname.U
index fd6115c..45bb671 100644
--- a/mcon/U/myhostname.U
+++ b/mcon/U/myhostname.U
@@ -13,7 +13,7 @@
?RCS: patch61: improved hostname lookup by using ypmatch when NIS is used
?RCS:
?RCS: Revision 3.0.1.2 1994/10/29 16:25:43 ram
-?RCS: patch36: call ./xenix explicitely instead of relying on PATH
+?RCS: patch36: call ./xenix explicitly instead of relying on PATH
?RCS: patch36: now uses new Tr unit to convert to/from lowercase
?RCS:
?RCS: Revision 3.0.1.1 1994/06/20 07:06:20 ram
diff --git a/mcon/U/nametype.U b/mcon/U/nametype.U
index 72e036d..c00c5f7 100644
--- a/mcon/U/nametype.U
+++ b/mcon/U/nametype.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: nametype.U,v $
?RCS: Revision 3.0.1.3 1994/10/29 16:26:09 ram
-?RCS: patch36: call ./usg and ./bsd explicitely instead of relying on PATH
+?RCS: patch36: call ./usg and ./bsd explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0.1.2 1994/08/29 16:36:48 ram
?RCS: patch32: fixed typo: /etc/password -> /etc/passwd (WED)
diff --git a/mcon/U/registers.U b/mcon/U/registers.U
index 29a1d5d..c3197bd 100644
--- a/mcon/U/registers.U
+++ b/mcon/U/registers.U
@@ -13,7 +13,7 @@
?RCS: patch61: removed empty ?LINT lines
?RCS:
?RCS: Revision 3.0.1.1 1994/10/29 16:28:33 ram
-?RCS: patch36: call ./Cppsym explicitely instead of relying on PATH
+?RCS: patch36: call ./Cppsym explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:09:41 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/sbrksmart.U b/mcon/U/sbrksmart.U
index 40ed078..5484af1 100644
--- a/mcon/U/sbrksmart.U
+++ b/mcon/U/sbrksmart.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: sbrksmart.U,v $
?RCS: Revision 3.0.1.2 1995/01/11 15:35:41 ram
-?RCS: patch45: now sets sbrksmart to undef explicitely when lacking sbrk()
+?RCS: patch45: now sets sbrksmart to undef explicitly when lacking sbrk()
?RCS: patch45: forgot a cast when using return value from sbrk()
?RCS:
?RCS: Revision 3.0.1.1 1994/01/24 14:16:45 ram
diff --git a/mcon/U/shm_for.U b/mcon/U/shm_for.U
index 5461257..c2c7c3a 100644
--- a/mcon/U/shm_for.U
+++ b/mcon/U/shm_for.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: shm_for.U,v $
?RCS: Revision 3.0.1.1 1994/10/29 16:28:37 ram
-?RCS: patch36: call ./Cppsym explicitely instead of relying on PATH
+?RCS: patch36: call ./Cppsym explicitly instead of relying on PATH
?RCS:
?RCS: Revision 3.0 1993/08/18 12:09:46 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/sysman.U b/mcon/U/sysman.U
index 5c38d0b..8a010ad 100644
--- a/mcon/U/sysman.U
+++ b/mcon/U/sysman.U
@@ -10,7 +10,7 @@
?RCS:
?RCS: $Log: sysman.U,v $
?RCS: Revision 3.0.1.2 1994/06/20 07:08:43 ram
-?RCS: patch30: now explicitely states that /usr/man/man1 is the default
+?RCS: patch30: now explicitly states that /usr/man/man1 is the default
?RCS: patch30: added /usr/local/man/man1 to the search list
?RCS:
?RCS: Revision 3.0.1.1 1993/09/13 16:13:50 ram
diff --git a/mcon/U/uidtype.U b/mcon/U/uidtype.U
index f34e581..e5d60ba 100644
--- a/mcon/U/uidtype.U
+++ b/mcon/U/uidtype.U
@@ -17,7 +17,7 @@
?RCS:
?RCS: Revision 3.0.1.1 1994/05/13 15:28:27 ram
?RCS: patch27: made conform to its gidtype.U companion
-?RCS: patch27: question now explicitely mentions getuid()
+?RCS: patch27: question now explicitly mentions getuid()
?RCS:
?RCS: Revision 3.0 1993/08/18 12:09:56 ram
?RCS: Baseline for dist 3.0 netwide release.
diff --git a/mcon/U/voidflags.U b/mcon/U/voidflags.U
index e970bfc..5bcf0aa 100644
--- a/mcon/U/voidflags.U
+++ b/mcon/U/voidflags.U
@@ -29,7 +29,7 @@
?S:defvoidused:
?S: This variable contains the default value of the VOIDUSED symbol (15).
?S:.
-?X: Exceptionally, we have to explicitely alias the symbol name for
+?X: Exceptionally, we have to explicitly alias the symbol name for
?X: config_h.SH, otherwise the comment would not appear.
?C:VOIDFLAGS ~ %<:
?C: This symbol indicates how much support of the void type is given by this
diff --git a/mcon/U/yacc.U b/mcon/U/yacc.U
index 63a4678..60b466d 100644
--- a/mcon/U/yacc.U
+++ b/mcon/U/yacc.U
@@ -74,7 +74,7 @@ esac
$cat <<EOH
Your yacc program may need extra flags to normally process the parser sources.
-Do NOT specify any -d or -v flags here, since those are explicitely known
+Do NOT specify any -d or -v flags here, since those are explicitly known
by the various Makefiles. However, if your machine has strange/undocumented
options (like -Sr# on SCO to specify the maximum number of grammar rules), then
please add them here. To use no flags, specify the word "none".
diff --git a/mcon/man/mconfig.SH b/mcon/man/mconfig.SH
index 366be14..91bafee 100755
--- a/mcon/man/mconfig.SH
+++ b/mcon/man/mconfig.SH
@@ -23,7 +23,7 @@ $spitshell >metaconfig.$manext <<!GROK!THIS!
.\" $Id: mconfig.SH 25 2008-05-28 11:19:25Z rmanfredi $
.\"
.\" Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-.\"
+.\"
.\" You may redistribute only under the terms of the Artistic Licence,
.\" as specified in the README file that comes with the distribution.
.\" You may reuse parts of this distribution only within the terms of
@@ -32,7 +32,7 @@ $spitshell >metaconfig.$manext <<!GROK!THIS!
.\"
.\" $Log: mconfig.SH,v $
.\" Revision 3.0.1.17 1997/02/28 16:29:31 ram
-.\" patch61: documents the runnning environment and the src.U unit
+.\" patch61: documents the running environment and the src.U unit
.\" patch61: added warnings for $_a and $_o, as well as "startsh"
.\"
.\" Revision 3.0.1.16 1995/09/25 09:17:48 ram
@@ -304,7 +304,7 @@ formats allowed:
?X: A contrived example
?X:
?MAKE:d_one two: three +four Five
-?MAKE: -pick add \$@ %<
+?MAKE: \-pick add \$@ %<
?Y:DEFAULT
?S:d_one:
?S: First shell symbol, conditionally defines ONE.
@@ -365,10 +365,10 @@ of general interest.
.PP
Notes for writing .U files:
.IP * 5
-Always use "rm -f" because there are systems where rm is interactive by
+Always use "rm \-f" because there are systems where rm is interactive by
default.
.IP *
-Do not use "set -- ..." because '--' does not work with every shell. Use
+Do not use "set \-\- ..." because '\-\-' does not work with every shell. Use
"set x ...; shift".
.IP *
Do not use "unset ENV" since unset is not fully portable. Say "ENV=''"
@@ -377,7 +377,7 @@ instead.
Always use echo " " (with a space) because of Eunice systems.
.IP *
Only use \fBtest\fR with \-r, \-w, \-f or \-d since those are the only
-portable switches. In particular, avoid "test -x".
+portable switches. In particular, avoid "test \-x".
.IP *
Use only programs that came with V7, so that you know everyone has them.
.IP *
@@ -417,7 +417,7 @@ Use the \fI\$_o\fR and \fI\$_a\fR variables instead (see Unix.U).
.IP *
When doing a compile-link-execute test, always write it like this:
.Ex
-\$\&cc \$\&ccflags \$\&ldflags try.c -o try \$\&libs
+\$\&cc \$\&ccflags \$\&ldflags try.c \-o try \$\&libs
.Ef
because some systems require that linking flags be specified before
the compiled target (with the exception of trailing linking libraries).
@@ -514,7 +514,7 @@ not be lost when facing a new distribution.
.TP
\fB\-L\fI dir\fR
Override default library location. Normally only useful for metaconfig
-maintainers to locally use the units being developped instead of the
+maintainers to locally use the units being developed instead of the
publicly available ones. The \fIdir\fR specified is the one containing the
units \fIU\fR directory.
.TP
@@ -550,8 +550,8 @@ some standard trial, guessing and messing around with system includes and
types.
.PP
However, despite all his talent, the author cannot possibly know that
-some system has a broken system call, or that some sytem structure lacks
-one otherwise standard field, or simply wheter a given include file exists
+some system has a broken system call, or that some system structure lacks
+one otherwise standard field, or simply whether a given include file exists
or not. And I'm not considering the implicit assumptions, like the type
returned by the \fImalloc()\fR function or the presence of the \fIrename()\fR
system call to name a few. But that knowledge is necessary to achieve real
@@ -648,7 +648,7 @@ unless the identifier is surrounded by single quotes. For instance:
.Ex
var='first'
tar='second'
-echo "--> first here document:"
+echo "\--> first here document:"
cat <<EOM
var='\$var'
tar='\$\&tar'
@@ -1166,7 +1166,7 @@ the C symbol will be controlled, i.e. if the \fIalias\fR symbol is wanted,
then that C symbol will be written in the \fIconfig_h.SH\fR file. Usually,
the alias is just '%<' (stands for the unit's name) and there is also
a ?W: line mapping a C symbol to the \fIalias\fR. Also the relevant parts
-of the ?H: lines are explicitely protected by a '?%<' condition. See
+of the ?H: lines are explicitly protected by a '?%<' condition. See
the symbol aliasing paragraph for more details.
The remaining of the line is the optional \fIobsolete symbol list\fR,
which lists old equivalents for the new \fIsymbol_name\fR.
@@ -1507,7 +1507,7 @@ check whether a given C symbol is defined or not. A typical use is:
set symbol result [-fva] [previous]
eval \$\&csym
.Ef
-That will set the \fIresult\fR variable to 'true' if the
+That will set the \fIresult\fR variable to 'true' if the
function [-f],
variable [-v] or
array [-a]
@@ -1642,7 +1642,7 @@ argument specifies the file to be located, the second argument is what
will be returned if the search fails, and the reamining arguments are a
list of directories where the file is to be searched. For instance:
.Ex
-dflt=\`./loc sendmail.cf X /usr/lib /var/adm/sendmail /lib\`
+dflt=\`./loc sendmail.cf X /usr/lib /var/lib/sendmail /lib\`
.Ef
would set \fI\$dflt\fR to \fIX\fR if no \fIsendmail.cf\fR file was found
under the listed directories, or something like \fI/usr/lib/sendmail.cf\fR
@@ -1718,7 +1718,7 @@ to an empty string if the prefix changed, to \fI\$var\fR otherwise.
.TP
Prefixup.U
The intent of thit unit is similar to that of Prefixit.U, i.e. it helps
-fixing the default string to accomodate prefix changes. However, the shell
+fixing the default string to accommodate prefix changes. However, the shell
variable \fI\$prefixup\fR, when evaluated, will only restore ~name expansions,
should prefix use such an escape mechanism. Use it as:
.Ex
diff --git a/mcon/man/mlint.SH b/mcon/man/mlint.SH
index dca0097..62740b2 100755
--- a/mcon/man/mlint.SH
+++ b/mcon/man/mlint.SH
@@ -104,7 +104,7 @@ Silent mode.
.TP
\fB\-L\fI dir\fR
Override default library location. Normally only useful for metaconfig
-maintainers to locally check the units being developped instead of the
+maintainers to locally check the units being developed instead of the
publicly available ones. The \fIdir\fR specified is the one containing the
units \fIU\fR directory.
.TP
@@ -219,7 +219,7 @@ The variable was already made visible as read-write by another unit.
The variable was already made visible as read-only by another unit.
.TP
"(?W) variable '\$xxx' already wanted."
-Variable is already wanted, there is no need to explicitely ask for it here.
+Variable is already wanted, there is no need to explicitly ask for it here.
.TP
"(?W) variable '\$xxx' also locally defined."
A wanted variable would conflict with a locally defined variable and could
@@ -400,7 +400,7 @@ dependency information. Use the \fIextern\fR lint hint to suppress this message.
A file listed as a private UU file is not created by the special unit.
Creation is detected by seing an explicit shell redirection to the file,
not by an implicit creation (such as a C compilation would for instance).
-All special units should create only shell scripts explicitely anyway so this
+All special units should create only shell scripts explicitly anyway so this
message cannot be suppressed via a lint hint.
.TP
"local file 'xxx' may override the one set by 'unit.U'."
diff --git a/pat/pat.man b/pat/pat.man
index 326df1e..68e37e2 100644
--- a/pat/pat.man
+++ b/pat/pat.man
@@ -2,7 +2,7 @@
.\" $Id: pat.man 3 2006-08-25 21:39:07Z rmanfredi $
.\"
.\" Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
-.\"
+.\"
.\" You may redistribute only under the terms of the Artistic Licence,
.\" as specified in the README file that comes with the distribution.
.\" You may reuse parts of this distribution only within the terms of
@@ -229,7 +229,7 @@ then use that file list.
If every file of the list is removed, \fIpat\fR will be aborted.
.PP
.I Patcil
-is used to do a ci -l on any listed files.
+is used to do a ci \-l on any listed files.
(It is assumed that you always want to keep your files checked out.)
In addition to the
.B \-a
@@ -251,7 +251,7 @@ which is passed through to the ci to force unchanged files to be checked in.
To check in a new trunk revision, I say
.nf
- patcil -s -f -a
+ patcil \-s \-f \-a
.fi
.PP
@@ -285,15 +285,15 @@ initialize the RCS file.
can be used to reset the patch base to the current version when
you've scrapped the previous patch sequence and are making a new distribution
kit.
-What it really does is an rcs -Nlastpat:REV, where REV is the current
+What it really does is an rcs \-Nlastpat:REV, where REV is the current
revision.
If patdiff blows up and you want to set the patch base back to some previous
-version, you have to call rcs -Nlastpat:REV yourself.
+version, you have to call rcs \-Nlastpat:REV yourself.
.PP
.I Patdiff
actually does the diffs that go into the patch, comparing whatever
-version -Nlastpat points to with the most recently checked in version.
-It then updates -Nlastpat to point to the current version.
+version \-Nlastpat points to with the most recently checked in version.
+It then updates \-Nlastpat to point to the current version.
It leaves the diff sitting in the bugs subdirectory for patmake to pick up.
It can either use rcsdiff, or a diff command of your choice specified when
you run packinit, in case your diff is better than rcsdiff.