diff options
author | 2005-12-06 12:37:51 +0000 | |
---|---|---|
committer | 2005-12-06 12:37:51 +0000 | |
commit | f2098e0d067da4402646d8dec6576be3d396b4db (patch) | |
tree | 8e8d739ae3285278d393b727eaa27860e5f04b64 | |
parent | knf; spaces vs. tabs; (diff) | |
download | wireguard-openbsd-f2098e0d067da4402646d8dec6576be3d396b4db.tar.xz wireguard-openbsd-f2098e0d067da4402646d8dec6576be3d396b4db.zip |
properly escape space character;
from daniel matic;
-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 |