diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:53:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-07-15 10:53:03 +0000 |
commit | 0958ad88af71f26dce53d496b74403e340853e4b (patch) | |
tree | 70e65e10ef90aa6882559f4d5eb14c695517305b | |
parent | 9fcabf3962dcf46901af02864c2c294a63e3470f (diff) |
.Ql Fl -> .Sq Fl where literal doesn't make sense;
-rw-r--r-- | usr.bin/colcrt/colcrt.1 | 4 | ||||
-rw-r--r-- | usr.bin/ftp/ftp.1 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/colcrt/colcrt.1 b/usr.bin/colcrt/colcrt.1 index e6d9cd1aaf5..4751c32c42d 100644 --- a/usr.bin/colcrt/colcrt.1 +++ b/usr.bin/colcrt/colcrt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: colcrt.1,v 1.9 2003/06/03 02:56:07 millert Exp $ +.\" $OpenBSD: colcrt.1,v 1.10 2003/07/15 10:53:01 jmc Exp $ .\" $NetBSD: colcrt.1,v 1.3 1995/03/26 05:30:59 glass Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -88,7 +88,7 @@ command appeared in .Bx 3.0 . .Sh BUGS Should fold underlines onto blanks even with the -.Ql Fl +.Sq Fl option so that a true underline character would show. .Pp diff --git a/usr.bin/ftp/ftp.1 b/usr.bin/ftp/ftp.1 index c7e0af4722e..8674fbde9ef 100644 --- a/usr.bin/ftp/ftp.1 +++ b/usr.bin/ftp/ftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp.1,v 1.39 2003/06/03 02:56:08 millert Exp $ +.\" $OpenBSD: ftp.1,v 1.40 2003/07/15 10:53:02 jmc Exp $ .\" $NetBSD: ftp.1,v 1.22 1997/08/18 10:20:22 lukem Exp $ .\" .\" Copyright (c) 1985, 1989, 1990, 1993 @@ -643,7 +643,7 @@ The sequence .Ql $0 is replaced by the original filename. Additionally, the sequence -.Ql Op Ar seq1 , Ar seq2 +.Sq Op Ar seq1 , Ar seq2 is replaced by .Op Ar seq1 if |