summaryrefslogtreecommitdiff
path: root/usr.bin/xstr/xstr.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1998-10-30 00:24:46 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1998-10-30 00:24:46 +0000
commit33736ffdf1f2ac217360b569f5f830d55f4cfde4 (patch)
tree73d2123b9938a843493510c640d1ad2be8081211 /usr.bin/xstr/xstr.1
parent0f9fe76e9ba60a970964ebdbc054abf80e947a7d (diff)
usr.bin/ man page fixes, t-z
Diffstat (limited to 'usr.bin/xstr/xstr.1')
-rw-r--r--usr.bin/xstr/xstr.118
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/xstr/xstr.1 b/usr.bin/xstr/xstr.1
index dbcde7ba975..81ac5a4ab64 100644
--- a/usr.bin/xstr/xstr.1
+++ b/usr.bin/xstr/xstr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: xstr.1,v 1.2 1996/06/26 05:44:34 deraadt Exp $
+.\" $OpenBSD: xstr.1,v 1.3 1998/10/30 00:24:45 aaron Exp $
.\" $NetBSD: xstr.1,v 1.4 1994/11/26 09:25:22 jtc Exp $
.\"
.\" Copyright (c) 1980, 1993
@@ -47,7 +47,7 @@
.Op Fl
.Op Ar file
.Sh DESCRIPTION
-.Nm Xstr
+.Nm xstr
maintains a file
.Pa strings
into which strings in component parts of a large program are hashed.
@@ -58,10 +58,10 @@ are also read-only.
Available options:
.Bl -tag -width Ds
.It Fl
-.Nm Xstr
+.Nm xstr
reads from the standard input.
.It Fl c
-.Nm Xstr
+.Nm xstr
will extract the strings from the C source
.Ar file
or the standard input
@@ -101,7 +101,7 @@ of the program.
If possible, the array can be made read-only (shared) saving
space and swap overhead.
.Pp
-.Nm Xstr
+.Nm xstr
can also be used on a single file.
A command
.Bd -literal -offset indent
@@ -131,7 +131,7 @@ cc \-c x.c
mv x.o name.o
.Ed
.Pp
-.Nm Xstr
+.Nm xstr
does not touch the file
.Pa strings
unless new items are added, thus
@@ -142,13 +142,13 @@ unless truly necessary.
.Sh FILES
.Bl -tag -width /tmp/xsxx* -compact
.It Pa strings
-Data base of strings
+data base of strings
.It Pa x.c
-Massaged C source
+massaged C source
.It Pa xs.c
C source for definition of array `xstr'
.It Pa /tmp/xs*
-Temp file when `xstr name' doesn't touch
+temporary file when `xstr name' doesn't touch
.Pa strings
.El
.Sh SEE ALSO