summaryrefslogtreecommitdiffstats
path: root/usr.bin/file
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
committerru <ru@FreeBSD.org>2003-09-08 19:57:22 +0000
commit1c23ef339bcd24785a7edbf6087f4e9c1054a22e (patch)
treef208c0020248a2800766b91d7bf24e0234629b8b /usr.bin/file
parentecf79cde9e1b8a35a0190579797cc483bcd50714 (diff)
downloadFreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.zip
FreeBSD-src-1c23ef339bcd24785a7edbf6087f4e9c1054a22e.tar.gz
mdoc(7): Use the new feature of the .In macro.
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 e9f6895..cc9c041 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"
OpenPOWER on IntegriCloud