diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-03 13:23:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-03 13:23:24 +0000 |
commit | 458487616b5c79793644915c2ddf0ab29f7d0710 (patch) | |
tree | 8056ebcf16999d4a15f15a6c7a2231f964859217 /usr.bin | |
parent | 68c059afab8c2823ca1a1ad614000c6d2da89113 (diff) |
need to escape lines starting w/ `...';
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ftp/ftp.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index 8d7befc52f0..784d7f02432 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.43 2005/01/02 18:10:26 jmc Exp $ +.\" $OpenBSD: ftp.1,v 1.44 2005/01/03 13:23:23 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -622,7 +622,7 @@ Variable templating is accomplished by including the sequences .Ql $1 , .Ql $2 , -..., +\&..., .Ql $9 in .Ar inpattern . |