diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-06 12:37:52 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-06 12:37:52 +0000 |
commit | c850704c5e659db374e325aeabd7d85911db6989 (patch) | |
tree | ea273032126782270145f9b23f92e11381eb3ffe /usr.bin | |
parent | bf3512dd786f8e3f1179981d88efde7b9acf120a (diff) |
properly escape space character;
from daniel matic;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/asa/asa.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index 02883cb6e65..545ebfa8802 100644 --- a/usr.bin/asa/asa.1 +++ b/usr.bin/asa/asa.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asa.1,v 1.11 2003/06/10 09:12:09 jmc Exp $ +.\" $OpenBSD: asa.1,v 1.12 2005/12/06 12:37:51 jmc Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -73,7 +73,7 @@ before printing the rest of the line. .Pp Lines beginning with characters other than the above are treated as if they begin with a space -.Pq Sq \ . +.Pq Sq \ \& . .Pp The .Nm |