diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-25 05:09:56 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-07-25 05:09:56 +0000 |
commit | f229ab187da85b538da5d57407e4e17dfc3db394 (patch) | |
tree | f45870159c38ea4bbb6e1646ccb5b302e4a847df | |
parent | 3666942f55e4f169bf6e0e26abc477f00f12f3d0 (diff) |
repair .Pq use; Alan R. S. Bueno
-rw-r--r-- | usr.bin/awk/awk.1 | 6 |
1 files 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 |