diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-10 05:10:44 +0000 |
commit | 3e222ea23769f7fa61220327392152acedf527bf (patch) | |
tree | 9c366baf268cf9c15e9ba6677e9a98d4002eaf8a /usr.bin/file | |
parent | 4575f892d2c42b7683343fd14cb4e51ce9604ae4 (diff) |
- Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/file.1 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index 1b22ebe9513..eccf79a10a2 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.1,v 1.11 2000/11/09 17:52:08 aaron Exp $ +.\" $OpenBSD: file.1,v 1.12 2000/11/10 05:10:25 aaron Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .Dd July 30, 1997 .Dt FILE 1 @@ -147,11 +147,6 @@ Cause symlinks to be followed, as the like-named option in .Xr ls 1 . (on systems that support symbolic links). .El -.Sh FILES -.Bl -tag -width /etc/magic -compact -.It Pa /etc/magic -default list of magic numbers -.El .Sh ENVIRONMENT The following environment varibles affect the execution of .Nm file : @@ -160,6 +155,11 @@ The following environment varibles affect the execution of .Ev MAGIC Default magic number files. .El +.Sh FILES +.Bl -tag -width /etc/magic -compact +.It Pa /etc/magic +default list of magic numbers +.El .Sh SEE ALSO .Xr hexdump 1 , .Xr od 1 , @@ -390,4 +390,3 @@ on .Em ftp.deshaw.com in the directory .Pa /pub/file/file-X.YY.tar.gz - |