From: Christos Zoulas Date: Fri, 8 May 2009 23:02:44 +0000 (+0000) Subject: drop trailing whitespace. X-Git-Tag: FILE5_05~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ad643d3d5b94cf71381c30c40b02fac2d91558a;p=file drop trailing whitespace. --- diff --git a/doc/libmagic.man b/doc/libmagic.man index e39a6105..16c4fc4b 100644 --- a/doc/libmagic.man +++ b/doc/libmagic.man @@ -1,4 +1,4 @@ -.\" $File: libmagic.man,v 1.19 2008/10/06 20:16:04 christos Exp $ +.\" $File: libmagic.man,v 1.20 2009/05/08 23:02:44 christos Exp $ .\" .\" Copyright (c) Christos Zoulas 2003. .\" All Rights Reserved. @@ -12,7 +12,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" +.\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE @@ -73,7 +73,7 @@ in The function .Fn magic_open creates a magic cookie pointer and returns it. It returns NULL if -there was an error allocating the magic cookie. The +there was an error allocating the magic cookie. The .Ar flags argument specifies how the other magic functions should behave: .Bl -tag -width MAGIC_COMPRESS @@ -165,7 +165,7 @@ bytes size. .Pp The .Fn magic_setflags -function sets the +function sets the .Ar flags described above. Note that using both MIME flags together can also return extra information on the charset. @@ -219,7 +219,7 @@ functions return 0 on success and -1 on failure. The .Fn magic_file , and -.Fn magic_buffer +.Fn magic_buffer functions return a string on success and NULL on failure. The .Fn magic_error function returns a textual description of the errors of the above @@ -242,7 +242,7 @@ The compiled default magic database. .El .Sh SEE ALSO .Xr file __CSECTION__ , -.Xr magic __FSECTION__ +.Xr magic __FSECTION__ .Sh AUTHORS Måns Rullgård Initial libmagic implementation, and configuration. diff --git a/doc/magic.man b/doc/magic.man index fb334bc9..f95280cf 100644 --- a/doc/magic.man +++ b/doc/magic.man @@ -1,4 +1,4 @@ -.\" $File: magic.man,v 1.59 2008/11/06 23:22:53 christos Exp $ +.\" $File: magic.man,v 1.60 2009/05/08 23:02:44 christos Exp $ .Dd August 30, 2008 .Dt MAGIC __FSECTION__ .Os @@ -297,14 +297,14 @@ space. .El .Pp An APPLE 4+4 character APPLE creator and type can be specified as: -.Bd -literal -offset indent +.Bd -literal -offset indent !:apple CREATYPE .Ed .Pp A MIME type is given on a separate line, which must be the next non-blank or comment line after the magic line that identifies the file type, and has the following format: -.Bd -literal -offset indent +.Bd -literal -offset indent !:mime MIMETYPE .Ed .Pp @@ -314,13 +314,13 @@ followed by the MIME type. .Pp An optional strength can be supplied on a separate line which refers to the current magic description using the following format: -.Bd -literal -offset indent +.Bd -literal -offset indent !:strength OP VALUE .Ed .Pp The operand .Dv OP -can be: +can be: .Dv + , .Dv - , .Dv * ,