summaryrefslogtreecommitdiffstats
path: root/usr.bin/file
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1996-04-18 18:17:14 +0000
committerjdp <jdp@FreeBSD.org>1996-04-18 18:17:14 +0000
commit258c3bc7fee625e2c3127fa478d302b84455fb2d (patch)
tree421c7ef80be72f9d45a195d10a67a4ab93d599a8 /usr.bin/file
parentc1be8d9d1d445cdd061a44f5d68d4bfe563afa18 (diff)
downloadFreeBSD-src-258c3bc7fee625e2c3127fa478d302b84455fb2d.zip
FreeBSD-src-258c3bc7fee625e2c3127fa478d302b84455fb2d.tar.gz
Fix a typo in the syntax for indirect offsets.
Diffstat (limited to 'usr.bin/file')
-rw-r--r--usr.bin/file/magic.54
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magic.5 b/usr.bin/file/magic.5
index 73c28e0..4f5f7d2 100644
--- a/usr.bin/file/magic.5
+++ b/usr.bin/file/magic.5
@@ -146,7 +146,7 @@ then the string after the parenthesis is interpreted as an indirect offset.
That means that the number after the parenthesis is used as an offset in
the file. The value at that offset is read, and is used again as an offset
in the file. Indirect offsets are of the form:
-.BI (( x [.[bsl]][+-][ y ]).
+.BI ( x [.[bsl]][+-][ y ]).
The value of
.I x
is used as an offset in the file. A byte, short or long is read at that offset
@@ -191,4 +191,4 @@ indirect offsets.
.\" the changes I posted to the S5R2 version.
.\"
.\" Modified for Ian Darwin's version of the file command.
-.\" @(#)$Id: magic.5,v 1.2 1994/09/03 19:31:16 csgr Exp $
+.\" @(#)$Id: magic.5,v 1.3 1996/01/23 12:40:17 mpp Exp $
OpenPOWER on IntegriCloud