summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.bin/awk/awk.15
-rw-r--r--usr.bin/lex/flex.19
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1
index ee4d8c176b5..3833e25470c 100644
--- a/usr.bin/awk/awk.1
+++ b/usr.bin/awk/awk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: awk.1,v 1.20 2003/12/19 12:48:02 jmc Exp $
+.\" $OpenBSD: awk.1,v 1.21 2004/04/19 18:29:17 jmc Exp $
.\" EX/EE is a Bd
.\"
.\" Copyright (C) Lucent Technologies 1997
@@ -723,6 +723,9 @@ Print an error message to standard error:
.Xr printf 1 ,
.Xr sed 1 ,
.Xr printf 3
+.Pp
+"Awk \(em A Pattern Scanning and Processing Language",
+.Pa /usr/share/doc/usd/16.awk/ .
.Rs
.%A A. V. Aho
.%A B. W. Kernighan
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index 878762359b2..716015ea346 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.18 2004/02/03 21:20:17 espie Exp $
+.\" $OpenBSD: flex.1,v 1.19 2004/04/19 18:29:17 jmc Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -4232,6 +4232,8 @@ More start conditions than exist were listed in a <> construct
.Xr sed 1 ,
.Xr yacc 1
.Pp
+"Lex \- A Lexical Analyzer Generator",
+.Pa /usr/share/doc/psd/16.lex/ .
.Rs
.%A John Levine
.%A Tony Mason
@@ -4241,11 +4243,6 @@ More start conditions than exist were listed in a <> construct
.%N 2nd edition
.Re
.Rs
-.%A M. E. Lesk
-.%A E. Schmidt
-.%B LEX \- Lexical Analyzer Generator
-.Re
-.Rs
.%A Alfred Aho
.%A Ravi Sethi
.%A Jeffrey Ullman