From 16646b26d8f8d9949732c92929313ed17f2ed455 Mon Sep 17 00:00:00 2001 From: Manoj Srivastava Date: Sun, 27 Apr 2014 21:42:40 -0700 Subject: [fix-man-page-typo]: Fix man page typos. Signed-off-by: Manoj Srivastava --- ChangeLog | 38 +++++++++++++++++++------------------- MANIFEST | 2 +- jmake/bindex.SH | 2 +- jmake/fixcpp.SH | 2 +- jmake/jmake.SH | 2 +- jmake/jmake.man | 42 +++++++++++++++++++++--------------------- kit/makedist.man | 2 +- mcon/Jmakefile | 2 +- mcon/Makefile.SH | 2 +- mcon/NOTES | 2 +- mcon/U/Configdir.U | 2 +- mcon/U/Finish.U | 2 +- mcon/U/Guess.U | 2 +- mcon/U/Head.U | 2 +- mcon/U/Inhdr.U | 2 +- mcon/U/Inlibc.U | 2 +- mcon/U/Setvar.U | 2 +- mcon/U/Warn_v7EXT.U | 2 +- mcon/U/Warn_v7ND.U | 2 +- mcon/U/abortsig.U | 2 +- mcon/U/afs.U | 2 +- mcon/U/bin.U | 2 +- mcon/U/ccflags.U | 2 +- mcon/U/d_bsdjmp.U | 2 +- mcon/U/d_eofpipe.U | 2 +- mcon/U/d_gethname.U | 2 +- mcon/U/d_keepsig.U | 2 +- mcon/U/d_newsadm.U | 2 +- mcon/U/d_normsig.U | 2 +- mcon/U/d_setpgrp.U | 2 +- mcon/U/d_speedopt.U | 2 +- mcon/U/d_tzmin.U | 2 +- mcon/U/d_vfork.U | 4 ++-- mcon/U/i_termio.U | 2 +- mcon/U/myhostname.U | 2 +- mcon/U/nametype.U | 2 +- mcon/U/registers.U | 2 +- mcon/U/sbrksmart.U | 2 +- mcon/U/shm_for.U | 2 +- mcon/U/sysman.U | 2 +- mcon/U/uidtype.U | 2 +- mcon/U/voidflags.U | 2 +- mcon/U/yacc.U | 2 +- mcon/man/mconfig.SH | 30 +++++++++++++++--------------- mcon/man/mlint.SH | 6 +++--- pat/pat.man | 14 +++++++------- 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 Andreas Koenig 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 . @@ -1038,7 +1038,7 @@ Wed Jan 11 17:03:22 MET 1995 Raphael Manfredi * 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 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 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 * 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 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 * 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 * 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 <jmake <: 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 : expand lines until '-expand' with . A +|expand : expand lines until '\-expand' with . A complete example is shown below. .sp .IP \(bu -|once : text up to '-once' appears only the first time. +|once : 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 --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 < /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 <metaconfig.$manext <metaconfig.$manext < first here document:" +echo "\--> first here document:" cat <