From e80864c1e11f3d7388bce953552405e2e68d6648 Mon Sep 17 00:00:00 2001 From: mpp Date: Fri, 6 Aug 1999 15:40:58 +0000 Subject: 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 --- games/fortune/strfile/strfile.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/fortune/strfile') diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 6aa9ab6..b6d2d91 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -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 -- cgit v1.1