diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-04 21:49:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-04 21:49:39 +0000 |
commit | 14deda6326abdec269681291139d0ae022db56f9 (patch) | |
tree | e54066223fec52451a6c76fe663d1ea51c445ff7 /regress/mdoc/In | |
parent | 8c29167218188f6baf91ea99e4a5cd3e70080638 (diff) | |
download | mandoc-14deda6326abdec269681291139d0ae022db56f9.tar.gz |
Documented `In' in full.
Fixed `In' to behave properly: it wasn't properly breaking lines,
formatting, or really anything else. Noted COMPATIBILITY with
OpenBSD's groff, which pukes all over `In'.
Diffstat (limited to 'regress/mdoc/In')
-rw-r--r-- | regress/mdoc/In/in.in | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/regress/mdoc/In/in.in b/regress/mdoc/In/in.in new file mode 100644 index 00000000..28831768 --- /dev/null +++ b/regress/mdoc/In/in.in @@ -0,0 +1,24 @@ +.\" THIS WILL PUKE HORRIBLY ON OLD GROFF, WHICH HAS COMPLETELY +.\" DIFFERENT ("BAD") BEHAVIOUR. +.Dd $Mdocdate$ +.Dt FOO 1 +.Os +.Sh NAME +.Nm foo +.Nd bar +.Sh SYNOPSIS +1 +.In 2 3 +6 +.In 2 3 +.Qq In 2 +.Fd a +6 +.In 4 +5 +.Sh DESCRIPTION +1 +.In 2 3 +6 +.In 4 +5 |