diff options
Diffstat (limited to 'games/fortune/strfile/strfile.8')
-rw-r--r-- | games/fortune/strfile/strfile.8 | 8 |
1 files changed, 4 insertions, 4 deletions
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 |