summaryrefslogtreecommitdiffstats
path: root/fortune/strfile/strfile.8
diff options
context:
space:
mode:
Diffstat (limited to 'fortune/strfile/strfile.8')
-rw-r--r--fortune/strfile/strfile.810
1 files changed, 5 insertions, 5 deletions
diff --git a/fortune/strfile/strfile.8 b/fortune/strfile/strfile.8
index 6d61a00f..86b91eef 100644
--- a/fortune/strfile/strfile.8
+++ b/fortune/strfile/strfile.8
@@ -1,4 +1,4 @@
-.\" $NetBSD: strfile.8,v 1.13 2010/01/17 13:35:00 mbalmer Exp $
+.\" $NetBSD: strfile.8,v 1.14 2012/08/04 22:29:59 jdf Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
.Nm unstr
.Nd "create a random access file for storing strings"
.Sh SYNOPSIS
-.Nm strfile
+.Nm
.Op Fl iorsx
.Op Fl c Ar char
.Ar source_file
@@ -115,7 +115,7 @@ All fields are written in big-endian byte order.
The purpose of
.Nm unstr
is to undo the work of
-.Nm strfile .
+.Nm .
It prints out the strings contained in the file
.Ar source_file
in the order that they are listed in the header file
@@ -124,7 +124,7 @@ to standard output.
It is possible to create sorted versions of input files by using
.Fl o
when
-.Nm strfile
+.Nm
is run and then using
.Nm unstr
to dump them out in the table order.
@@ -138,6 +138,6 @@ default output file.
.Xr fortune 6
.Sh HISTORY
The
-.Nm strfile
+.Nm
utility first appeared in
.Bx 4.4 .