summaryrefslogtreecommitdiff
path: root/usr.bin/what
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/what
parent0f9fe76e9ba60a970964ebdbc054abf80e947a7d (diff)
usr.bin/ man page fixes, t-z
Diffstat (limited to 'usr.bin/what')
-rw-r--r--usr.bin/what/what.19
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1
index ca0c620ba9a..0d52ab94faf 100644
--- a/usr.bin/what/what.1
+++ b/usr.bin/what/what.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: what.1,v 1.2 1996/06/26 05:42:51 deraadt Exp $
+.\" $OpenBSD: what.1,v 1.3 1998/10/30 00:24:43 aaron Exp $
.\" $NetBSD: what.1,v 1.3 1994/11/17 06:59:38 jtc Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -42,9 +42,9 @@
.Nd "show what versions of object modules were used to construct a file"
.Sh SYNOPSIS
.Nm what
-.Ar name Ar ...
+.Ar name Op Ar ...
.Sh DESCRIPTION
-.Nm What
+.Nm what
reads each file
.Ar name
and searches for sequences of the form
@@ -52,7 +52,8 @@ and searches for sequences of the form
as inserted by the source code control system. It prints the remainder
of the string following this marker, up to a null character, newline, double
quote, or
-.Dq \&> character.
+.Dq \&>
+character.
.Sh BUGS
As
.Bx