1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

strfile(8) incorrectly states that the output files generated

will have the suffix ".out" appended to them.  They are acutally
created as outputfile.dat.

PR:		docs/12968
Submitted by:	Patrick Seal <patseal@hyperhost.net>
This commit is contained in:
Mike Pritchard 1999-08-06 15:40:58 +00:00
parent af86fc21d6
commit c3cfd76a05
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49463

View File

@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strfile.8 8.1 (Berkeley) 6/9/93
.\" $Id$
.\" $Id: strfile.8,v 1.2 1999/07/12 20:30:26 nik Exp $
.\"
.Dd June 9, 1993
.Dt STRFILE 8
@ -61,7 +61,7 @@ a header structure and a table of file offsets for each group of lines.
This allows random access of the strings.
.Pp
The output file, if not specified on the command line, is named
.Ar source_file Ns Sy .out .
.Ar source_file Ns Sy .dat .
.Pp
The options are as follows:
.Bl -tag -width "-c char"
@ -137,8 +137,8 @@ to dump them out in the table order.
.Xr byteorder 3 ,
.Xr fortune 6
.Sh FILES
.Bl -tag -width strfile.out -compact
.It Pa strfile.out
.Bl -tag -width strfile.dat -compact
.It Pa strfile.dat
default output file.
.El
.Sh HISTORY