From c6664d5af981084100973f92186f10c97fffa417 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 5 Nov 1997 16:03:18 +0000 Subject: [PATCH] 3.23 --- MAINT | 4 ++-- README | 4 ++-- doc/file.man | 13 ++++++++----- src/Makefile | 4 ++-- 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/MAINT b/MAINT index 7fc5e363..5267bf2a 100644 --- 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 f88f185f..33f9019f 100644 --- 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! diff --git a/doc/file.man b/doc/file.man index 325283be..7bc9a894 100644 --- a/doc/file.man +++ b/doc/file.man @@ -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 diff --git a/src/Makefile b/src/Makefile index fde51c97..548f4384 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 -- 2.40.0