diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-09 16:00:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-04-09 16:00:44 +0000 |
commit | c2ec467f720078e7f1ce12998ecdc5aac661f2b6 (patch) | |
tree | 845a10bea2a6c4e0d68a578bb15e9487ddaa9dae | |
parent | 5150aed235afc0963f0fa2403bb83ecf65c1de56 (diff) |
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 |