aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-30 13:52:50 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-30 13:52:50 +0000
commit4a8d02835c2544e65713d27352cb3be0bd5d1c84 (patch)
tree99b740a7c4217cd7405a4de1071ea095c0037d7d /usr.bin/file
parente407db3cbc080bdbd6c540a4af3d2d201ddc02f5 (diff)
downloadsrc-4a8d02835c2544e65713d27352cb3be0bd5d1c84.tar.gz
src-4a8d02835c2544e65713d27352cb3be0bd5d1c84.zip
Fix a bunch of spelling errors in a bunch of man pages.
Notes
Notes: svn path=/head/; revision=13744
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/file.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1
index 0b849e2a9d74..d69e8a1c2417 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -1,5 +1,5 @@
.TH FILE 1 "Copyright but distributable"
-.\# $Id: file.1,v 1.2 1994/09/03 19:31:15 csgr Exp $
+.\# $Id: file.1,v 1.3 1996/01/23 12:40:09 mpp Exp $
.SH NAME
file
\- determine file type
@@ -144,7 +144,7 @@ can be used to set the default magic number files.
This program is believed to exceed the System V Interface Definition
of FILE(CMD), as near as one can determine from the vague language
contained therein.
-Its behaviour is mostly compatible with the System V program of the same name.
+Its behavior is mostly compatible with the System V program of the same name.
This version knows more magic, however, so it will produce
different (albeit more accurate) output in many cases.
.PP
@@ -323,7 +323,7 @@ The list of keywords in
probably belongs in the Magic file.
This could be done by using some keyword like `*' for the offset value.
.PP
-Another optimisation would be to sort
+Another optimization would be to sort
the magic file so that we can just run down all the
tests for the first byte, first word, first long, etc, once we
have fetched it. Complain about conflicts in the magic file entries.