Another round of spelling fixes.

This commit is contained in:
Mike Pritchard 1996-01-31 15:03:18 +00:00
parent 739d6a140c
commit 440cac3e51
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13798
17 changed files with 64 additions and 64 deletions

View File

@ -36,14 +36,14 @@
# via the floppy disk controller) # via the floppy disk controller)
# #
# Disks: # Disks:
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...) # wd* "Winchester" disk drives (ST506,IDE,ESDI,RLL,...)
# fd* "floppy" disk drives (3 1/2", 5 1/4") # fd* "floppy" disk drives (3 1/2", 5 1/4")
# sd* "scsi disks" # sd* "SCSI disks"
# cd* "scsi cdrom disks" # cd* "SCSI CD-ROM disks"
# mcd* "mitsumi cdrom disks" # mcd* "Mitsumi CD-ROM disks"
# scd* "sony cdrom disks" # scd* "Sony CD-ROM disks"
# matcd* "Matsushita (panasonic) cdrom disks" # matcd* "Matsushita (Panasonic) CD-ROM disks"
# wcd* "IDE cdrom disks" # wcd* "IDE CD-ROM disks"
# vn* "vnode disks" # vn* "vnode disks"
# od* "optical disks" # od* "optical disks"
# #
@ -88,12 +88,12 @@
# gsc Genius GS-4500 hand scanner # gsc Genius GS-4500 hand scanner
# joy pc joystick # joy pc joystick
# tun Tunneling IP device # tun Tunneling IP device
# spigot Video Spigot video aquisition card # spigot Video Spigot video acquisition card
# meteor* Matrox Meteor video aquisition card (pci) # meteor* Matrox Meteor video acquisition card (pci)
# isdn* ISDN devices # isdn* ISDN devices
# labpc* National Instrument's Lab-PC and LAB-PC+ # labpc* National Instrument's Lab-PC and LAB-PC+
# #
# $Id: MAKEDEV,v 1.110 1995/12/31 09:30:30 joerg Exp $ # $Id: MAKEDEV,v 1.111 1996/01/28 19:10:37 bde Exp $
# #
PATH=/sbin:/bin/:/usr/bin:/usr/sbin: PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -880,7 +880,7 @@ socksys)
snd*) snd*)
# #
# changes from Linux voxware # changes from Linux voxware
# minor linux freebsd # minor Linux FreeBSD
# 8 sequencer2 (aka music0) music0 # 8 sequencer2 (aka music0) music0
# 17 patmgr0 sequencer1 # 17 patmgr0 sequencer1
# 33 patmgr1 sequencer2 # 33 patmgr1 sequencer2

View File

@ -2,9 +2,9 @@
# Uncomment this to give you the default 4.2 behavior, where disk # Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks # information is shown in K-Blocks
# setenv BLOCKSIZE K # setenv BLOCKSIZE K
# Uncomment this line to activate russian locale # Uncomment this line to activate Russian locale
# setenv LANG ru_SU.KOI8-R # setenv LANG ru_SU.KOI8-R
# Uncomment this line to activate italian locale # Uncomment this line to activate Italian locale
# setenv LANG it_IT.ISO_8859-1 # setenv LANG it_IT.ISO_8859-1
# For full locales list check /usr/share/locale/* # For full locales list check /usr/share/locale/*
# Read system messages # Read system messages

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $Id: rc.i386,v 1.13 1995/11/14 06:24:00 markm Exp $ # $Id: rc.i386,v 1.14 1995/11/29 20:40:36 wollman Exp $
# Do i386 specific processing # Do i386 specific processing
# #
@ -9,13 +9,13 @@ echo -n 'enabling FreeBSD/i386 options:'
# Start the SCO binary emulation if requested. # Start the SCO binary emulation if requested.
if [ "X${ibcs2}" = X"YES" ]; then if [ "X${ibcs2}" = X"YES" ]; then
echo -n ' '; ibcs2 echo -n ' '; ibcs2
# XXX BOUGS - ibcs2 script shouldn't make any output on success # XXX BOGUS - ibcs2 script shouldn't make any output on success
fi fi
# Start the Linux binary emulation if requested. # Start the Linux binary emulation if requested.
if [ "X${linux}" = X"YES" ]; then if [ "X${linux}" = X"YES" ]; then
echo -n ' '; linux echo -n ' '; linux
# XXX BOGUS - linux script shouldn't make any output on success # XXX BOGUS - Linux script shouldn't make any output on success
fi fi
if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then

View File

@ -36,14 +36,14 @@
# via the floppy disk controller) # via the floppy disk controller)
# #
# Disks: # Disks:
# wd* "winchester" disk drives (ST506,IDE,ESDI,RLL,...) # wd* "Winchester" disk drives (ST506,IDE,ESDI,RLL,...)
# fd* "floppy" disk drives (3 1/2", 5 1/4") # fd* "floppy" disk drives (3 1/2", 5 1/4")
# sd* "scsi disks" # sd* "SCSI disks"
# cd* "scsi cdrom disks" # cd* "SCSI CD-ROM disks"
# mcd* "mitsumi cdrom disks" # mcd* "Mitsumi CD-ROM disks"
# scd* "sony cdrom disks" # scd* "Sony CD-ROM disks"
# matcd* "Matsushita (panasonic) cdrom disks" # matcd* "Matsushita (Panasonic) CD-ROM disks"
# wcd* "IDE cdrom disks" # wcd* "IDE CD-ROM disks"
# vn* "vnode disks" # vn* "vnode disks"
# od* "optical disks" # od* "optical disks"
# #
@ -88,12 +88,12 @@
# gsc Genius GS-4500 hand scanner # gsc Genius GS-4500 hand scanner
# joy pc joystick # joy pc joystick
# tun Tunneling IP device # tun Tunneling IP device
# spigot Video Spigot video aquisition card # spigot Video Spigot video acquisition card
# meteor* Matrox Meteor video aquisition card (pci) # meteor* Matrox Meteor video acquisition card (pci)
# isdn* ISDN devices # isdn* ISDN devices
# labpc* National Instrument's Lab-PC and LAB-PC+ # labpc* National Instrument's Lab-PC and LAB-PC+
# #
# $Id: MAKEDEV,v 1.110 1995/12/31 09:30:30 joerg Exp $ # $Id: MAKEDEV,v 1.111 1996/01/28 19:10:37 bde Exp $
# #
PATH=/sbin:/bin/:/usr/bin:/usr/sbin: PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@ -880,7 +880,7 @@ socksys)
snd*) snd*)
# #
# changes from Linux voxware # changes from Linux voxware
# minor linux freebsd # minor Linux FreeBSD
# 8 sequencer2 (aka music0) music0 # 8 sequencer2 (aka music0) music0
# 17 patmgr0 sequencer1 # 17 patmgr0 sequencer1
# 33 patmgr1 sequencer2 # 33 patmgr1 sequencer2

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $Id: rc.i386,v 1.13 1995/11/14 06:24:00 markm Exp $ # $Id: rc.i386,v 1.14 1995/11/29 20:40:36 wollman Exp $
# Do i386 specific processing # Do i386 specific processing
# #
@ -9,13 +9,13 @@ echo -n 'enabling FreeBSD/i386 options:'
# Start the SCO binary emulation if requested. # Start the SCO binary emulation if requested.
if [ "X${ibcs2}" = X"YES" ]; then if [ "X${ibcs2}" = X"YES" ]; then
echo -n ' '; ibcs2 echo -n ' '; ibcs2
# XXX BOUGS - ibcs2 script shouldn't make any output on success # XXX BOGUS - ibcs2 script shouldn't make any output on success
fi fi
# Start the Linux binary emulation if requested. # Start the Linux binary emulation if requested.
if [ "X${linux}" = X"YES" ]; then if [ "X${linux}" = X"YES" ]; then
echo -n ' '; linux echo -n ' '; linux
# XXX BOGUS - linux script shouldn't make any output on success # XXX BOGUS - Linux script shouldn't make any output on success
fi fi
if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then if [ "X${xtend}" != X"NO" -a -x /usr/libexec/xtend ]; then

View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $Id: netstart,v 1.38 1996/01/06 20:49:17 jkh Exp $ # $Id: netstart,v 1.39 1996/01/08 04:50:18 jkh Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91 # From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in # Note that almost all the user-configurable behavior is no longer in
@ -25,7 +25,7 @@ fi
# #
# XXX This is known to cause an error if /usr is nfs mounted since it # XXX This is known to cause an error if /usr is nfs mounted since it
# will not be avaliable until after the network is up :-(. Once the # will not be available until after the network is up :-(. Once the
# relocation of sysctl to /sbin is done that problem will go away. # relocation of sysctl to /sbin is done that problem will go away.
# #
if [ -n "$tcp_extensions" -a "x$tcp_extensions" = "xNO" ] ; then if [ -n "$tcp_extensions" -a "x$tcp_extensions" = "xNO" ] ; then

View File

@ -2,7 +2,7 @@
# #
# Examples to connect to IIJ Dialup PPP service # Examples to connect to IIJ Dialup PPP service
# #
# 1) On IIJ servive, both user side and server side address can # 1) On IIJ service, both user side and server side address can
# not be predicted by a customer. In this circumstance, you need # not be predicted by a customer. In this circumstance, you need
# some trick to use on-demand dialup. See iij-demand for example. # some trick to use on-demand dialup. See iij-demand for example.
# #
@ -10,7 +10,7 @@
# In all cases, you can use same username and password assigned # In all cases, you can use same username and password assigned
# from IIJ. # from IIJ.
# #
# $Id:$ # $Id: ppp.conf.iij,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $
# #
############################################################################# #############################################################################
# #
@ -27,7 +27,7 @@ iij:
set timeout 0 set timeout 0
dial dial
# #
# If you prefer to use PAP authentification, use this one. # If you prefer to use PAP authentication, use this one.
# #
# % ppp iij-pap # % ppp iij-pap
# #
@ -41,7 +41,7 @@ iij-pap:
set openmode active set openmode active
dial dial
# #
# Use "% ppp iij-chap" for CHAP authentification # Use "% ppp iij-chap" for CHAP authentication
# #
iij-chap: iij-chap:
set phone 0332425701 set phone 0332425701

View File

@ -4,7 +4,7 @@
# #
# Written by Toshiharu OHNO # Written by Toshiharu OHNO
# #
# $Id: ppp.conf.sample,v 1.2 1995/02/26 12:16:36 amurai Exp $ # $Id: ppp.conf.sample,v 1.3 1995/04/22 17:14:21 amurai Exp $
# #
################################################################# #################################################################
# #
@ -36,9 +36,9 @@ simplesite:
set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp"
set timeout 120 set timeout 120
# #
# If peer reqires to use CHAP, don't forget to supply authname and authkey. # If peer requires to use CHAP, don't forget to supply authname and authkey.
# #
# If you'd like to use CHAP to authentificate peer, comment out the line # If you'd like to use CHAP to authentication peer, comment out the line
# ``enable chap'' below. You also need to prepare /etc/ppp.secret. # ``enable chap'' below. You also need to prepare /etc/ppp.secret.
# #
# If remote system sends its system name within CHAP packet and it is # If remote system sends its system name within CHAP packet and it is
@ -54,7 +54,7 @@ chapsite:
set authname MySystemName set authname MySystemName
set authkey OurSecretKey set authkey OurSecretKey
# #
# To speak PAP is just smilar to CHAP # To speak PAP is just similar to CHAP
# #
papsite: papsite:
set phone 12345678 set phone 12345678
@ -106,8 +106,8 @@ users:
# Example of Callback Request # Example of Callback Request
# #
# Here, we assume that peer will hangup the line and initiates a callback # Here, we assume that peer will hangup the line and initiates a callback
# after successful authentification. We simply use chat script capabiluty # after successful authentication. We simply use chat script capability
# and wait for a "NO CARRIRER" response from our modem. # and wait for a "NO CARRIER" response from our modem.
# #
# % ppp callback # % ppp callback
# #

View File

@ -4,17 +4,17 @@
# #
# #
# This file is checked when PPP establishes network level connection. # This file is checked when PPP establishes network level connection.
# PPP command seaches label in this file in following way and order. # PPP command searches label in this file in following way and order.
# #
# 1) At first, IP address assigned into our side is serched and execute # 1) At first, IP address assigned into our side is searched and execute
# associated command. # associated command.
# #
# 2) If it didn't found, then label name specified at startup time is # 2) If it didn't found, then label name specified at startup time is
# searched. # searched.
# #
# 3) If given label name is not found, then label MYADDR is serched. # 3) If given label name is not found, then label MYADDR is searched.
# #
# $Id:$ # $Id: ppp.linkup.sample,v 1.1.1.1 1995/01/31 06:24:33 amurai Exp $
# #
######################################################################### #########################################################################
# #
@ -24,14 +24,14 @@
#192.244.176.32: #192.244.176.32:
# add 192.244.176.0 255.255.255.0 HISADDR # add 192.244.176.0 255.255.255.0 HISADDR
# #
# If we are invked with an argument ``iij-demand'', then # If we are invoked with an argument ``iij-demand'', then
# delete existing route entry and add peer as default gateway. # delete existing route entry and add peer as default gateway.
# #
iij-demand: iij-demand:
delete ALL delete ALL
add 0 0 HISADDR add 0 0 HISADDR
# #
# Otherwide, simply add peer as default gateway. # Otherwise, simply add peer as default gateway.
# #
MYADDR: MYADDR:
add 0 0 HISADDR add 0 0 HISADDR

View File

@ -2,9 +2,9 @@
# Uncomment this to give you the default 4.2 behavior, where disk # Uncomment this to give you the default 4.2 behavior, where disk
# information is shown in K-Blocks # information is shown in K-Blocks
# BLOCKSIZE=K; export BLOCKSIZE # BLOCKSIZE=K; export BLOCKSIZE
# Uncomment next line to activate russian locale # Uncomment next line to activate Russian locale
# LANG=ru_SU.KOI8-R; export LANG # LANG=ru_SU.KOI8-R; export LANG
# Uncomment next line to activate italian locale # Uncomment next line to activate Italian locale
# LANG=it_IT.ISO_8859-1; export LANG # LANG=it_IT.ISO_8859-1; export LANG
# For full locales list check /usr/share/locale/* # For full locales list check /usr/share/locale/*
# Read system messages # Read system messages

View File

@ -1,4 +1,4 @@
# Change some defauls for serial devices. # Change some defaults for serial devices.
# Standard defaults are: # Standard defaults are:
# dtrwait 300 drainwait 0 # dtrwait 300 drainwait 0
# initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl # initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl

View File

@ -1,4 +1,4 @@
# Change some defauls for serial devices. # Change some defaults for serial devices.
# Standard defaults are: # Standard defaults are:
# dtrwait 300 drainwait 0 # dtrwait 300 drainwait 0
# initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl # initial cflag from <sys/ttydefaults.h> = cread cs8 hupcl

View File

@ -1,7 +1,7 @@
# Unfortunately, order does matter in this file # Unfortunately, order does matter in this file
# The correct order for inserting configurations is: # The correct order for inserting configurations is:
# 1. Colors # 1. Colors
# 2. Assorted configuration paramters such as ClickToFocus, or MWMBorders # 2. Assorted configuration parameters such as ClickToFocus, or MWMBorders
# 3. Path setup (ModulePath, PixmapPath, IconPath) # 3. Path setup (ModulePath, PixmapPath, IconPath)
# 4. Style settings, including the default style Style "*" ... # 4. Style settings, including the default style Style "*" ...
# 5. InitFunction and ResetFunction definitions. # 5. InitFunction and ResetFunction definitions.
@ -17,7 +17,7 @@
# If you get it wrong, the most common problem is that color or font settings # If you get it wrong, the most common problem is that color or font settings
# are ignored # are ignored
# for m4 processing we have to undefine the include macro or pathts to # for m4 processing we have to undefine the include macro or paths to
# /usr/.../include/... will be mangled # /usr/.../include/... will be mangled
undefine(`include') undefine(`include')
@ -97,7 +97,7 @@ MWMFunctionHints
MWMHintOverride MWMHintOverride
# MWMDecor hints parses the decoration information in the MOTIF_WM_HINTS # MWMDecor hints parses the decoration information in the MOTIF_WM_HINTS
# property, and removes these decoratons from the window. This does not affect # property, and removes these decorations from the window. This does not affect
# the functions that can be performed via the menus. # the functions that can be performed via the menus.
MWMDecorHints MWMDecorHints

View File

@ -9,10 +9,10 @@ setenv CPU "FREEBSD"
set path = ($path /usr/local/interviews/bin/$CPU) set path = ($path /usr/local/interviews/bin/$CPU)
setenv MANPATH "${MANPATH}:/usr/local/interviews/man" setenv MANPATH "${MANPATH}:/usr/local/interviews/man"
# 8-bit locale (germany) # 8-bit locale (Germany)
#setenv LANG de_DE.ISO_8859-1 #setenv LANG de_DE.ISO_8859-1
# A rightous umask # A righteous umask
umask 22 umask 22
/usr/games/fortune /usr/games/fortune

View File

@ -15,7 +15,7 @@ export CPU
#LANG=de_DE.ISO_8859-1 #LANG=de_DE.ISO_8859-1
#export LANG #export LANG
# A rightous umask # A righteous umask
umask 22 umask 22
# Useful clients. # Useful clients.

View File

@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set # This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system. # to change the default startup behavior of your system.
# #
# $Id: sysconfig,v 1.32 1996/01/28 08:08:37 gpalmer Exp $ # $Id: sysconfig,v 1.33 1996/01/29 08:46:14 gpalmer Exp $
######################### Start Of Local Configuration Section ########### ######################### Start Of Local Configuration Section ###########
@ -46,7 +46,7 @@ blanktime=NO
# Set to screen saver desired: blank, green, snake, star (or NO for none) # Set to screen saver desired: blank, green, snake, star (or NO for none)
saver=NO saver=NO
# General russian setup for example: # General Russian setup for example:
# (koi8-r keyboard with cp866 screen font mapped to koi8-r) # (koi8-r keyboard with cp866 screen font mapped to koi8-r)
# #
# keymap=ru.koi8-r # keymap=ru.koi8-r
@ -125,7 +125,7 @@ xntpdflags="NO"
# this is inoperative unless xntpd is enabled; NO to disable # this is inoperative unless xntpd is enabled; NO to disable
tickadjflags="-Aq" tickadjflags="-Aq"
# Set to the site you'd like to syncronize your clock from (gatekeeper.dec.com, # Set to the site you'd like to synchronize your clock from (gatekeeper.dec.com,
# for example) or NO for no such site. # for example) or NO for no such site.
ntpdate="NO" ntpdate="NO"
@ -205,7 +205,7 @@ linux=NO
# Set to a string representing the interrupts you are going to use # Set to a string representing the interrupts you are going to use
# for generating entropy in the kernel (or NO to ignore). # for generating entropy in the kernel (or NO to ignore).
# The keyboard (IRQ 1) is good if it used a lot. # The keyboard (IRQ 1) is good if it used a lot.
# If the machine is networked, the ethernet card is good. # If the machine is networked, the Ethernet card is good.
# The IRQ on an intelligent hard disk controller is good. # The IRQ on an intelligent hard disk controller is good.
# The IRQ's on most sound devices are good. # The IRQ's on most sound devices are good.
# #
@ -217,7 +217,7 @@ linux=NO
# happen fairly irregularly, and never occur in very high-speed bursts. # happen fairly irregularly, and never occur in very high-speed bursts.
# #
# You'll have it right when you have a good supply of numbers from # You'll have it right when you have a good supply of numbers from
# /dev/random, and no problems on your system, like slowdowns, # /dev/random, and no problems on your system, like slow downs,
# Sluggish net/disk activity, perhaps even errors. # Sluggish net/disk activity, perhaps even errors.
rand_irqs="-s 1" rand_irqs="-s 1"

View File

@ -55,7 +55,7 @@ cons50|ansil|ansi80x50:\
:li#50:tc=cons25: :li#50:tc=cons25:
cons50-m|ansil-mono|ansi80x50-mono:\ cons50-m|ansil-mono|ansi80x50-mono:\
:li#50:tc=cons25-m: :li#50:tc=cons25-m:
# Syscons console with koi8-r russian code table. # Syscons console with koi8-r Russian code table.
cons25r|pc3r|ibmpc3r|cons25-koi8-r:\ cons25r|pc3r|ibmpc3r|cons25-koi8-r:\
:ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`^D.^Y-^XI^U0\215:\ :ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`^D.^Y-^XI^U0\215:\
:tc=cons25w: :tc=cons25w: