diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:50:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:50:08 +0000 |
commit | b4d8413b855174aa89ce9d70afd54652e6ef53eb (patch) | |
tree | c32c591be2b88f6129b75e233b297deb57924bb7 /usr.bin/vgrind/vgrindefs.5 | |
parent | a6ddb286956dab32b638d65c6d6c10a6ffcbcee9 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'usr.bin/vgrind/vgrindefs.5')
-rw-r--r-- | usr.bin/vgrind/vgrindefs.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5 index 08517b109af..2e658148fe6 100644 --- a/usr.bin/vgrind/vgrindefs.5 +++ b/usr.bin/vgrind/vgrindefs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vgrindefs.5,v 1.11 2003/06/03 02:56:21 millert Exp $ +.\" $OpenBSD: vgrindefs.5,v 1.12 2003/09/02 18:50:07 jmc Exp $ .\" $NetBSD: vgrindefs.5,v 1.3 1994/11/17 08:28:07 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -134,7 +134,7 @@ that matches this symbol is used as the procedure name. Grouping. .It \&| Alternation. -.It ? +.It \&? Last item is optional. .It \ee Preceding any string means that the string will not match an |