summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-08-12 10:04:32 +0000
committerschweikh <schweikh@FreeBSD.org>2002-08-12 10:04:32 +0000
commit5eefae432e950fedd9c42dac08fbf91f644c1bc5 (patch)
tree189ec73cf7378675b222b0ced56ce2a8898bb9e4
parentd5c53dc7ef63cd2e7fd41e87fbd770a191025ef0 (diff)
downloadFreeBSD-src-5eefae432e950fedd9c42dac08fbf91f644c1bc5.zip
FreeBSD-src-5eefae432e950fedd9c42dac08fbf91f644c1bc5.tar.gz
Fix typos (s/seperat/separat/ et al); add FreeBSD ID.
Suggested by: bde MFC after: 3 days
-rwxr-xr-xetc/rc.d/network10
-rw-r--r--games/trek/DOC/trekmanual.nr15
-rw-r--r--share/me/tmac.orig_me6
3 files changed, 17 insertions, 14 deletions
diff --git a/etc/rc.d/network b/etc/rc.d/network
index 70a8019..7fcb5b2 100755
--- a/etc/rc.d/network
+++ b/etc/rc.d/network
@@ -1,7 +1,7 @@
#!/bin/sh
#
# $NetBSD: network,v 1.29 2001/01/11 17:56:16 itojun Exp $
-#
+# $FreeBSD$
# PROVIDE: network
# REQUIRE: ipfilter ipsec mountcritlocal root tty sysctl
@@ -106,7 +106,7 @@ network_start()
# Completely disallow packets to IPv4 compatible prefix.
# This may conflict with RFC1933 under following circumstances:
# (1) An IPv6-only KAME node tries to originate packets to IPv4
- # comatible destination. The KAME node has no IPv4
+ # compatible destination. The KAME node has no IPv4
# compatible support. Under RFC1933, it should transmit
# native IPv6 packets toward IPv4 compatible destination,
# hoping it would reach a router that forwards the packet
@@ -147,7 +147,7 @@ network_start()
sysctl net.inet6.ip6.accept_rtadv=1 >/dev/null
;;
- host)
+ host)
echo 'IPv6 mode: host'
;;
@@ -164,7 +164,7 @@ network_start()
# we do "ifconfig xxN $ifconfig_xxN".
# If there is no such variable, we take the contents of the file
# /etc/ifconfig.xxN, and run "ifconfig xxN" repeatedly, using each
- # line of the file as the arguments for a seperate "ifconfig"
+ # line of the file as the arguments for a separate "ifconfig"
# invocation.
#
# In order to configure an interface reasonably, you at the very least
@@ -247,7 +247,7 @@ network_start()
#
# Note that $ifaliases_xxN works only with certain configurations and
# considered not recommended. Use /etc/ifconfig.xxN if possible.
- #
+ #
#
if [ -n "$configured_interfaces" ]; then
echo "Adding interface aliases:"
diff --git a/games/trek/DOC/trekmanual.nr b/games/trek/DOC/trekmanual.nr
index 33ead48..e882048 100644
--- a/games/trek/DOC/trekmanual.nr
+++ b/games/trek/DOC/trekmanual.nr
@@ -1,3 +1,4 @@
+.\" $FreeBSD$
.br
.po 10
.if n \!.
@@ -59,7 +60,7 @@ Each sector contains one object
.pp
Navigation is handled in degrees,
with zero being straight up
-and ninty being to the right.
+and ninety being to the right.
Distances are measured in quadrants.
One tenth quadrant is one sector.
.pp
@@ -115,7 +116,7 @@ which restarts a previously saved game.
You will then be prompted for the skill,
to which you must respond
"novice", "fair", "good", "expert",
-"commadore", or "impossible".
+"commodore", or "impossible".
You should start out with a novice
and work up,
but if you really want to see how fast
@@ -211,7 +212,7 @@ As soon as you consume anything though -- POW!
THE COMMANDS
.bl "Short Range Scan"
Mnemonic: srscan
-Shortest Appreviation: s
+Shortest Abbreviation: s
Full Commands: srscan
srscan yes/no
Consumes: nothing
@@ -546,7 +547,7 @@ to fire at you
until you do something
which consumes time.
.bl "Fire Phasers"
-Mnmemonic: phasers
+Mnemonic: phasers
Shortest Abbreviation: p
Full Commands: phasers automatic amount
phasers manual amt1 course1 spread1 ...
@@ -635,7 +636,7 @@ Computer requests are:
.qq
score -- Shows your current score.
.qq
-course quad/sect -- Computes the course and distance from whereever
+course quad/sect -- Computes the course and distance from wherever
you are to the given location.
If you type "course /x,y"
you will be given the course
@@ -674,7 +675,7 @@ and starsystems.
.pp
More than one request may be stated
on a line
-by seperating them
+by separating them
with semicolons.
.bl "Dock at Starbase"
Mnemonic: dock
@@ -691,7 +692,7 @@ with energy, photon torpedoes, and life support reserves.
Repairs are also done faster at starbase.
Any prisoners you have taken
are unloaded.
-You do not recieve points
+You do not receive points
for taking prisoners
until this time.
.pp
diff --git a/share/me/tmac.orig_me b/share/me/tmac.orig_me
index aa3d29d..87c1687 100644
--- a/share/me/tmac.orig_me
+++ b/share/me/tmac.orig_me
@@ -32,6 +32,8 @@
.\"
.\" @(#)tmac.e 8.1 (Berkeley) 6/5/93
.\"
+.\" $FreeBSD$
+.\"
.\" %beginstrip%
.\"
.\"**********************************************************************
@@ -603,7 +605,7 @@
.uh "\\$1"
.rm @T
..
-.\" *** COLUMNNED OUTPUT ***
+.\" *** COLUMNED OUTPUT ***
.de 2c \" *** double columned output
.br
.if \\n($m>1 \
@@ -613,7 +615,7 @@
.if \\n(.$>1 \
. nr $m \\$2
.if \\n(.$>0 \
-. nr $s \\$1n \" param 1: column seperation
+. nr $s \\$1n \" param 1: column separation
.nr $l (\\n(.l-((\\n($m-1)*\\n($s))/\\n($m
.xl \\n($lu
.mk _k
OpenPOWER on IntegriCloud