diff options
author | 2010-01-17 13:15:34 +0000 | |
---|---|---|
committer | 2010-01-17 13:15:34 +0000 | |
commit | d96ff9e337ac0716433b0cddd7b70f5855c9ae53 (patch) | |
tree | 854b7e8eb4e3a4d1923e87cd7e664f56b4817855 | |
parent | even better messages (diff) | |
download | wireguard-openbsd-d96ff9e337ac0716433b0cddd7b70f5855c9ae53.tar.xz wireguard-openbsd-d96ff9e337ac0716433b0cddd7b70f5855c9ae53.zip |
default output file ends in ".dat", not ".out";
reported by Lars Nooden <lars dot curator at gmail dot com>
while here,
- change .Pa .dat to .Sy .dat in one place for uniformity
and to avoid ambiguity
- fix the files section, too
committing right away because this is not installed by default,
and unstr(8) is not even built by default...
-rw-r--r-- | games/fortune/strfile/strfile.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index a95fcf7dd55..b84c9101242 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strfile.8,v 1.13 2007/05/31 19:19:17 jmc Exp $ +.\" $OpenBSD: strfile.8,v 1.14 2010/01/17 13:15:34 schwarze Exp $ .\" $NetBSD: strfile.8,v 1.3 1995/03/23 08:28:45 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)strfile.8 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 17 2010 $ .Dt STRFILE 8 .Os .Sh NAME @@ -59,7 +59,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" @@ -125,7 +125,7 @@ It prints out the strings contained in the file .Ar source_file in the order that they are listed in the header file -.Ar source_file Ns Pa .dat +.Ar source_file Ns Sy .dat to standard output. It is possible to create sorted versions of input files by using .Fl o @@ -135,8 +135,8 @@ is run and then using .Nm unstr to dump them out in the table order. .Sh FILES -.Bl -tag -width strfile.out -compact -.It Pa strfile.out +.Bl -tag -width source_file.dat -compact +.It Ar source_file Ns Sy .dat default output file. .El .Sh SEE ALSO |