From 1b628022ee80b4e5cff6b3353206057d1d033575 Mon Sep 17 00:00:00 2001 From: deraadt Date: Fri, 25 Jul 2008 05:09:55 +0000 Subject: [PATCH] repair .Pq use; Alan R. S. Bueno --- usr.bin/awk/awk.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/awk/awk.1 b/usr.bin/awk/awk.1 index 860070c909e..e5fa15b909a 100644 --- a/usr.bin/awk/awk.1 +++ b/usr.bin/awk/awk.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: awk.1,v 1.30 2008/06/04 17:14:07 jmc Exp $ +.\" $OpenBSD: awk.1,v 1.31 2008/07/25 05:09:55 deraadt Exp $ .\" EX/EE is a Bd .\" .\" Copyright (C) Lucent Technologies 1997 @@ -23,7 +23,7 @@ .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF .\" THIS SOFTWARE. .\" -.Dd $Mdocdate: June 4 2008 $ +.Dd $Mdocdate: July 25 2008 $ .Dt AWK 1 .Os .Sh NAME @@ -284,7 +284,7 @@ Multiple subscripts such as are permitted; the constituents are concatenated, separated by the value of .Va SUBSEP -.Pq see the section on variables below ) . +.Pq see the section on variables below . .Pp The .Ic print -- 2.20.1