diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-06 22:45:33 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-06 22:45:33 +0000 |
commit | 18069c8ec6020fbc985e15dac8adda1268485397 (patch) | |
tree | 49207bf02119791caeae3977a8f6737930b34e16 /share | |
parent | 7c5a95c9fb1e8b1e3dbe1fafb015ae91fffef87c (diff) |
update .Vt description and BUGS;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index 4996a510132..b3328625de3 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.52 2004/02/20 10:34:41 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.53 2004/06/06 22:45:32 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -1572,13 +1572,20 @@ In the section, it causes a line break .Pq useful for old-style variable declarations . .Pp -.Dl Usage: .Vt Ao type Ac ... +.Dl Usage: .Vt Ao type Ac ... \*(Pu .Bl -tag -width ".Vt extern char *optarg;" -compact -offset 14n .It Li \&.Vt extern char *optarg; .Vt extern char *optarg; .It Li \&.Vt FILE * .Vt FILE * .El +.Pp +It is an error to call +.Ql \&.Vt +without any arguments. +The +.Ql \&.Vt +macro is parsed and is callable. .Ss Variables Generic variable reference: .Pp @@ -3369,9 +3376,6 @@ The list and display macros do not do any keeps and certainly should be able to. .Pp Section 3f has not been added to the header routines. -.Pp -.Sq .Vt -does not respect punctuation. .\" Note what happens if the parameter list overlaps a newline .\" boundary. .\" to make sure a line boundary is crossed: |