summaryrefslogtreecommitdiffstats
path: root/usr.bin/which
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-05-12 13:26:46 +0000
committeraaron <aaron@openbsd.org>1999-05-12 13:26:46 +0000
commit892a7bb812461bcc87e204fc070f0c32b02f9e67 (patch)
treea34d7acad0c105c0435069758dbb89390647eef6 /usr.bin/which
parentefault -> default; steve@tightrope.demon.co.uk (diff)
downloadwireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.tar.xz
wireguard-openbsd-892a7bb812461bcc87e204fc070f0c32b02f9e67.zip
grammar police: do not hyphenate compound words that act as adjectives if the
first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
Diffstat (limited to 'usr.bin/which')
-rw-r--r--usr.bin/which/which.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1
index 92adccd854f..7cc52af8977 100644
--- a/usr.bin/which/which.1
+++ b/usr.bin/which/which.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: which.1,v 1.8 1998/10/30 00:24:43 aaron Exp $
+.\" $OpenBSD: which.1,v 1.9 1999/05/12 13:26:52 aaron Exp $
.\" Copyright (c) 1980, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -79,7 +79,7 @@ uses the environment variable
as a colon-separated list of directories in which to find executables.
If
.Ev PATH
-is not set, and the given name is not a fully-qualified
+is not set, and the given name is not a fully qualified
or relative pathname,
.Nm
will fail.