diff options
author | 2010-09-19 22:22:13 +0000 | |
---|---|---|
committer | 2010-09-19 22:22:13 +0000 | |
commit | 05299c440d9b87760628bf024fcb1f9b55368f41 (patch) | |
tree | 63bcc83017971fe50fe8a97c5f3a5ad3aa10bd28 /lib/libcompat/regexp | |
parent | more wacky macro fixing; (diff) | |
download | wireguard-openbsd-05299c440d9b87760628bf024fcb1f9b55368f41.tar.xz wireguard-openbsd-05299c440d9b87760628bf024fcb1f9b55368f41.zip |
more wacky macro fixing;
Diffstat (limited to 'lib/libcompat/regexp')
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index 4f8a9ace87d..d1e2e99e71d 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regexp.3,v 1.10 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: regexp.3,v 1.11 2010/09/19 22:22:13 jmc Exp $ .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" @(#)regexp.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: September 19 2010 $ .Dt REGEXP 3 .Os .Sh NAME @@ -137,9 +137,9 @@ Each instance of `&' in .Fa source is replaced by the substring indicated by -.Em startp Ns Bq +.Em startp Ns \(sq and -.Em endp Ns Bq . +.Em endp Ns \(sq . Each instance of .Sq \e Ns Em n , where |