Fixed .Er -width conversion.
-.\" $Id: mdoc.7,v 1.30 2009/06/17 14:08:47 kristaps Exp $
+.\" $Id: mdoc.7,v 1.31 2009/06/22 12:22:35 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 17 2009 $
+.Dd $Mdocdate: June 22 2009 $
.Dt MDOC 7
.Os
.\" SECTION
.Dt MDOC 7
.Os
.\" SECTION
There's no way to refer to references in
.Sq \&.Rs/.Re
blocks.
There's no way to refer to references in
.Sq \&.Rs/.Re
blocks.
+.\" LIST-ITEM
+.It
+The \-split and \-nosplit arguments to
+.Sq \&.An
+are inane.
-/* $Id: mdoc_strings.c,v 1.7 2009/06/17 10:53:32 kristaps Exp $ */
+/* $Id: mdoc_strings.c,v 1.8 2009/06/22 12:22:35 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
+/* FIXME: move this into an editable .in file. */
size_t
mdoc_macro2len(int macro)
{
size_t
mdoc_macro2len(int macro)
{
case(MDOC_Em):
return(10);
case(MDOC_Er):
case(MDOC_Em):
return(10);
case(MDOC_Er):
case(MDOC_Ev):
return(15);
case(MDOC_Fa):
case(MDOC_Ev):
return(15);
case(MDOC_Fa):