From 9edf6cffecfca2a2ebb4af801a54f6a827c38f5a Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 9 Oct 2003 15:18:12 +0000 Subject: [PATCH] Document MAGIC_RAW. --- doc/file.man | 10 ++++++++-- doc/libmagic.man | 2 ++ 2 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.50.1