From: Christos Zoulas Date: Thu, 9 Oct 2003 15:18:12 +0000 (+0000) Subject: Document MAGIC_RAW. X-Git-Tag: FILE4_06~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f20ed8e72f84f6a2a6fa43c93f0edff5c528955a;p=file Document MAGIC_RAW. --- diff --git a/doc/file.man b/doc/file.man index 55f59066..21134a79 100644 --- a/doc/file.man +++ b/doc/file.man @@ -1,12 +1,12 @@ .TH FILE __CSECTION__ "Copyright but distributable" -.\" $Id: file.man,v 1.51 2003/10/08 16:10:15 christos Exp $ +.\" $Id: file.man,v 1.52 2003/10/09 15:18:12 christos Exp $ .SH NAME file \- determine file type .SH SYNOPSIS .B file [ -.B \-bcikLnNpsvz +.B \-bcikLnNprsvz ] [ .B \-f @@ -223,6 +223,12 @@ attempt to preserve the access time of files analyzed, to pretend that .BR file (2) never read them. .TP 8 +.B "\-r, \-\-raw" +Don't translate unprintable characters to \eooo. +Normally +.B file +translates unprintable characters to their octal representation. +.TP 8 .B "\-s, \-\-special\-files" Normally, .B file diff --git a/doc/libmagic.man b/doc/libmagic.man index 0aae08aa..2c6a0798 100644 --- a/doc/libmagic.man +++ b/doc/libmagic.man @@ -99,6 +99,8 @@ On systems that support or .Xr utimes 2 , attempt to preserve the access time of files analyzed. +.It Dv MAGIC_RAW +Don't translate unprintable characters to a \eooo octal representation. .El .Pp The