diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-10-13 08:57:45 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-10-13 08:57:45 +0000 |
commit | f4d0d8887f9d9e54fed4d4dcd4f177c80cec5a03 (patch) | |
tree | 33b37342e3aa52f0307f7d13cb9044967b56ffa0 /usr.bin/doscmd | |
parent | a80e5f9448da3092f946f17981e92450e60b16d3 (diff) | |
download | FreeBSD-src-f4d0d8887f9d9e54fed4d4dcd4f177c80cec5a03.zip FreeBSD-src-f4d0d8887f9d9e54fed4d4dcd4f177c80cec5a03.tar.gz |
Fix typos.
PR: 8216
Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
Diffstat (limited to 'usr.bin/doscmd')
-rw-r--r-- | usr.bin/doscmd/doscmd.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/doscmd/doscmd.1 b/usr.bin/doscmd/doscmd.1 index 83f09f3..00fe64a 100644 --- a/usr.bin/doscmd/doscmd.1 +++ b/usr.bin/doscmd/doscmd.1 @@ -284,7 +284,7 @@ Non empty lines either are environment variables or commands which configure devices. Any line which has an \fB=\fP before any white space is considered to be an environment variable assignment and is added to the DOS environment. -The rest of the lines are one the of the following +The rest of the lines are one of the following .Bl -tag -width XXXXX .\" .\" @@ -293,7 +293,7 @@ The rest of the lines are one the of the following Set the device to boot from. By default .Cm A: -is first tried, it if is defined, and if that fails, +is first tried, if it is defined, and if that fails, .Cm C: is tried. .\" @@ -425,7 +425,7 @@ only refers to part of a disk. Assign the tty or pty specified by .Ar path to be used as the specified com port. -It's base address will emulated at +It's base address will be emulated at .Ar port at interrupt specified by .Ar irq . @@ -450,7 +450,7 @@ If not already assigned, will be assigned to the root directory (/) and the current directory for .Cm C: -will be set the the actual current directory. +will be set to the actual current directory. Note that this means that invocations such as: .sp doscmd ../foo @@ -684,7 +684,7 @@ them add lines to your .doscmdrc such as: assign D: /usr/dos assign P: -ro /usr/prb .Ed -Not that you will not always be able to access every file due to +Note that you will not always be able to access every file due to naming problems. .El .Sh DIAGNOSTICS |