summaryrefslogtreecommitdiffstats
path: root/usr.bin/learn/src
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/learn/src
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/learn/src')
-rw-r--r--usr.bin/learn/src/learn.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/learn/src/learn.1 b/usr.bin/learn/src/learn.1
index f276480e09a..0927ab30768 100644
--- a/usr.bin/learn/src/learn.1
+++ b/usr.bin/learn/src/learn.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: learn.1,v 1.2 1998/09/30 16:31:22 ian Exp $
+.\" $OpenBSD: learn.1,v 1.3 1999/05/12 13:26:51 aaron Exp $
.\"
.\" Copyright (c) 1998 Ian Darwin
.\"
@@ -60,7 +60,7 @@ user under the lesson file directory; this version creates
a directory under /tmp for each user.
.Sh HISTORY
The program originated in Seventh Edition UNIX.
-A lightly-revised version of the program was released by
+A lightly revised version of the program was released by
Lucent/Bell Laboratories in 1997, and
modernized for OpenBSD 2.4 by Ian Darwin, who also wrote this man page,
and Paul Janzen.