aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-04 21:49:39 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-04 21:49:39 +0000
commit67a51824265c8e0d0f41e8cacb1714e5671c7053 (patch)
treea42511e4878a1a70863b6e7ac3faa1e566a072a7 /regress
parent12bd5ba1acfc34cc1274b3b3d2c1a9e28978bb6e (diff)
downloadmandoc-67a51824265c8e0d0f41e8cacb1714e5671c7053.tar.gz
mandoc-67a51824265c8e0d0f41e8cacb1714e5671c7053.tar.zst
mandoc-67a51824265c8e0d0f41e8cacb1714e5671c7053.zip
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')
-rw-r--r--regress/mdoc/In/in.in24
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..ed89f0b4
--- /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: June 4 2010 $
+.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