diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-29 11:34:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-03-29 11:34:42 +0000 |
commit | a159d1591b3327d2d03d541188132af61c3f089a (patch) | |
tree | 4e270b9b3ee57d14252429e7378babbc01415467 /usr.bin/file | |
parent | 1022bb3dcb86c873da14e4aa1b149cc07ba423af (diff) |
let the description of -m match SYNOPSIS and usage(); from Igor Sobrado
Diffstat (limited to 'usr.bin/file')
-rw-r--r-- | usr.bin/file/file.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/file.1 b/usr.bin/file/file.1 index ccc162ccab2..5fc2a1eb0ff 100644 --- a/usr.bin/file/file.1 +++ b/usr.bin/file/file.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: file.1,v 1.26 2007/02/28 07:41:07 david Exp $ +.\" $OpenBSD: file.1,v 1.27 2007/03/29 11:34:41 jmc Exp $ .\" $FreeBSD: src/usr.bin/file/file.1,v 1.16 2000/03/01 12:19:39 sheldonh Exp $ .\" .\" Copyright (c) Ian F. Darwin 1986-1995. @@ -183,9 +183,9 @@ Don't stop at the first match, keep going. Cause symlinks to be followed, as the like-named option in .Xr ls 1 (on systems that support symbolic links). -.It Fl m Ar magiclist +.It Fl m Ar magicfiles Specify an alternate list, -.Ar magiclist , +.Ar magicfiles , of files containing magic numbers. This can be a single file or a colon-separated list of files. If a compiled magic file is found alongside, it will be used instead. |