diff options
author | 2006-04-09 16:00:43 +0000 | |
---|---|---|
committer | 2006-04-09 16:00:43 +0000 | |
commit | 4d4c7da97f8dc670a4187759812767458315d96e (patch) | |
tree | 4df22fc867d3d853da593feb81caffdfb7abfca4 | |
parent | On macppc and sparc64, if allowaperture=0 only allow mmap()-ing of (diff) | |
download | wireguard-openbsd-4d4c7da97f8dc670a4187759812767458315d96e.tar.xz wireguard-openbsd-4d4c7da97f8dc670a4187759812767458315d96e.zip |
macro fix; from moritz grimm
-rw-r--r-- | lib/libkeynote/keynote.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote.5 b/lib/libkeynote/keynote.5 index 277bc192784..e0e0eb9afbf 100644 --- a/lib/libkeynote/keynote.5 +++ b/lib/libkeynote/keynote.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keynote.5,v 1.13 2003/07/08 11:02:23 jmc Exp $ +.\" $OpenBSD: keynote.5,v 1.14 2006/04/09 16:00:43 jmc Exp $ .\" .\" The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) .\" @@ -192,7 +192,7 @@ String expressions may be parenthesized. The .Qq $ operator has higher precedence than the -.Qq . +.Qq .\& operator. .Sh DEREFERENCED ATTRIBUTES Action attributes provide the primary mechanism for applications to |