diff --git a/en/tutorials/ddwg/ddwg.sgml b/en/tutorials/ddwg/ddwg.sgml
index a9c40d5c5b..1738fcd42a 100644
--- a/en/tutorials/ddwg/ddwg.sgml
+++ b/en/tutorials/ddwg/ddwg.sgml
@@ -6,7 +6,7 @@
++
++ Copyright Eric L. Hernes - Wednesday, August 2, 1995
++
- ++ $Id: ddwg.sgml,v 1.1.1.1 1996-09-24 17:45:58 jfieber Exp $
+ ++ $Id: ddwg.sgml,v 1.2 1996-10-06 20:17:08 jfieber Exp $
++
++ Sgml doc for something
-->
@@ -435,7 +435,7 @@ These are typically named something like ioctl_dev.h or devio.h.
If a driver is being written which, from user space is
identical to a device which already exists, care should be taken to
use the same ioctl interface and data structures. For example, from
-user space, a SCSI cdrom drive should be identical to an IDE cdrom
+user space, a SCSI CDROM drive should be identical to an IDE cdrom
drive; or a serial line on an intelligent multiport card (Digiboard,
Cyclades, ...) should be identical to the sio devices. These devices
have a fairly well defined interface which should be used.
diff --git a/en/tutorials/devel/devel.sgml b/en/tutorials/devel/devel.sgml
index e9d8fbf560..0fde023afd 100644
--- a/en/tutorials/devel/devel.sgml
+++ b/en/tutorials/devel/devel.sgml
@@ -1,4 +1,5 @@
+
+
&header;
@@ -14,7 +16,7 @@
With the help of some 'friends' on the FreeBSD-hackers list, I have
been able to create a diskless X terminal... The creation of the X terminal
required first creating a diskless system with minimal utilities mounted
-via NFS. These same steps were used to create 2 seperate diskless systems.
+via NFS. These same steps were used to create 2 separate diskless systems.
The first is 'altair.kcis.com'. A diskless X terminal that I run on my
old 386DX-40. It has a 340Meg hard disk but, I did not want to change it.
So, it boots from 'antares.kcis.com' across a ethernet. The second system
diff --git a/en/tutorials/mh/mh.sgml b/en/tutorials/mh/mh.sgml
index cea321165a..f9207d3b94 100644
--- a/en/tutorials/mh/mh.sgml
+++ b/en/tutorials/mh/mh.sgml
@@ -1,3 +1,4 @@
+
@@ -355,7 +356,7 @@ removed (well, pushed up to 8 Gigabytes anyway). If you have an LBA
BIOS, you can put FreeBSD or any OS anywhere you want and not hit the
1024 cylinder limit.
-
To use my my 1.6 Gig Western Digital as an example again, it's
+
To use my 1.6 Gig Western Digital as an example again, it's
physical geometry is:
(3148 cyl, 16 heads, 63 sectors/track, 512 bytes/sector)
diff --git a/en/tutorials/newuser/newuser.sgml b/en/tutorials/newuser/newuser.sgml
index 081910225b..7e6bf5b6c6 100644
--- a/en/tutorials/newuser/newuser.sgml
+++ b/en/tutorials/newuser/newuser.sgml
@@ -1,4 +1,5 @@
+
For People New to Both FreeBSD and Unix
@@ -113,7 +114,7 @@ Here are some commands and what they do:
the home directory of the person logged in---e.g.,
/usr/home/jack. Try cd /cdrom,
and then ls, to find out
- if your cdrom is mounted and working.
+ if your CDROM is mounted and working.
view filename/
Lets you look at a file (named filename
without changing
@@ -380,7 +381,7 @@ find /usr -name "filename"
You can use * as a wildcard in "filename"
(which should be in quotes). If you tell find to search in
/ instead of /usr it will look for the file(s)
-on all mounted file systems, including the cdrom and the dos
+on all mounted file systems, including the CDROM and the dos
partition.
An excellent book that explains Unix commands and utilities is
@@ -399,7 +400,7 @@ great deal of information in the FreeBSD handbook (which is
probably on your hard drive) and . A wide
variety of packages and ports are on the cdrom as well as
+url="http://www.cdrom.com" name="Walnut Creek"> CDROM as well as
the web site. The handbook tells you more about how to use them
(get the package if it exists, with pkg_add
/cdrom/packages/All/packagename, where
@@ -424,7 +425,7 @@ cp -R /cdrom/ports/comm/kermit /usr/local
This should result in a /usr/local/kermit subdirectory
that has all the files that the kermit subdirectory on
-the cdrom has.
+the CDROM has.
Next, check /cdrom/ports/distfiles for a file with a name
that indicates it's the port you want. Copy that file to
@@ -473,7 +474,7 @@ slash.)
You might want to get the most recent version of Netscape from their
. (Netscape
-requires the X window sytem.) The version you want is the "unknown
+requires the X Window System.) The version you want is the "unknown
bsd" version. Just use gunzip filename and tar
xvf filename on it, move the binary to
/usr/local/bin or some other place binaries are kept,
@@ -488,7 +489,7 @@ This assumes that the file XKeysymDB and the directory
nls are in
/usr/X11R6/lib/X11; if they're not, find them and put them there.
-If you originally got Netscape as a port using the cdrom (or ftp),
+If you originally got Netscape as a port using the CDROM (or ftp),
don't replace /usr/local/bin/netscape with the new netscape binary;
this is just a shell script that sets up the environmental variables
for you. Instead rename the new binary to netscape.bin and replace the
@@ -499,12 +500,12 @@ binary, which is /usr/local/lib/netscape/netscape.bin.
Other
-As root, you can dismount the cdrom with /sbin/umount
+
As root, you can dismount the CDROM with /sbin/umount
/cdrom, take it out of the drive, insert another one, and
mount it with /sbin/mount_cd9660 /dev/cd0a /cdrom
-assuming cd0a is the device name for your cdrom drive.
+assuming cd0a is the device name for your CDROM drive.
-Using the live file system---the second of FreeBSD's cdrom disks---is
+Using the live file system---the second of FreeBSD's CDROM disks---is
useful if you've got limited space. You might try using
emacs or playing games from the cdrom. This involves using
lndir, which gets installed with the X Window System, to tell the
diff --git a/en_US.ISO_8859-1/tutorials/ddwg/ddwg.sgml b/en_US.ISO_8859-1/tutorials/ddwg/ddwg.sgml
index a9c40d5c5b..1738fcd42a 100644
--- a/en_US.ISO_8859-1/tutorials/ddwg/ddwg.sgml
+++ b/en_US.ISO_8859-1/tutorials/ddwg/ddwg.sgml
@@ -6,7 +6,7 @@
++
++ Copyright Eric L. Hernes - Wednesday, August 2, 1995
++
- ++ $Id: ddwg.sgml,v 1.1.1.1 1996-09-24 17:45:58 jfieber Exp $
+ ++ $Id: ddwg.sgml,v 1.2 1996-10-06 20:17:08 jfieber Exp $
++
++ Sgml doc for something
-->
@@ -435,7 +435,7 @@ These are typically named something like ioctl_dev.h or devio.h.
If a driver is being written which, from user space is
identical to a device which already exists, care should be taken to
use the same ioctl interface and data structures. For example, from
-user space, a SCSI cdrom drive should be identical to an IDE cdrom
+user space, a SCSI CDROM drive should be identical to an IDE cdrom
drive; or a serial line on an intelligent multiport card (Digiboard,
Cyclades, ...) should be identical to the sio devices. These devices
have a fairly well defined interface which should be used.