]> granicus.if.org Git - file/commitdiff
3.23
authorChristos Zoulas <christos@zoulas.com>
Wed, 5 Nov 1997 16:03:18 +0000 (16:03 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 5 Nov 1997 16:03:18 +0000 (16:03 +0000)
MAINT
README
doc/file.man
src/Makefile

diff --git a/MAINT b/MAINT
index 7fc5e3637f3bdae3558d0cf4a888e5aac1d42e65..5267bf2aa51f654d03b8da2c50e6ab2a41653a39 100644 (file)
--- a/MAINT
+++ b/MAINT
@@ -1,4 +1,4 @@
-$Id: MAINT,v 1.2 1993/09/23 21:47:01 christos Exp $
+$Id: MAINT,v 1.3 1997/11/05 16:03:18 christos Exp $
 
 Maintenance notes:
 
@@ -30,4 +30,4 @@ your changed version.
 Thank you for your assistance and cooperation.
 
 Mark Moraes            Christos Zoulas
-moraes@deshaw.com      christos@deshaw.com
+moraes@deshaw.com      christos@astron.com
diff --git a/README b/README
index f88f185f49c538e952b389037d1441d4855c663d..33f9019fade23e719df436620539d0238b79f8c6 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 ** README for file(1) Command **
-@(#) $Id: README,v 1.21 1997/01/15 17:23:24 christos Exp $
+@(#) $Id: README,v 1.22 1997/11/05 16:03:18 christos Exp $
 
 This is Release 3.x of Ian Darwin's (copyright but distributable)
 file(1) command. This version is the standard "file" command for Linux,
@@ -80,7 +80,7 @@ file, apply this patch [which is going to be in the next version of gzip]:
       }
       bytes_in += (ulg)insize;
 
-E-mail: christos@deshaw.com, moraes@deshaw.com
+E-mail: christos@astron.com, moraes@deshaw.com
 
 Phone: Do not even think of telephoning me about this program. Send cash first!
 
index 325283be4a921593605d8e494496e7dc9e8fdda3..7bc9a894691467f188a7a72406e4c621e1728e85 100644 (file)
@@ -1,12 +1,12 @@
 .TH FILE __CSECTION__ "Copyright but distributable"
-.\" $Id: file.man,v 1.29 1997/04/13 18:29:54 christos Exp $
+.\" $Id: file.man,v 1.30 1997/11/05 16:03:18 christos Exp $
 .SH NAME
 file
 \- determine file type
 .SH SYNOPSIS
 .B file
 [
-.B \-vczL
+.B \-vbczL
 ]
 [
 .B \-f
@@ -115,6 +115,9 @@ This can be a single file, or a colon-separated list of files.
 .B \-z
 Try to look inside compressed files.
 .TP 8
+.B \-b
+Do not prepend filenames to output lines (brief mode).
+.TP 8
 .B \-c
 Cause a checking printout of the parsed form of the magic file.
 This is usually used in conjunction with 
@@ -146,7 +149,7 @@ can be used to set the default magic number files.
 .BR magic (__FSECTION__)
 \- description of magic file format.
 .br
-.BR strings (1), " od" (1)
+.BR strings (1), " od" (1), " hexdump(1)"
 \- tools for examining non-textfiles.
 .SH STANDARDS CONFORMANCE
 This program is believed to exceed the System V Interface Definition
@@ -248,7 +251,7 @@ the process running
 .RE
 .PP
 Changes by Ian Darwin and various authors including
-Christos Zoulas (christos@deshaw.com), 1990-1997.
+Christos Zoulas (christos@astron.com), 1990-1997.
 .SH LEGAL NOTICE
 Copyright (c) Ian F. Darwin, Toronto, Canada,
 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993.
@@ -360,6 +363,6 @@ This manual page, and particularly this section, is too long.
 .SH AVAILABILITY
 You can obtain the original author's latest version by anonymous FTP
 on
-.B ftp.deshaw.com
+.B ftp.astron.com
 in the directory
 .I /pub/file/file-X.YY.tar.gz
index fde51c975a7f6bb8c8194ac9ea9de63da9866ed9..548f43844d2fad46599466dabe64813b98464f3d 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for file(1) cmd. 
 # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Id: Makefile,v 1.55 1997/01/15 17:23:24 christos Exp $
+# @(#)$Id: Makefile,v 1.56 1997/11/05 16:03:18 christos Exp $
 #
 # This software is not subject to any license of the American Telephone
 # and Telegraph Company or of the Regents of the University of California.
@@ -21,7 +21,7 @@
 #    ever read sources, credits must appear in the documentation.
 #
 # 4. This notice may not be removed or altered.
-VERSION        = 3.22
+VERSION        = 3.23
 SHELL  = /bin/sh
 #MAGIC = /etc/magic
 MAGIC  = /usr/local/etc/magic