Subject: misc/2643: [dM] manpages think "alternate" means "alternative"
To: None <gnats-bugs@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: netbsd-bugs
Date: 07/18/1996 11:31:11
>Number:         2643
>Category:       misc
>Synopsis:       [dM] manpages think "alternate" means "alternative"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jul 18 11:50:02 1996
>Last-Modified:
>Originator:     der Mouse
>Organization:
	Dis-
>Release:        -current (1.2 release branch) supped July 3rd
>Environment:
	Any
>Description:
	Lots of manpages use "alternate" (and words derived therefrom,
	such as "alternately") when they should be using "alternative"
	(ditto).  (Yeah, I know some dictionaries give "alternative" as
	a meaning of "alternate".  I'm with Nero Wolfe on this one;
	their shift from prescriptive to descriptive is a major lose.)
>How-To-Repeat:
	Check any of the manpages affected by the patches below.
>Fix:
	Unpack this and run the apply script.  (Normally I'd just
	include the patches, but with this many, applying them by hand
	would be quite tedious.)

	This is not quite a blanket change of "alternate" to
	"alternative"; there were a couple of correct uses of the
	former.

#! /bin/sh
#
# Shar: Shell Archiver
#
# This archive created Thu Jul 18 11:24:16 1996
# Run this through sh to create:
#	apply-script
#	patch-bin-csh-csh.1
#	patch-bin-sh-sh.1
#	patch-bin-stty-stty.1
#	patch-games-fortune-fortune-fortune.6
#	patch-games-quiz-quiz.6
#	patch-games-robots-robots.6
#	patch-gnu-libexec-uucp-uucico-uucico.8
#	patch-gnu-usr.bin-gcc-cc-gcc.1
#	patch-gnu-usr.bin-sort-sort.1
#	patch-lib-libc-gen-getgrent.3
#	patch-lib-libc-gen-getpwent.3
#	patch-lib-libc-gen-syslog.3
#	patch-lib-libc-net-gethostbyname.3
#	patch-lib-libc-net-getnetent.3
#	patch-lib-libc-net-getprotoent.3
#	patch-lib-libc-net-getservent.3
#	patch-lib-libc-rpc-getrpcent.3
#	patch-lib-libc-stdio-fseek.3
#	patch-lib-libc-stdio-printf.3
#	patch-lib-libc-string-strmode.3
#	patch-lib-libc-sys-ptrace.2
#	patch-lib-libc-sys-sigaltstack.2
#	patch-lib-libc-time-zic.8
#	patch-libexec-getty-gettytab.5
#	patch-sbin-disklabel-disklabel.5
#	patch-sbin-fsck_ffs-fsck_ffs.8
#	patch-sbin-mountd-mountd.8
#	patch-sbin-newfs-newfs.8
#	patch-sbin-reboot-boot_pmax.8
#	patch-sbin-routed-routed.8
#	patch-share-man-man4-ddb.4
#	patch-share-man-man4-man4.amiga-ae.4
#	patch-share-man-man4-man4.i386-ep.4
#	patch-share-man-man4-man4.i386-iy.4
#	patch-share-man-man4-man4.sparc-le.4
#	patch-share-man-man4-man4.vax-kg.4
#	patch-share-man-man4-termios.4
#	patch-share-man-man4-tp.4
#	patch-share-man-man5-a.out.5
#	patch-share-man-man5-stab.5
#	patch-share-man-man7-mailaddr.7
#	patch-share-man-man8-man8.hp300-crash.8
#	patch-share-man-man8-man8.vax-crash.8
#	patch-share-termcap-termcap.5
#	patch-usr.bin-chpass-chpass.1
#	patch-usr.bin-col-col.1
#	patch-usr.bin-file-file.1
#	patch-usr.bin-lex-flex.1
#	patch-usr.bin-login-login.1
#	patch-usr.bin-mail-mail.1
#	patch-usr.bin-printf-printf.1
#	patch-usr.bin-su-su.1
#	patch-usr.bin-tn3270-mset-map3270.5
#	patch-usr.bin-tn3270-mset-mset.1
#	patch-usr.bin-vgrind-vgrind.1
#	patch-usr.bin-vi-docs-USD.doc-vi.man-vi.1
#	patch-usr.bin-who-who.1
#	patch-usr.bin-window-window.1
#	patch-usr.bin-xinstall-install.1
#	patch-usr.bin-xlint-xlint-lint.1
#	patch-usr.sbin-amd-amq-amq.8
#	patch-usr.sbin-diskpart-diskpart.8
#	patch-usr.sbin-iostat-iostat.8
#	patch-usr.sbin-lpr-lpq-lpq.1
#	patch-usr.sbin-lpr-lpr-lpr.1
#	patch-usr.sbin-named-man-named.8
#	patch-usr.sbin-pppd-chat-chat.8
#	patch-usr.sbin-sendmail-src-sendmail.8
#	patch-usr.sbin-syslogd-syslogd.8
echo x - apply-script \(4825 characters\)
sed 's/^X//' > apply-script << \EOF
X#!/bin/sh
Xcase $# in
X	1)	;;
X	*)	echo "Usage: $0 base-directory-to-patch" 1>&2
X		echo "eg:    $0 /usr/src" 1>&2
X		exit 1
X		;;
Xesac
Xpatch "$1"/bin/csh/csh.1 < patch-bin-csh-csh.1
Xpatch "$1"/bin/sh/sh.1 < patch-bin-sh-sh.1
Xpatch "$1"/bin/stty/stty.1 < patch-bin-stty-stty.1
Xpatch "$1"/games/fortune/fortune/fortune.6 < patch-games-fortune-fortune-fortune.6
Xpatch "$1"/games/quiz/quiz.6 < patch-games-quiz-quiz.6
Xpatch "$1"/games/robots/robots.6 < patch-games-robots-robots.6
Xpatch "$1"/gnu/libexec/uucp/uucico/uucico.8 < patch-gnu-libexec-uucp-uucico-uucico.8
Xpatch "$1"/gnu/usr.bin/gcc/cc/gcc.1 < patch-gnu-usr.bin-gcc-cc-gcc.1
Xpatch "$1"/gnu/usr.bin/sort/sort.1 < patch-gnu-usr.bin-sort-sort.1
Xpatch "$1"/lib/libc/gen/getgrent.3 < patch-lib-libc-gen-getgrent.3
Xpatch "$1"/lib/libc/gen/getpwent.3 < patch-lib-libc-gen-getpwent.3
Xpatch "$1"/lib/libc/gen/syslog.3 < patch-lib-libc-gen-syslog.3
Xpatch "$1"/lib/libc/net/gethostbyname.3 < patch-lib-libc-net-gethostbyname.3
Xpatch "$1"/lib/libc/net/getnetent.3 < patch-lib-libc-net-getnetent.3
Xpatch "$1"/lib/libc/net/getprotoent.3 < patch-lib-libc-net-getprotoent.3
Xpatch "$1"/lib/libc/net/getservent.3 < patch-lib-libc-net-getservent.3
Xpatch "$1"/lib/libc/rpc/getrpcent.3 < patch-lib-libc-rpc-getrpcent.3
Xpatch "$1"/lib/libc/stdio/fseek.3 < patch-lib-libc-stdio-fseek.3
Xpatch "$1"/lib/libc/stdio/printf.3 < patch-lib-libc-stdio-printf.3
Xpatch "$1"/lib/libc/string/strmode.3 < patch-lib-libc-string-strmode.3
Xpatch "$1"/lib/libc/sys/ptrace.2 < patch-lib-libc-sys-ptrace.2
Xpatch "$1"/lib/libc/sys/sigaltstack.2 < patch-lib-libc-sys-sigaltstack.2
Xpatch "$1"/lib/libc/time/zic.8 < patch-lib-libc-time-zic.8
Xpatch "$1"/libexec/getty/gettytab.5 < patch-libexec-getty-gettytab.5
Xpatch "$1"/sbin/disklabel/disklabel.5 < patch-sbin-disklabel-disklabel.5
Xpatch "$1"/sbin/fsck_ffs/fsck_ffs.8 < patch-sbin-fsck_ffs-fsck_ffs.8
Xpatch "$1"/sbin/mountd/mountd.8 < patch-sbin-mountd-mountd.8
Xpatch "$1"/sbin/newfs/newfs.8 < patch-sbin-newfs-newfs.8
Xpatch "$1"/sbin/reboot/boot_pmax.8 < patch-sbin-reboot-boot_pmax.8
Xpatch "$1"/sbin/routed/routed.8 < patch-sbin-routed-routed.8
Xpatch "$1"/share/man/man4/ddb.4 < patch-share-man-man4-ddb.4
Xpatch "$1"/share/man/man4/man4.amiga/ae.4 < patch-share-man-man4-man4.amiga-ae.4
Xpatch "$1"/share/man/man4/man4.i386/ep.4 < patch-share-man-man4-man4.i386-ep.4
Xpatch "$1"/share/man/man4/man4.i386/iy.4 < patch-share-man-man4-man4.i386-iy.4
Xpatch "$1"/share/man/man4/man4.sparc/le.4 < patch-share-man-man4-man4.sparc-le.4
Xpatch "$1"/share/man/man4/man4.vax/kg.4 < patch-share-man-man4-man4.vax-kg.4
Xpatch "$1"/share/man/man4/termios.4 < patch-share-man-man4-termios.4
Xpatch "$1"/share/man/man4/tp.4 < patch-share-man-man4-tp.4
Xpatch "$1"/share/man/man5/a.out.5 < patch-share-man-man5-a.out.5
Xpatch "$1"/share/man/man5/stab.5 < patch-share-man-man5-stab.5
Xpatch "$1"/share/man/man7/mailaddr.7 < patch-share-man-man7-mailaddr.7
Xpatch "$1"/share/man/man8/man8.hp300/crash.8 < patch-share-man-man8-man8.hp300-crash.8
Xpatch "$1"/share/man/man8/man8.vax/crash.8 < patch-share-man-man8-man8.vax-crash.8
Xpatch "$1"/share/termcap/termcap.5 < patch-share-termcap-termcap.5
Xpatch "$1"/usr.bin/chpass/chpass.1 < patch-usr.bin-chpass-chpass.1
Xpatch "$1"/usr.bin/col/col.1 < patch-usr.bin-col-col.1
Xpatch "$1"/usr.bin/file/file.1 < patch-usr.bin-file-file.1
Xpatch "$1"/usr.bin/lex/flex.1 < patch-usr.bin-lex-flex.1
Xpatch "$1"/usr.bin/login/login.1 < patch-usr.bin-login-login.1
Xpatch "$1"/usr.bin/mail/mail.1 < patch-usr.bin-mail-mail.1
Xpatch "$1"/usr.bin/printf/printf.1 < patch-usr.bin-printf-printf.1
Xpatch "$1"/usr.bin/su/su.1 < patch-usr.bin-su-su.1
Xpatch "$1"/usr.bin/tn3270/mset/map3270.5 < patch-usr.bin-tn3270-mset-map3270.5
Xpatch "$1"/usr.bin/tn3270/mset/mset.1 < patch-usr.bin-tn3270-mset-mset.1
Xpatch "$1"/usr.bin/vgrind/vgrind.1 < patch-usr.bin-vgrind-vgrind.1
Xpatch "$1"/usr.bin/vi/docs/USD.doc/vi.man/vi.1 < patch-usr.bin-vi-docs-USD.doc-vi.man-vi.1
Xpatch "$1"/usr.bin/who/who.1 < patch-usr.bin-who-who.1
Xpatch "$1"/usr.bin/window/window.1 < patch-usr.bin-window-window.1
Xpatch "$1"/usr.bin/xinstall/install.1 < patch-usr.bin-xinstall-install.1
Xpatch "$1"/usr.bin/xlint/xlint/lint.1 < patch-usr.bin-xlint-xlint-lint.1
Xpatch "$1"/usr.sbin/amd/amq/amq.8 < patch-usr.sbin-amd-amq-amq.8
Xpatch "$1"/usr.sbin/diskpart/diskpart.8 < patch-usr.sbin-diskpart-diskpart.8
Xpatch "$1"/usr.sbin/iostat/iostat.8 < patch-usr.sbin-iostat-iostat.8
Xpatch "$1"/usr.sbin/lpr/lpq/lpq.1 < patch-usr.sbin-lpr-lpq-lpq.1
Xpatch "$1"/usr.sbin/lpr/lpr/lpr.1 < patch-usr.sbin-lpr-lpr-lpr.1
Xpatch "$1"/usr.sbin/named/man/named.8 < patch-usr.sbin-named-man-named.8
Xpatch "$1"/usr.sbin/pppd/chat/chat.8 < patch-usr.sbin-pppd-chat-chat.8
Xpatch "$1"/usr.sbin/sendmail/src/sendmail.8 < patch-usr.sbin-sendmail-src-sendmail.8
Xpatch "$1"/usr.sbin/syslogd/syslogd.8 < patch-usr.sbin-syslogd-syslogd.8
EOF
if test 4825 -ne "`wc -c apply-script`"
then
echo shar: error transmitting apply-script \(should have been 4825 characters\)
fi
echo x - patch-bin-csh-csh.1 \(320 characters\)
sed 's/^X//' > patch-bin-csh-csh.1 << \EOF
X+++ NEW/bin/csh/csh.1	Thu Jan  1 00:00:00 1970
X@@ -1835,7 +1835,7 @@
X `$argv[1]',
X etc.
X .It Ic cdpath
X-Gives a list of alternate directories searched to find subdirectories
X+Gives a list of alternative directories searched to find subdirectories
X in
X .Ar chdir
X commands.
EOF
if test 320 -ne "`wc -c patch-bin-csh-csh.1`"
then
echo shar: error transmitting patch-bin-csh-csh.1 \(should have been 320 characters\)
fi
echo x - patch-bin-sh-sh.1 \(343 characters\)
sed 's/^X//' > patch-bin-sh-sh.1 << \EOF
X+++ NEW/bin/sh/sh.1	Thu Jan  1 00:00:00 1970
X@@ -865,7 +865,7 @@
X interactive shell need not exit.
X .TP
X ${parameter:+word}
X-Use Alternate Value.  If parameter is unset
X+Use Alternative Value.  If parameter is unset
X or null, null is substituted;
X otherwise, the expansion of word is
X substituted.
EOF
if test 343 -ne "`wc -c patch-bin-sh-sh.1`"
then
echo shar: error transmitting patch-bin-sh-sh.1 \(should have been 343 characters\)
fi
echo x - patch-bin-stty-stty.1 \(684 characters\)
sed 's/^X//' > patch-bin-stty-stty.1 << \EOF
X+++ NEW/bin/stty/stty.1	Thu Jan  1 00:00:00 1970
X@@ -328,10 +328,10 @@
X for background output.  This causes background jobs to stop if they attempt
X terminal output.
X .It Cm altwerase Pq Fl altwerase
X-Use (do not use) an alternate word erase algorithm when processing
X+Use (do not use) an alternative word erase algorithm when processing
X .Dv WERASE
X characters.
X-This alternate algorithm considers sequences of
X+This alternative algorithm considers sequences of
X alphanumeric/underscores as words.
X It also skips the first preceding character in its classification
X (as a convenience since the one preceding character could have been
EOF
if test 684 -ne "`wc -c patch-bin-stty-stty.1`"
then
echo shar: error transmitting patch-bin-stty-stty.1 \(should have been 684 characters\)
fi
echo x - patch-games-fortune-fortune-fortune.6 \(427 characters\)
sed 's/^X//' > patch-games-fortune-fortune-fortune.6 << \EOF
X+++ NEW/games/fortune/fortune/fortune.6	Thu Jan  1 00:00:00 1970
X@@ -112,7 +112,7 @@
X to guarantee that the message can be read before the screen is cleared.
X .El
X .Pp
X-The user may specify alternate sayings.
X+The user may specify alternative sayings.
X You can specify a specific file, a directory which contains one or
X more files, or the special word
X .Em all
EOF
if test 427 -ne "`wc -c patch-games-fortune-fortune-fortune.6`"
then
echo shar: error transmitting patch-games-fortune-fortune-fortune.6 \(should have been 427 characters\)
fi
echo x - patch-games-quiz-quiz.6 \(529 characters\)
sed 's/^X//' > patch-games-quiz-quiz.6 << \EOF
X+++ NEW/games/quiz/quiz.6	Thu Jan  1 00:00:00 1970
X@@ -63,7 +63,7 @@
X them right the first time, and new questions are presented less frequently
X to help you learn the older ones.
X .It Fl i
X-Specify an alternate index file.
X+Specify an alternative index file.
X .El
X .Pp
X Subjects are divided into categories.
X@@ -88,7 +88,7 @@
X .sp
X .Bl -tag -width "pat|pat" -compact -offset indent
X .It pat|pat
X-alternate patterns
X+alternative patterns
X .It {pat}
X optional pattern
X .It [pat]
EOF
if test 529 -ne "`wc -c patch-games-quiz-quiz.6`"
then
echo shar: error transmitting patch-games-quiz-quiz.6 \(should have been 529 characters\)
fi
echo x - patch-games-robots-robots.6 \(478 characters\)
sed 's/^X//' > patch-games-robots-robots.6 << \EOF
X+++ NEW/games/robots/robots.6	Thu Jan  1 00:00:00 1970
X@@ -119,7 +119,7 @@
X Only five scores are allowed per user on the score file.
X If you make it into the score file, you will be shown the list at the end
X of the game.
X-If an alternate score file is specified, that will be used instead of the
X+If an alternative score file is specified, that will be used instead of the
X standard file for scores.
X .Pp
X The options are
EOF
if test 478 -ne "`wc -c patch-games-robots-robots.6`"
then
echo shar: error transmitting patch-games-robots-robots.6 \(should have been 478 characters\)
fi
echo x - patch-gnu-libexec-uucp-uucico-uucico.8 \(429 characters\)
sed 's/^X//' > patch-gnu-libexec-uucp-uucico-uucico.8 << \EOF
X+++ NEW/gnu/libexec/uucp/uucico/uucico.8	Thu Jan  1 00:00:00 1970
X@@ -225,7 +225,7 @@
X .TP 5
X .B \-z, \-\-try-next
X If a call fails after the remote system is reached, try the next
X-alternate rather than simply exiting.
X+alternative rather than simply exiting.
X .TP 5
X .B \-i type, \-\-stdin type
X Set the type of port to use when using standard input.  The only
EOF
if test 429 -ne "`wc -c patch-gnu-libexec-uucp-uucico-uucico.8`"
then
echo shar: error transmitting patch-gnu-libexec-uucp-uucico-uucico.8 \(should have been 429 characters\)
fi
echo x - patch-gnu-usr.bin-gcc-cc-gcc.1 \(851 characters\)
sed 's/^X//' > patch-gnu-usr.bin-gcc-cc-gcc.1 << \EOF
X+++ NEW/gnu/usr.bin/gcc/cc/gcc.1	Thu Jan  1 00:00:00 1970
X@@ -683,7 +683,7 @@
X .B $\c
X \&\|' as part of identifiers.
X .Sp
X-The alternate keywords \c
X+The alternative keywords \c
X .B _\|_asm_\|_\c
X \&, \c
X .B _\|_extension_\|_\c
X@@ -698,7 +698,7 @@
X course, but it is useful to put them in header files that might be included
X in compilations done with `\|\c
X .B \-ansi\c
X-\&\|'.  Alternate predefined macros
X+\&\|'.  Alternative predefined macros
X such as \c
X .B _\|_unix_\|_\c
X \& and \c
X@@ -1622,7 +1622,7 @@
X `\|\c
X .B \-pedantic\c
X \&\|' does not cause warning messages for use of the
X-alternate keywords whose names begin and end with `\|\c
X+alternative keywords whose names begin and end with `\|\c
X .B _\|_\c
X \&\|'.  Pedantic
X warnings are also disabled in the expression that follows
EOF
if test 851 -ne "`wc -c patch-gnu-usr.bin-gcc-cc-gcc.1`"
then
echo shar: error transmitting patch-gnu-usr.bin-gcc-cc-gcc.1 \(should have been 851 characters\)
fi
echo x - patch-gnu-usr.bin-sort-sort.1 \(470 characters\)
sed 's/^X//' > patch-gnu-usr.bin-sort-sort.1 << \EOF
X+++ NEW/gnu/usr.bin/sort/sort.1	Thu Jan  1 00:00:00 1970
X@@ -150,7 +150,7 @@
X The fields and character positions are numbered starting with 0.
X .TP
X .I "\-k POS1[,POS2]"
X-An alternate syntax for specifying sorting keys.
X+An alternative syntax for specifying sorting keys.
X The fields and character positions are numbered starting with 1.
X .PP
X A position has the form \fIf\fP.\fIc\fP, where \fIf\fP is the number
EOF
if test 470 -ne "`wc -c patch-gnu-usr.bin-sort-sort.1`"
then
echo shar: error transmitting patch-gnu-usr.bin-sort-sort.1 \(should have been 470 characters\)
fi
echo x - patch-lib-libc-gen-getgrent.3 \(405 characters\)
sed 's/^X//' > patch-lib-libc-gen-getgrent.3 << \EOF
X+++ NEW/lib/libc/gen/getgrent.3	Thu Jan  1 00:00:00 1970
X@@ -168,7 +168,7 @@
X .Sh COMPATIBILITY
X The historic function
X .Fn setgrfile ,
X-which allowed the specification of alternate password databases, has
X+which allowed the specification of alternative password databases, has
X been deprecated and is no longer available.
X .Sh BUGS
X The functions
EOF
if test 405 -ne "`wc -c patch-lib-libc-gen-getgrent.3`"
then
echo shar: error transmitting patch-lib-libc-gen-getgrent.3 \(should have been 405 characters\)
fi
echo x - patch-lib-libc-gen-getpwent.3 \(378 characters\)
sed 's/^X//' > patch-lib-libc-gen-getpwent.3 << \EOF
X+++ NEW/lib/libc/gen/getpwent.3	Thu Jan  1 00:00:00 1970
X@@ -205,5 +205,5 @@
X .Sh COMPATIBILITY
X The historic function
X .Xr setpwfile 3 ,
X-which allowed the specification of alternate password databases,
X+which allowed the specification of alternative password databases,
X has been deprecated and is no longer available.
EOF
if test 378 -ne "`wc -c patch-lib-libc-gen-getpwent.3`"
then
echo shar: error transmitting patch-lib-libc-gen-getpwent.3 \(should have been 378 characters\)
fi
echo x - patch-lib-libc-gen-syslog.3 \(374 characters\)
sed 's/^X//' > patch-lib-libc-gen-syslog.3 << \EOF
X+++ NEW/lib/libc/gen/syslog.3	Thu Jan  1 00:00:00 1970
X@@ -81,7 +81,7 @@
X The
X .Fn vsyslog
X function
X-is an alternate form in which the arguments have already been captured
X+is an alternative form in which the arguments have already been captured
X using the variable-length argument facilities of
X .Xr varargs 3 .
X .Pp
EOF
if test 374 -ne "`wc -c patch-lib-libc-gen-syslog.3`"
then
echo shar: error transmitting patch-lib-libc-gen-syslog.3 \(should have been 374 characters\)
fi
echo x - patch-lib-libc-net-gethostbyname.3 \(409 characters\)
sed 's/^X//' > patch-lib-libc-net-gethostbyname.3 << \EOF
X+++ NEW/lib/libc/net/gethostbyname.3	Thu Jan  1 00:00:00 1970
X@@ -96,7 +96,7 @@
X .It Fa h_name
X Official name of the host.
X .It Fa h_aliases
X-A zero terminated array of alternate names for the host.
X+A zero terminated array of alternative names for the host.
X .It Fa h_addrtype
X The type of address being returned; currently always
X .Dv AF_INET .
EOF
if test 409 -ne "`wc -c patch-lib-libc-net-gethostbyname.3`"
then
echo shar: error transmitting patch-lib-libc-net-gethostbyname.3 \(should have been 409 characters\)
fi
echo x - patch-lib-libc-net-getnetent.3 \(423 characters\)
sed 's/^X//' > patch-lib-libc-net-getnetent.3 << \EOF
X+++ NEW/lib/libc/net/getnetent.3	Thu Jan  1 00:00:00 1970
X@@ -79,7 +79,7 @@
X .It Fa n_name
X The official name of the network.
X .It Fa n_aliases
X-A zero terminated list of alternate names for the network.
X+A zero terminated list of alternative names for the network.
X .It Fa n_addrtype
X The type of the network number returned; currently only AF_INET.
X .It Fa n_net
EOF
if test 423 -ne "`wc -c patch-lib-libc-net-getnetent.3`"
then
echo shar: error transmitting patch-lib-libc-net-getnetent.3 \(should have been 423 characters\)
fi
echo x - patch-lib-libc-net-getprotoent.3 \(374 characters\)
sed 's/^X//' > patch-lib-libc-net-getprotoent.3 << \EOF
X+++ NEW/lib/libc/net/getprotoent.3	Thu Jan  1 00:00:00 1970
X@@ -79,7 +79,7 @@
X .It Fa p_name
X The official name of the protocol.
X .It Fa p_aliases
X-A zero terminated list of alternate names for the protocol.
X+A zero terminated list of alternative names for the protocol.
X .It Fa p_proto
X The protocol number.
X .El
EOF
if test 374 -ne "`wc -c patch-lib-libc-net-getprotoent.3`"
then
echo shar: error transmitting patch-lib-libc-net-getprotoent.3 \(should have been 374 characters\)
fi
echo x - patch-lib-libc-net-getservent.3 \(438 characters\)
sed 's/^X//' > patch-lib-libc-net-getservent.3 << \EOF
X+++ NEW/lib/libc/net/getservent.3	Thu Jan  1 00:00:00 1970
X@@ -81,7 +81,7 @@
X .It Fa s_name
X The official name of the service.
X .It Fa s_aliases
X-A zero terminated list of alternate names for the service.
X+A zero terminated list of alternative names for the service.
X .It Fa s_port
X The port number at which the service resides.
X Port numbers are returned in network byte order.
EOF
if test 438 -ne "`wc -c patch-lib-libc-net-getservent.3`"
then
echo shar: error transmitting patch-lib-libc-net-getservent.3 \(should have been 438 characters\)
fi
echo x - patch-lib-libc-rpc-getrpcent.3 \(398 characters\)
sed 's/^X//' > patch-lib-libc-rpc-getrpcent.3 << \EOF
X+++ NEW/lib/libc/rpc/getrpcent.3	Thu Jan  1 00:00:00 1970
X@@ -46,7 +46,7 @@
X .It r_name
X The name of the server for this rpc program.
X .It r_aliases
X-A zero terminated list of alternate names for the rpc program.
X+A zero terminated list of alternative names for the rpc program.
X .It r_number
X The rpc program number for this service.
X .El
EOF
if test 398 -ne "`wc -c patch-lib-libc-rpc-getrpcent.3`"
then
echo shar: error transmitting patch-lib-libc-rpc-getrpcent.3 \(should have been 398 characters\)
fi
echo x - patch-lib-libc-stdio-fseek.3 \(270 characters\)
sed 's/^X//' > patch-lib-libc-stdio-fseek.3 << \EOF
X+++ NEW/lib/libc/stdio/fseek.3	Thu Jan  1 00:00:00 1970
X@@ -112,7 +112,7 @@
X and
X .Fn fsetpos
X functions
X-are alternate interfaces equivalent to
X+are alternative interfaces equivalent to
X .Fn ftell
X and
X .Fn fseek
EOF
if test 270 -ne "`wc -c patch-lib-libc-stdio-fseek.3`"
then
echo shar: error transmitting patch-lib-libc-stdio-fseek.3 \(should have been 270 characters\)
fi
echo x - patch-lib-libc-stdio-printf.3 \(327 characters\)
sed 's/^X//' > patch-lib-libc-stdio-printf.3 << \EOF
X+++ NEW/lib/libc/stdio/printf.3	Thu Jan  1 00:00:00 1970
X@@ -179,7 +179,7 @@
X A
X .Cm #
X character
X-specifying that the value should be converted to an ``alternate form''.
X+specifying that the value should be converted to an ``alternative form''.
X For 
X .Cm c ,
X .Cm d ,
EOF
if test 327 -ne "`wc -c patch-lib-libc-stdio-printf.3`"
then
echo shar: error transmitting patch-lib-libc-stdio-printf.3 \(should have been 327 characters\)
fi
echo x - patch-lib-libc-string-strmode.3 \(435 characters\)
sed 's/^X//' > patch-lib-libc-string-strmode.3 << \EOF
X+++ NEW/lib/libc/string/strmode.3	Thu Jan  1 00:00:00 1970
X@@ -128,7 +128,7 @@
X None of the above apply.
X .El
X .Pp
X-The last character is a plus sign ``+'' if any there are any alternate
X+The last character is a plus sign ``+'' if any there are any alternative
X or additional access control methods associated with the inode, otherwise
X it will be a space.
X .Sh RETURN VALUES
EOF
if test 435 -ne "`wc -c patch-lib-libc-string-strmode.3`"
then
echo shar: error transmitting patch-lib-libc-string-strmode.3 \(should have been 435 characters\)
fi
echo x - patch-lib-libc-sys-ptrace.2 \(487 characters\)
sed 's/^X//' > patch-lib-libc-sys-ptrace.2 << \EOF
X+++ NEW/lib/libc/sys/ptrace.2	Thu Jan  1 00:00:00 1970
X@@ -158,7 +158,7 @@
X control it as if it had been traced all along.
X .It Dv PT_DETACH
X This request is like PT_CONTINUE, except that it does not allow
X-specifying an alternate place to continue execution, and after it
X+specifying an alternative place to continue execution, and after it
X succeeds, the traced process is no longer traced and continues
X execution normally.
X .El
EOF
if test 487 -ne "`wc -c patch-lib-libc-sys-ptrace.2`"
then
echo shar: error transmitting patch-lib-libc-sys-ptrace.2 \(should have been 487 characters\)
fi
echo x - patch-lib-libc-sys-sigaltstack.2 \(1893 characters\)
sed 's/^X//' > patch-lib-libc-sys-sigaltstack.2 << \EOF
X+++ NEW/lib/libc/sys/sigaltstack.2	Thu Jan  1 00:00:00 1970
X@@ -53,7 +53,7 @@
X .Fn sigaltstack "const struct sigaltstack *ss" "struct sigaltstack *oss"
X .Sh DESCRIPTION
X .Fn Sigaltstack
X-allows users to define an alternate stack on which signals
X+allows users to define an alternative stack on which signals
X are to be processed.
X If
X .Fa ss
X@@ -89,7 +89,7 @@
X A disabled stack will cause all signals to be
X taken on the regular user stack.
X If the stack is later re-enabled then all signals that were specified
X-to be processed on an alternate stack will resume doing so.
X+to be processed on an alternative stack will resume doing so.
X .Pp
X If
X .Fa oss
X@@ -105,8 +105,8 @@
X The value
X .Dv SIGSTKSZ
X is defined to be the number of bytes/chars that would be used to cover
X-the usual case when allocating an alternate stack area.
X-The following code fragment is typically used to allocate an alternate stack.
X+the usual case when allocating an alternative stack area.
X+The following code fragment is typically used to allocate an alternative stack.
X .Bd -literal -offset indent
X if ((sigstk.ss_sp = malloc(SIGSTKSZ)) == NULL)
X 	/* error return */
X@@ -120,8 +120,8 @@
X The value
X .Dv MINSIGSTKSZ
X is defined to be the number of bytes/chars that is required by
X-the operating system to implement the alternate stack feature.
X-In computing an alternate stack size,
X+the operating system to implement the alternative stack feature.
X+In computing an alternative stack size,
X programs should add
X .Dv MINSIGSTKSZ
X to their stack requirements to allow for the operating system overhead.
X@@ -152,7 +152,7 @@
X .It Bq Er EINVAL
X An attempt was made to disable an active stack.
X .It Bq Er ENOMEM
X-Size of alternate stack area is less than or equal to
X+Size of alternative stack area is less than or equal to
X .Dv MINSIGSTKSZ .
X .El
X .Sh SEE ALSO
EOF
if test 1893 -ne "`wc -c patch-lib-libc-sys-sigaltstack.2`"
then
echo shar: error transmitting patch-lib-libc-sys-sigaltstack.2 \(should have been 1893 characters\)
fi
echo x - patch-lib-libc-time-zic.8 \(858 characters\)
sed 's/^X//' > patch-lib-libc-time-zic.8 << \EOF
X+++ NEW/lib/libc/time/zic.8	Thu Jan  1 00:00:00 1970
X@@ -283,7 +283,7 @@
X .TP
X .B RULES/SAVE
X The name of the rule(s) that apply in the time zone or,
X-alternately, an amount of time to add to local standard time.
X+alternatively, an amount of time to add to local standard time.
X If this field is
X .B \-
X then standard time always applies in the time zone.
X@@ -295,7 +295,7 @@
X is used to show where the
X .q "variable part"
X of the time zone abbreviation goes.
X-Alternately,
X+Alternatively,
X a slash (/)
X separates standard and daylight abbreviations.
X .TP
X@@ -340,7 +340,7 @@
X field in some zone line;
X the
X .B LINK-TO
X-field is used as an alternate name for that zone.
X+field is used as an alternative name for that zone.
X .PP
X Except for continuation lines,
X lines may appear in any order in the input.
EOF
if test 858 -ne "`wc -c patch-lib-libc-time-zic.8`"
then
echo shar: error transmitting patch-lib-libc-time-zic.8 \(should have been 858 characters\)
fi
echo x - patch-libexec-getty-gettytab.5 \(568 characters\)
sed 's/^X//' > patch-libexec-getty-gettytab.5 << \EOF
X+++ NEW/libexec/getty/gettytab.5	Thu Jan  1 00:00:00 1970
X@@ -77,7 +77,7 @@
X .Bl -column Namexx /usr/bin/login Default
X .It Sy Name	Type	Default	Description
X .It "ap	bool	false	terminal uses any parity"
X-.It "bk	str	0377	alternate end of line character (input break)"
X+.It "bk	str	0377	alternative end of line character (input break)"
X .It "c0	num	unused	tty control flags to write messages"
X .It "c1	num	unused	tty control flags to read login name"
X .It "c2	num	unused	tty control flags to leave terminal as"
EOF
if test 568 -ne "`wc -c patch-libexec-getty-gettytab.5`"
then
echo shar: error transmitting patch-libexec-getty-gettytab.5 \(should have been 568 characters\)
fi
echo x - patch-sbin-disklabel-disklabel.5 \(495 characters\)
sed 's/^X//' > patch-sbin-disklabel-disklabel.5 << \EOF
X+++ NEW/sbin/disklabel/disklabel.5	Thu Jan  1 00:00:00 1970
X@@ -174,7 +174,7 @@
X 	u_short	d_sparespertrack;	/* # of spare sectors per track */
X 	u_short	d_sparespercyl;	/* # of spare sectors per cylinder */
X 	/*
X-	* Alternate cylinders include maintenance, replacement,
X+	* Alternative cylinders include maintenance, replacement,
X 	* configuration description areas, etc.
X 	*/
X 	u_long	d_acylinders;	/* # of alt. cylinders per unit */
EOF
if test 495 -ne "`wc -c patch-sbin-disklabel-disklabel.5`"
then
echo shar: error transmitting patch-sbin-disklabel-disklabel.5 \(should have been 495 characters\)
fi
echo x - patch-sbin-fsck_ffs-fsck_ffs.8 \(414 characters\)
sed 's/^X//' > patch-sbin-fsck_ffs-fsck_ffs.8 << \EOF
X+++ NEW/sbin/fsck_ffs/fsck_ffs.8	Thu Jan  1 00:00:00 1970
X@@ -163,7 +163,7 @@
X .It Fl b
X Use the block specified immediately after the flag as
X the super block for the filesystem.  Block 32 is usually
X-an alternate super block.
X+an alternative super block.
X .It Fl l
X Limit the number of parallel checks to the number specified in the following
X argument.
EOF
if test 414 -ne "`wc -c patch-sbin-fsck_ffs-fsck_ffs.8`"
then
echo shar: error transmitting patch-sbin-fsck_ffs-fsck_ffs.8 \(should have been 414 characters\)
fi
echo x - patch-sbin-mountd-mountd.8 \(287 characters\)
sed 's/^X//' > patch-sbin-mountd-mountd.8 << \EOF
X+++ NEW/sbin/mountd/mountd.8	Thu Jan  1 00:00:00 1970
X@@ -75,7 +75,7 @@
X .It Ar exportsfile
X The
X .Ar exportsfile
X-argument specifies an alternate location
X+argument specifies an alternative location
X for the exports file.
X .El
X .Pp
EOF
if test 287 -ne "`wc -c patch-sbin-mountd-mountd.8`"
then
echo shar: error transmitting patch-sbin-mountd-mountd.8 \(should have been 287 characters\)
fi
echo x - patch-sbin-newfs-newfs.8 \(477 characters\)
sed 's/^X//' > patch-sbin-newfs-newfs.8 << \EOF
X+++ NEW/sbin/newfs/newfs.8	Thu Jan  1 00:00:00 1970
X@@ -200,7 +200,7 @@
X Note that changing any of these values from their defaults will make
X it impossible for 
X .Xr fsck
X-to find the alternate superblocks if the standard superblock is lost.
X+to find the alternative superblocks if the standard superblock is lost.
X .Bl -tag -width Fl
X .It Fl S Ar sector-size
X The size of a sector in bytes (almost never anything but 512).
EOF
if test 477 -ne "`wc -c patch-sbin-newfs-newfs.8`"
then
echo shar: error transmitting patch-sbin-newfs-newfs.8 \(should have been 477 characters\)
fi
echo x - patch-sbin-reboot-boot_pmax.8 \(862 characters\)
sed 's/^X//' > patch-sbin-reboot-boot_pmax.8 << \EOF
X+++ NEW/sbin/reboot/boot_pmax.8	Thu Jan  1 00:00:00 1970
X@@ -120,7 +120,7 @@
X or the
X .Nm auto
X command is issued with no arguments, the kernel specified in the bootpath
X-environment variable is booted.   An alternate kernel may be specified
X+environment variable is booted.   An alternative kernel may be specified
X with the
X .Fl f
X flag, followed by the path of the kernel to boot, as described above.
X@@ -169,7 +169,7 @@
X kernel with the default arguments as set with
X .Nm setenv
X .Nm boot.
X-If no boot environment variable is set or if an alternate kernel is to be
X+If no boot environment variable is set or if an alternative kernel is to be
X booted, the path of that kernel may be specified after the boot command as
X described above, and any arguments may be passed similarly.   For example:
X .sp 1
EOF
if test 862 -ne "`wc -c patch-sbin-reboot-boot_pmax.8`"
then
echo shar: error transmitting patch-sbin-reboot-boot_pmax.8 \(should have been 862 characters\)
fi
echo x - patch-sbin-routed-routed.8 \(489 characters\)
sed 's/^X//' > patch-sbin-routed-routed.8 << \EOF
X+++ NEW/sbin/routed/routed.8	Thu Jan  1 00:00:00 1970
X@@ -240,7 +240,7 @@
X The function of external entries is to inform
X .Nm routed
X that another routing process
X-will install such a route, and that alternate routes to that destination
X+will install such a route, and that alternative routes to that destination
X should not be installed.
X Such entries are only required when both routers may learn of routes
X to the same destination.
EOF
if test 489 -ne "`wc -c patch-sbin-routed-routed.8`"
then
echo shar: error transmitting patch-sbin-routed-routed.8 \(should have been 489 characters\)
fi
echo x - patch-share-man-man4-ddb.4 \(352 characters\)
sed 's/^X//' > patch-share-man-man4-ddb.4 << \EOF
X+++ NEW/share/man/man4/ddb.4	Thu Jan  1 00:00:00 1970
X@@ -130,7 +130,7 @@
X .IP i 5n
X display as an instruction
X .IP I 5n
X-display as an instruction with possible alternate formats depending on the
X+display as an instruction with possible alternative formats depending on the
X machine:
X .XE 2n
X .LP
EOF
if test 352 -ne "`wc -c patch-share-man-man4-ddb.4`"
then
echo shar: error transmitting patch-share-man-man4-ddb.4 \(should have been 352 characters\)
fi
echo x - patch-share-man-man4-man4.amiga-ae.4 \(466 characters\)
sed 's/^X//' > patch-share-man-man4-man4.amiga-ae.4 << \EOF
X+++ NEW/share/man/man4/man4.amiga/ae.4	Thu Jan  1 00:00:00 1970
X@@ -81,7 +81,7 @@
X .Pp
X The card uses an autoselect between UTP and BNC, so it uses UTP when an
X active UTP line is connected or otherwise BNC.
X-To choose an alternate port, use the following flag combinations with
X+To control this choice, use the following flag combinations with
X .Xr ifconfig 8
X or in your /etc/hostname.ae? file.
X .Pp
EOF
if test 466 -ne "`wc -c patch-share-man-man4-man4.amiga-ae.4`"
then
echo shar: error transmitting patch-share-man-man4-man4.amiga-ae.4 \(should have been 466 characters\)
fi
echo x - patch-share-man-man4-man4.i386-ep.4 \(408 characters\)
sed 's/^X//' > patch-share-man-man4-man4.i386-ep.4 << \EOF
X+++ NEW/share/man/man4/man4.i386/ep.4	Thu Jan  1 00:00:00 1970
X@@ -53,7 +53,7 @@
X UTP, also known as twisted pair
X .El
X .Pp
X-The default port to use is the BNC. To choose an alternate port,
X+The default port to use is the BNC. To control this choice,
X use the following flag combinations with
X .Xr ifconfig 8
X or in your /etc/hostname.ep? file.
EOF
if test 408 -ne "`wc -c patch-share-man-man4-man4.i386-ep.4`"
then
echo shar: error transmitting patch-share-man-man4-man4.i386-ep.4 \(should have been 408 characters\)
fi
echo x - patch-share-man-man4-man4.i386-iy.4 \(389 characters\)
sed 's/^X//' > patch-share-man-man4-man4.i386-iy.4 << \EOF
X+++ NEW/share/man/man4/man4.i386/iy.4	Thu Jan  1 00:00:00 1970
X@@ -56,7 +56,7 @@
X .Pp
X The default port to use is the port the card autodetects at 
X .Xr ifconfig up
X-time. To choose an alternate port,
X+time. To control this choice,
X use the following flag combinations with
X .Xr ifconfig 8
X or in your /etc/hostname.iy? file.
EOF
if test 389 -ne "`wc -c patch-share-man-man4-man4.i386-iy.4`"
then
echo shar: error transmitting patch-share-man-man4-man4.i386-iy.4 \(should have been 389 characters\)
fi
echo x - patch-share-man-man4-man4.sparc-le.4 \(469 characters\)
sed 's/^X//' > patch-share-man-man4-man4.sparc-le.4 << \EOF
X+++ NEW/share/man/man4/man4.sparc/le.4	Thu Jan  1 00:00:00 1970
X@@ -76,7 +76,7 @@
X .Pp
X The default port to use is selected at boot time; if there is link on the UTP
X port, then the UTP interface is selected, otherwise the active connector
X-defaults to AUI. To choose an alternate port,
X+defaults to AUI. To control this choice,
X use the following flag
X .Xr ifconfig 8
X or in your /etc/hostname.le? file.
EOF
if test 469 -ne "`wc -c patch-share-man-man4-man4.sparc-le.4`"
then
echo shar: error transmitting patch-share-man-man4-man4.sparc-le.4 \(should have been 469 characters\)
fi
echo x - patch-share-man-man4-man4.vax-kg.4 \(344 characters\)
sed 's/^X//' > patch-share-man-man4-man4.vax-kg.4 << \EOF
X+++ NEW/share/man/man4/man4.vax/kg.4	Thu Jan  1 00:00:00 1970
X@@ -48,7 +48,7 @@
X .Tn KL-11
X or
X .Tn DL-11W
X-can be used as an alternate real
X+can be used as an alternative real
X time clock
X source.  When configured, certain system
X statistics and, optionally, system profiling work
EOF
if test 344 -ne "`wc -c patch-share-man-man4-man4.vax-kg.4`"
then
echo shar: error transmitting patch-share-man-man4-man4.vax-kg.4 \(should have been 344 characters\)
fi
echo x - patch-share-man-man4-termios.4 \(282 characters\)
sed 's/^X//' > patch-share-man-man4-termios.4 << \EOF
X+++ NEW/share/man/man4/termios.4	Thu Jan  1 00:00:00 1970
X@@ -1158,7 +1158,7 @@
X .It Dv ICANON
X /* canonicalize input lines */
X .It Dv ALTWERASE
X-/* use alternate
X+/* use alternative
X .Dv WERASE
X algorithm */
X .It Dv IEXTEN
EOF
if test 282 -ne "`wc -c patch-share-man-man4-termios.4`"
then
echo shar: error transmitting patch-share-man-man4-termios.4 \(should have been 282 characters\)
fi
echo x - patch-share-man-man4-tp.4 \(537 characters\)
sed 's/^X//' > patch-share-man-man4-tp.4 << \EOF
X+++ NEW/share/man/man4/tp.4	Thu Jan  1 00:00:00 1970
X@@ -124,7 +124,7 @@
X 8073.
X Class 4 of the protocol provides reliable, sequenced,
X flow-controlled, two-way
X-transmission of data packets with an alternate stop-and-wait data path called
X+transmission of data packets with an alternative stop-and-wait data path called
X the "expedited data" service.
X Class 0 is essentially a null transport protocol, which is used
X when the underlying network service provides reliable, sequenced,
EOF
if test 537 -ne "`wc -c patch-share-man-man4-tp.4`"
then
echo shar: error transmitting patch-share-man-man4-tp.4 \(should have been 537 characters\)
fi
echo x - patch-share-man-man5-a.out.5 \(467 characters\)
sed 's/^X//' > patch-share-man-man5-a.out.5 << \EOF
X+++ NEW/share/man/man5/a.out.5	Thu Jan  1 00:00:00 1970
X@@ -103,7 +103,7 @@
X .Bl -tag -width a_trsize
X .It Fa a_midmag
X This field is stored in network byte-order so that binaries for
X-for machines with alternate byte orders can be distinguished.
X+for machines with alternative byte orders can be distinguished.
X It has a number of sub-components accessed by the macros
X .Dv N_GETFLAG() ,
X .Dv N_GETMID() , and
EOF
if test 467 -ne "`wc -c patch-share-man-man5-a.out.5`"
then
echo shar: error transmitting patch-share-man-man5-a.out.5 \(should have been 467 characters\)
fi
echo x - patch-share-man-man5-stab.5 \(639 characters\)
sed 's/^X//' > patch-share-man-man5-stab.5 << \EOF
X+++ NEW/share/man/man5/stab.5	Thu Jan  1 00:00:00 1970
X@@ -151,7 +151,7 @@
X #define	N_LSYM	0x80	/* local sym: name,,0,type,offset */
X #define	N_SOL	0x84	/* #included file name: name,,0,0,address */
X #define	N_PSYM	0xa0	/* parameter: name,,0,type,offset */
X+#define	N_ENTRY	0xa4	/* alternative entry: name,linenumber,address */
X #define	N_LBRAC	0xc0	/* left bracket: 0,,0,nesting level,address */
X #define	N_RBRAC	0xe0	/* right bracket: 0,,0,nesting level,address */
X #define	N_BCOMM	0xe2	/* begin common: name,, */
EOF
if test 639 -ne "`wc -c patch-share-man-man5-stab.5`"
then
echo shar: error transmitting patch-share-man-man5-stab.5 \(should have been 639 characters\)
fi
echo x - patch-share-man-man7-mailaddr.7 \(594 characters\)
sed 's/^X//' > patch-share-man-man7-mailaddr.7 << \EOF
X+++ NEW/share/man/man7/mailaddr.7	Thu Jan  1 00:00:00 1970
X@@ -52,7 +52,7 @@
X .Pp
X Unlike some other forms of addressing, domains do not imply any routing.
X Thus, although this address is specified as an Internet address, it might
X-travel by an alternate route if that were more convenient or efficient.
X+travel by an alternative route if that were more convenient or efficient.
X For example, at Berkeley, the associated message would probably go directly
X to CS over the Ethernet rather than going via the Berkeley Internet
X gateway.
EOF
if test 594 -ne "`wc -c patch-share-man-man7-mailaddr.7`"
then
echo shar: error transmitting patch-share-man-man7-mailaddr.7 \(should have been 594 characters\)
fi
echo x - patch-share-man-man8-man8.hp300-crash.8 \(547 characters\)
sed 's/^X//' > patch-share-man-man8-man8.hp300-crash.8 << \EOF
X+++ NEW/share/man/man8/man8.hp300/crash.8	Thu Jan  1 00:00:00 1970
X@@ -75,7 +75,7 @@
X during the bootstrap process.
X Either the root filesystem has been corrupted,
X or the system is attempting to use the wrong device as root filesystem.
X-Usually, an alternate copy of the system binary or an alternate root
X+Usually, an alternative copy of the system binary or an alternative root
X filesystem can be used to bring up the system to investigate.
X .Pp
X .It Sy "Can't exec /etc/init"
EOF
if test 547 -ne "`wc -c patch-share-man-man8-man8.hp300-crash.8`"
then
echo shar: error transmitting patch-share-man-man8-man8.hp300-crash.8 \(should have been 547 characters\)
fi
echo x - patch-share-man-man8-man8.vax-crash.8 \(538 characters\)
sed 's/^X//' > patch-share-man-man8-man8.vax-crash.8 << \EOF
X+++ NEW/share/man/man8/man8.vax/crash.8	Thu Jan  1 00:00:00 1970
X@@ -73,7 +73,7 @@
X during the bootstrap process.
X Either the root filesystem has been corrupted,
X or the system is attempting to use the wrong device as root filesystem.
X-Usually, an alternate copy of the system binary or an alternate root
X+Usually, an alternative copy of the system binary or an alternative root
X filesystem can be used to bring up the system to investigate.
X .TP
X .B Can't exec /sbin/init
EOF
if test 538 -ne "`wc -c patch-share-man-man8-man8.vax-crash.8`"
then
echo shar: error transmitting patch-share-man-man8-man8.vax-crash.8 \(should have been 538 characters\)
fi
echo x - patch-share-termcap-termcap.5 \(1411 characters\)
sed 's/^X//' > patch-share-termcap-termcap.5 << \EOF
X+++ NEW/share/termcap/termcap.5	Thu Jan  1 00:00:00 1970
X@@ -124,13 +124,13 @@
X .Bl -column indent indent indent
X .Sy Name	Type	Notes	Description
X functions
X-.It "ae	str	(P)	End alternate character set."
X+.It "ae	str	(P)	End alternative character set."
X .It AL	str	(NP*)	Add"
X .Em n
X new blank lines
X .It "al	str	(P*)	Add new blank line."
X .It "am	bool		Terminal has automatic margins."
X-.It "as	str	(P)	Start alternate character set."
X+.It "as	str	(P)	Start alternative character set."
X .It "bc	str	(o)	Backspace if not."
X .Sy \&^H .
X .It "bl	str	(P)	Audible signal (bell)."
X@@ -1151,9 +1151,9 @@
X .Em all
X attribute modes),
X .Sy \&as
X-(enter alternate character set mode), and
X+(enter alternative character set mode), and
X .Sy \&ae
X-(exit alternate character set mode).
X+(exit alternative character set mode).
X Turning on any of these modes singly may or may not turn off other modes.
X .Pp
X If there is a sequence to set arbitrary combinations of mode,
X@@ -1163,7 +1163,7 @@
X Each parameter is either 0 or 1,
X as the corresponding attributes is on or off.
X The 9 parameters are, in order: standout, underline, reverse, blink,
X-dim, bold, blank, protect, and alternate character set.
X+dim, bold, blank, protect, and alternative character set.
X Not all modes need be supported by
X .Sy \&sa ,
X only those for which corresponding attribute commands exist.
EOF
if test 1411 -ne "`wc -c patch-share-termcap-termcap.5`"
then
echo shar: error transmitting patch-share-termcap-termcap.5 \(should have been 1411 characters\)
fi
echo x - patch-usr.bin-chpass-chpass.1 \(438 characters\)
sed 's/^X//' > patch-usr.bin-chpass-chpass.1 << \EOF
X+++ NEW/usr.bin/chpass/chpass.1	Thu Jan  1 00:00:00 1970
X@@ -194,7 +194,7 @@
X The
X .Xr vi 1
X editor will be used unless the environment variable EDITOR is set to
X-an alternate editor.
X+an alternative editor.
X When the editor terminates, the information is re-read and used to
X update the user database itself.
X Only the user, or the super-user, may edit the information associated
EOF
if test 438 -ne "`wc -c patch-usr.bin-chpass-chpass.1`"
then
echo shar: error transmitting patch-usr.bin-chpass-chpass.1 \(should have been 438 characters\)
fi
echo x - patch-usr.bin-col-col.1 \(316 characters\)
sed 's/^X//' > patch-usr.bin-col-col.1 << \EOF
X+++ NEW/usr.bin/col/col.1	Thu Jan  1 00:00:00 1970
X@@ -98,7 +98,7 @@
X .It shift in
X shift to normal character set (15)
X .It shift out
X-shift to alternate character set (14)
X+shift to alternative character set (14)
X .It space
X moves forward one column (32)
X .It tab
EOF
if test 316 -ne "`wc -c patch-usr.bin-col-col.1`"
then
echo shar: error transmitting patch-usr.bin-col-col.1 \(should have been 316 characters\)
fi
echo x - patch-usr.bin-file-file.1 \(395 characters\)
sed 's/^X//' > patch-usr.bin-file-file.1 << \EOF
X+++ NEW/usr.bin/file/file.1	Thu Jan  1 00:00:00 1970
X@@ -101,7 +101,7 @@
X Print the version of the program and exit.
X .TP 8
X .B \-m list
X-Specify an alternate list of files containing magic numbers.
X+Specify an alternative list of files containing magic numbers.
X This can be a single file, or a colon-separated list of files.
X .TP 8
X .B \-z
EOF
if test 395 -ne "`wc -c patch-usr.bin-file-file.1`"
then
echo shar: error transmitting patch-usr.bin-file-file.1 \(should have been 395 characters\)
fi
echo x - patch-usr.bin-lex-flex.1 \(331 characters\)
sed 's/^X//' > patch-usr.bin-lex-flex.1 << \EOF
X+++ NEW/usr.bin/lex/flex.1	Thu Jan  1 00:00:00 1970
X@@ -2454,7 +2454,7 @@
X different states.
X .IP
X .B \-CF
X-specifies that the alternate fast scanner representation (described
X+specifies that the alternative fast scanner representation (described
X above under the
X .B \-F
X flag)
EOF
if test 331 -ne "`wc -c patch-usr.bin-lex-flex.1`"
then
echo shar: error transmitting patch-usr.bin-lex-flex.1 \(should have been 331 characters\)
fi
echo x - patch-usr.bin-login-login.1 \(462 characters\)
sed 's/^X//' > patch-usr.bin-login-login.1 << \EOF
X+++ NEW/usr.bin/login/login.1	Thu Jan  1 00:00:00 1970
X@@ -54,7 +54,7 @@
X .Nm login
X prompts for a user name.
X Authentication of users is done via passwords.
X-Alternately, the user can enter the password "s/key", in which case
X+Alternatively, the user can enter the password "s/key", in which case
X S/Key authentication of users is performed, as descibed in
X .Xr skey 1 .
X S/Key is a Trademark of Bellcore.
EOF
if test 462 -ne "`wc -c patch-usr.bin-login-login.1`"
then
echo shar: error transmitting patch-usr.bin-login-login.1 \(should have been 462 characters\)
fi
echo x - patch-usr.bin-mail-mail.1 \(1000 characters\)
sed 's/^X//' > patch-usr.bin-mail-mail.1 << \EOF
X+++ NEW/usr.bin/mail/mail.1	Thu Jan  1 00:00:00 1970
X@@ -363,7 +363,7 @@
X list.
X If the
X .Ic alternates
X-command is given with no argument, the current set of alternate
X+command is given with no argument, the current set of alternative
X names is displayed.
X .It Ic chdir
X .Pq Ic c
X@@ -751,11 +751,11 @@
X .It Ic \&~\&t Ns Ar name ...
X Add the given names to the direct recipient list.
X .It Ic \&~\&v
X-Invoke an alternate editor (defined by the
X+Invoke an alternative editor (defined by the
X .Ev VISUAL
X option) on the
X message collected so far.
X-Usually, the alternate editor will be a
X+Usually, the alternative editor will be a
X screen editor.
X After you quit the editor, you may resume appending
X text to the end of your message.
X@@ -1034,3 +1034,9 @@
X is just a link to
X .Nm Mail  ,
X which can be confusing.
X+.Pp
X+The name of the
X+.Ic alternates
X+list is incorrect English (it should be
X+.Dq alternatives ) ,
X+but is retained for compatability.
EOF
if test 1000 -ne "`wc -c patch-usr.bin-mail-mail.1`"
then
echo shar: error transmitting patch-usr.bin-mail-mail.1 \(should have been 1000 characters\)
fi
echo x - patch-usr.bin-printf-printf.1 \(349 characters\)
sed 's/^X//' > patch-usr.bin-printf-printf.1 << \EOF
X+++ NEW/usr.bin/printf/printf.1	Thu Jan  1 00:00:00 1970
X@@ -122,7 +122,7 @@
X .Bl -tag -width Ds
X .It Cm #
X A `#' character
X-specifying that the value should be printed in an ``alternate form''.
X+specifying that the value should be printed in an ``alternative form''.
X For
X .Cm c  ,
X .Cm d ,
EOF
if test 349 -ne "`wc -c patch-usr.bin-printf-printf.1`"
then
echo shar: error transmitting patch-usr.bin-printf-printf.1 \(should have been 349 characters\)
fi
echo x - patch-usr.bin-su-su.1 \(537 characters\)
sed 's/^X//' > patch-usr.bin-su-su.1 << \EOF
X+++ NEW/usr.bin/su/su.1	Thu Jan  1 00:00:00 1970
X@@ -64,8 +64,8 @@
X with the appropriate user ID is executed; no additional Kerberos tickets
X are obtained.
X .Pp
X-Alternately, if the user enters the password "s/key", they will be
X-authenticated using the S/Key one-time password system as described in
X+Alternatively, if the user enters the password "s/key", authentication
X+will use the S/Key one-time password system as described in
X .Xr skey 1 .
X S/Key is a Trademark of Bellcore.
X .Pp
EOF
if test 537 -ne "`wc -c patch-usr.bin-su-su.1`"
then
echo shar: error transmitting patch-usr.bin-su-su.1 \(should have been 537 characters\)
fi
echo x - patch-usr.bin-tn3270-mset-map3270.5 \(501 characters\)
sed 's/^X//' > patch-usr.bin-tn3270-mset-map3270.5 << \EOF
X+++ NEW/usr.bin/tn3270/mset/map3270.5	Thu Jan  1 00:00:00 1970
X@@ -199,7 +199,7 @@
X      (*)PCOFF           xon/xoff off
X         DISC            disconnect (suspend)
X      (*)INIT            new terminal type
X-     (*)ALTK            alternate keyboard dvorak
X+     (*)ALTK            alternative keyboard dvorak
X         FLINP           flush input
X         ERASE           erase last character
X         WERASE          erase last word
EOF
if test 501 -ne "`wc -c patch-usr.bin-tn3270-mset-map3270.5`"
then
echo shar: error transmitting patch-usr.bin-tn3270-mset-map3270.5 \(should have been 501 characters\)
fi
echo x - patch-usr.bin-tn3270-mset-mset.1 \(709 characters\)
sed 's/^X//' > patch-usr.bin-tn3270-mset-mset.1 << \EOF
X+++ NEW/usr.bin/tn3270/mset/mset.1	Thu Jan  1 00:00:00 1970
X@@ -108,9 +108,9 @@
X If the value of
X .Ev MAP3270
X begins with a slash (`/') then it is assumed to be the full pathname
X-of an alternate mapping file and that file is searched first.
X+of an alternative mapping file and that file is searched first.
X In any case, if the mapping for the keyboard is not found in
X-the environment, nor in an alternate map file, nor in the standard map file,
X+the environment, nor in an alternative map file, nor in the standard map file,
X then the same search is performed for an entry for a keyboard with the name
X .Ar unknown  .
X If that search also fails,
EOF
if test 709 -ne "`wc -c patch-usr.bin-tn3270-mset-mset.1`"
then
echo shar: error transmitting patch-usr.bin-tn3270-mset-mset.1 \(should have been 709 characters\)
fi
echo x - patch-usr.bin-vgrind-vgrind.1 \(384 characters\)
sed 's/^X//' > patch-usr.bin-vgrind-vgrind.1 << \EOF
X+++ NEW/usr.bin/vgrind/vgrind.1	Thu Jan  1 00:00:00 1970
X@@ -107,7 +107,7 @@
X forces output to the (wide) Versatec printer rather than the (narrow)
X Varian
X .It Fl d Ar file
X-specifies an alternate language definitions
X+specifies an alternative language definitions
X file (default is
X .Pa /usr/share/misc/vgrindefs )
X .It Fl f
EOF
if test 384 -ne "`wc -c patch-usr.bin-vgrind-vgrind.1`"
then
echo shar: error transmitting patch-usr.bin-vgrind-vgrind.1 \(should have been 384 characters\)
fi
echo x - patch-usr.bin-vi-docs-USD.doc-vi.man-vi.1 \(523 characters\)
sed 's/^X//' > patch-usr.bin-vi-docs-USD.doc-vi.man-vi.1 << \EOF
X+++ NEW/usr.bin/vi/docs/USD.doc/vi.man/vi.1	Thu Jan  1 00:00:00 1970
X@@ -1052,7 +1052,7 @@
X .B "altwerase [off]"
X .I \&Vi
X only.
X-Select an alternate word erase algorithm.
X+Select an alternative word erase algorithm.
X .TP
X .B "autoindent, ai [off]"
X Automatically indent new lines.
X@@ -1347,7 +1347,7 @@
X .B "ttywerase [off]"
X .I \&Vi
X only.
X-Select an alternate erase algorithm.
X+Select an alternative erase algorithm.
X .TP
X .B "verbose [off]"
X .I \&Vi
EOF
if test 523 -ne "`wc -c patch-usr.bin-vi-docs-USD.doc-vi.man-vi.1`"
then
echo shar: error transmitting patch-usr.bin-vi-docs-USD.doc-vi.man-vi.1 \(should have been 523 characters\)
fi
echo x - patch-usr.bin-who-who.1 \(279 characters\)
sed 's/^X//' > patch-usr.bin-who-who.1 << \EOF
X+++ NEW/usr.bin/who/who.1	Thu Jan  1 00:00:00 1970
X@@ -80,7 +80,7 @@
X .Nm who
X gathers information from the file
X .Pa /var/run/utmp .
X-An alternate
X+An alternative
X .Ar file
X may be specified which is usually
X .Pa /var/log/wtmp
EOF
if test 279 -ne "`wc -c patch-usr.bin-who-who.1`"
then
echo shar: error transmitting patch-usr.bin-who-who.1 \(should have been 279 characters\)
fi
echo x - patch-usr.bin-window-window.1 \(610 characters\)
sed 's/^X//' > patch-usr.bin-window-window.1 << \EOF
X+++ NEW/usr.bin/window/window.1	Thu Jan  1 00:00:00 1970
X@@ -347,7 +347,7 @@
X .Pp
X There are two data types: string and number.  A string is a sequence
X of letters or digits beginning with a letter.  ``_'' and ``.'' are
X-considered letters.  Alternately, non-alphanumeric characters can
X+considered letters.  Alternatively, non-alphanumeric characters can
X be included in strings by quoting them in ``"'' or escaping them
X with ``\\''.  In addition, the ``\\'' sequences of C are supported,
X both inside and outside quotes (e.g., ``\\n'' is a new line,
EOF
if test 610 -ne "`wc -c patch-usr.bin-window-window.1`"
then
echo shar: error transmitting patch-usr.bin-window-window.1 \(should have been 610 characters\)
fi
echo x - patch-usr.bin-xinstall-install.1 \(360 characters\)
sed 's/^X//' > patch-usr.bin-xinstall-install.1 << \EOF
X+++ NEW/usr.bin/xinstall/install.1	Thu Jan  1 00:00:00 1970
X@@ -89,7 +89,7 @@
X .It Fl g
X Specify a group.
X .It Fl m
X-Specify an alternate mode.
X+Specify an alternative mode.
X The default mode is set to rwxr-xr-x (0755).
X The specified mode may be either an octal or symbolic value; see
X .Xr chmod  1
EOF
if test 360 -ne "`wc -c patch-usr.bin-xinstall-install.1`"
then
echo shar: error transmitting patch-usr.bin-xinstall-install.1 \(should have been 360 characters\)
fi
echo x - patch-usr.bin-xlint-xlint-lint.1 \(605 characters\)
sed 's/^X//' > patch-usr.bin-xlint-xlint-lint.1 << \EOF
X+++ NEW/usr.bin/xlint/xlint/lint.1	Thu Jan  1 00:00:00 1970
X@@ -188,7 +188,7 @@
X .Sy asm
X and
X .Sy inline
X-(alternate keywords with leading underscores for both
X+(alternative keywords with leading underscores for both
X .Sy asm
X and
X .Sy inline
X@@ -237,7 +237,7 @@
X .Sy volatile
X and
X .Sy signed
X-are not available in traditional C mode (although the alternate
X+are not available in traditional C mode (although the alternative
X keywords with leading underscores still are).
X .It Fl u
X Do not complain about functions and external variables used
EOF
if test 605 -ne "`wc -c patch-usr.bin-xlint-xlint-lint.1`"
then
echo shar: error transmitting patch-usr.bin-xlint-xlint-lint.1 \(should have been 605 characters\)
fi
echo x - patch-usr.sbin-amd-amq-amq.8 \(329 characters\)
sed 's/^X//' > patch-usr.sbin-amd-amq-amq.8 << \EOF
X+++ NEW/usr.sbin/amd/amq/amq.8	Thu Jan  1 00:00:00 1970
X@@ -76,7 +76,7 @@
X .It Fl f
X Request automounter to flush the internal caches.
X .It Fl h Ar hostname
X-Query alternate host
X+Query alternative host
X .Ar hostname .
X By default the local host is used.  In an
X .Tn HP-UX
EOF
if test 329 -ne "`wc -c patch-usr.sbin-amd-amq-amq.8`"
then
echo shar: error transmitting patch-usr.sbin-amd-amq-amq.8 \(should have been 329 characters\)
fi
echo x - patch-usr.sbin-diskpart-diskpart.8 \(298 characters\)
sed 's/^X//' > patch-usr.sbin-diskpart-diskpart.8 << \EOF
X+++ NEW/usr.sbin/diskpart/diskpart.8	Thu Jan  1 00:00:00 1970
X@@ -135,7 +135,7 @@
X .Pp
X When using the
X .Fl d
X-flag, alternate disk names are not included
X+flag, alternative disk names are not included
X in the output.
X .Sh HISTORY
X The
EOF
if test 298 -ne "`wc -c patch-usr.sbin-diskpart-diskpart.8`"
then
echo shar: error transmitting patch-usr.sbin-diskpart-diskpart.8 \(should have been 298 characters\)
fi
echo x - patch-usr.sbin-iostat-iostat.8 \(752 characters\)
sed 's/^X//' > patch-usr.sbin-iostat-iostat.8 << \EOF
X+++ NEW/usr.sbin/iostat/iostat.8	Thu Jan  1 00:00:00 1970
X@@ -92,7 +92,7 @@
X transfer, number of transfers, and megabytes transfered.  Use of this
X flag disables display of cpu and tty statistics.
X .It Fl D
X-Show alternate disk statistics.  Displays kilobytes transfered, number of 
X+Show alternative disk statistics.  Displays kilobytes transfered, number of 
X transfers, and time spent in transfers.  Use of this flag disables the
X default display.
X .It Fl I
X@@ -150,7 +150,7 @@
X Megabytes transferred per second
X .Pp
X .El
X-The alternate display format, (selected with
X+The alternative display format, (selected with
X .Fl D
X ), presents the following values.
X .Bl -tag -width indent -compact
EOF
if test 752 -ne "`wc -c patch-usr.sbin-iostat-iostat.8`"
then
echo shar: error transmitting patch-usr.sbin-iostat-iostat.8 \(should have been 752 characters\)
fi
echo x - patch-usr.sbin-lpr-lpq-lpq.1 \(334 characters\)
sed 's/^X//' > patch-usr.sbin-lpr-lpq-lpq.1 << \EOF
X+++ NEW/usr.sbin/lpr/lpq/lpq.1	Thu Jan  1 00:00:00 1970
X@@ -100,7 +100,7 @@
X .Nm lpq :
X .Bl -tag -width PRINTER
X .It Ev PRINTER
X-Specifies an alternate default printer.
X+Specifies an alternative default printer.
X .El
X .Sh FILES
X .Bl -tag -width /usr/share/misc/termcap -compact
EOF
if test 334 -ne "`wc -c patch-usr.sbin-lpr-lpq-lpq.1`"
then
echo shar: error transmitting patch-usr.sbin-lpr-lpq-lpq.1 \(should have been 334 characters\)
fi
echo x - patch-usr.sbin-lpr-lpr-lpr.1 \(334 characters\)
sed 's/^X//' > patch-usr.sbin-lpr-lpr-lpr.1 << \EOF
X+++ NEW/usr.sbin/lpr/lpr/lpr.1	Thu Jan  1 00:00:00 1970
X@@ -201,7 +201,7 @@
X .Nm lpr :
X .Bl -tag -width PRINTER
X .It Ev PRINTER
X-Specifies an alternate default printer.
X+Specifies an alternative default printer.
X .El
X .Sh FILES
X .Bl -tag -width /var/spool/output/*/tf* -compact
EOF
if test 334 -ne "`wc -c patch-usr.sbin-lpr-lpr-lpr.1`"
then
echo shar: error transmitting patch-usr.sbin-lpr-lpr-lpr.1 \(should have been 334 characters\)
fi
echo x - patch-usr.sbin-named-man-named.8 \(380 characters\)
sed 's/^X//' > patch-usr.sbin-named-man-named.8 << \EOF
X+++ NEW/usr.sbin/named/man/named.8	Thu Jan  1 00:00:00 1970
X@@ -101,7 +101,7 @@
X This is used mostly for debugging purposes.
X .TP
X .B \-b
X-Use an alternate boot file.  This is optional and allows you to
X+Use an alternative boot file.  This is optional and allows you to
X specify a file with a leading dash.
X .TP
X .B \-q
EOF
if test 380 -ne "`wc -c patch-usr.sbin-named-man-named.8`"
then
echo shar: error transmitting patch-usr.sbin-named-man-named.8 \(should have been 380 characters\)
fi
echo x - patch-usr.sbin-pppd-chat-chat.8 \(655 characters\)
sed 's/^X//' > patch-usr.sbin-pppd-chat-chat.8 << \EOF
X+++ NEW/usr.sbin/pppd/chat/chat.8	Thu Jan  1 00:00:00 1970
X@@ -33,8 +33,8 @@
X .B -t \fI<timeout>
X Set the timeout for the expected string to be received. If the string
X is not received within the time limit then the reply string is not
X-sent. An alternate reply may be sent or the script will fail if there
X-is no alternate reply string. A failed script will cause the
X+sent. An alternative reply may be sent or the script will fail if there
X+is no alternative reply string. A failed script will cause the
X \fIchat\fR program to terminate with a non-zero error code.
X .TP
X .B -r \fI<report file>
EOF
if test 655 -ne "`wc -c patch-usr.sbin-pppd-chat-chat.8`"
then
echo shar: error transmitting patch-usr.sbin-pppd-chat-chat.8 \(should have been 655 characters\)
fi
echo x - patch-usr.sbin-sendmail-src-sendmail.8 \(952 characters\)
sed 's/^X//' > patch-usr.sbin-sendmail-src-sendmail.8 << \EOF
X+++ NEW/usr.sbin/sendmail/src/sendmail.8	Thu Jan  1 00:00:00 1970
X@@ -133,9 +133,9 @@
X Verify mode is normally used for validating
X users or mailing lists.
X .It Fl C Ns Ar file
X-Use alternate configuration file.
X+Use alternative configuration file.
X .Nm Sendmail
X-refuses to run as root if an alternate configuration file is specified.
X+refuses to run as root if an alternative configuration file is specified.
X .It Fl d Ns Ar X
X Set debugging value to
X .Ar X .
X@@ -222,7 +222,7 @@
X .Ar substr
X as a substring of the sender.
X .It Fl r Ns Ar name
X-An alternate and obsolete form of the
X+An alternative and obsolete form of the
X .Fl f
X flag.
X .It Fl t
X@@ -257,7 +257,7 @@
X The options are:
X .Bl -tag -width Fl
X .It Li A Ns Ar file
X-Use alternate alias file.
X+Use alternative alias file.
X .It Li b Ns Ar nblocks
X The minimum number of free blocks needed on the spool filesystem.
X .It Li c
EOF
if test 952 -ne "`wc -c patch-usr.sbin-sendmail-src-sendmail.8`"
then
echo shar: error transmitting patch-usr.sbin-sendmail-src-sendmail.8 \(should have been 952 characters\)
fi
echo x - patch-usr.sbin-syslogd-syslogd.8 \(670 characters\)
sed 's/^X//' > patch-usr.sbin-syslogd-syslogd.8 << \EOF
X+++ NEW/usr.sbin/syslogd/syslogd.8	Thu Jan  1 00:00:00 1970
X@@ -55,7 +55,7 @@
X Enable debugging to the standard output,
X and do not disassociate from the controlling terminal.
X .It Fl f
X-Specify the pathname of an alternate configuration file;
X+Specify the pathname of an alternative configuration file;
X the default is
X .Pa /etc/syslog.conf .
X .It Fl m
X@@ -69,7 +69,7 @@
X that the machine be protected from attempts to remotely fill logs
X and similar attacks.
X .It Fl p
X-Specify the pathname of an alternate log socket;
X+Specify the pathname of an alternative log socket;
X the default is
X .Pa /dev/log .
X .El
EOF
if test 670 -ne "`wc -c patch-usr.sbin-syslogd-syslogd.8`"
then
echo shar: error transmitting patch-usr.sbin-syslogd-syslogd.8 \(should have been 670 characters\)
fi
exit 0
# end of shell archive
>Audit-Trail:
>Unformatted: