Module Name:    src
Committed By:   bouyer
Date:           Sat Jan 23 17:43:04 UTC 2010

Modified Files:
        src/games/fortune/strfile [netbsd-5]: strfile.8

Log Message:
Pull up following revision(s) (requested by mbalmer in ticket #1250):
        games/fortune/strfile/strfile.8: revision 1.13
The default output file extension is '.dat', not '.out'.
>From Lars Nooden via OpenBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.12.32.1 src/games/fortune/strfile/strfile.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/fortune/strfile/strfile.8
diff -u src/games/fortune/strfile/strfile.8:1.12 src/games/fortune/strfile/strfile.8:1.12.32.1
--- src/games/fortune/strfile/strfile.8:1.12	Thu Sep  9 22:03:21 2004
+++ src/games/fortune/strfile/strfile.8	Sat Jan 23 17:43:04 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: strfile.8,v 1.12 2004/09/09 22:03:21 wiz Exp $
+.\"	$NetBSD: strfile.8,v 1.12.32.1 2010/01/23 17:43:04 bouyer Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\"     @(#)strfile.8	8.1 (Berkeley) 6/9/93
 .\"
-.Dd June 9, 1993
+.Dd January 17, 2010
 .Dt STRFILE 8
 .Os
 .Sh NAME
@@ -57,7 +57,7 @@
 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"
@@ -130,7 +130,7 @@
 to dump them out in the table order.
 .Sh FILES
 .Bl -tag -width strfile.out -compact
-.It Pa strfile.out
+.It Pa strfile.dat
 default output file.
 .El
 .Sh SEE ALSO

Reply via email to