summaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commitfe08efe680f6705e0c60beabe3e39629c655e743 (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /usr.bin/file
parent6ce729e14d938bbc580c6eec5c6defc287ffd298 (diff)
downloadsrc-test-fe08efe680f6705e0c60beabe3e39629c655e743.tar.gz
src-test-fe08efe680f6705e0c60beabe3e39629c655e743.zip
mdoc(7): Use the new feature of the .In macro.
Notes
Notes: svn path=/head/; revision=119893
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 e9f6895ae2495..cc9c0416c25c9 100644
--- a/usr.bin/file/file.1
+++ b/usr.bin/file/file.1
@@ -74,16 +74,16 @@ Any known file types appropriate to the system you are running on
implement them)
are intuited if they are defined in
the system header file
-.Aq Pa sys/stat.h .
+.In sys/stat.h .
.Pp
The magic number tests are used to check for files with data in
particular fixed formats.
The canonical example of this is a binary executable (compiled program)
.Pa a.out
file, whose format is defined in
-.Aq Pa a.out.h
+.In a.out.h
and possibly
-.Aq Pa exec.h
+.In exec.h
in the standard include directory.
These files have a
.Sq "magic number"