aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Lb/body.in
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-26 09:35:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-26 09:35:35 +0000
commitf8ede7a108bd19b4ecd301b946e6b634d7e98d5b (patch)
tree6956a5e5fe0bd940ab5bc42060544f694485342d /regress/mdoc/Lb/body.in
parent37f8917aeef19cb63f549c0618b20c10b72b103b (diff)
downloadmandoc-f8ede7a108bd19b4ecd301b946e6b634d7e98d5b.tar.gz
mandoc-f8ede7a108bd19b4ecd301b946e6b634d7e98d5b.tar.zst
mandoc-f8ede7a108bd19b4ecd301b946e6b634d7e98d5b.zip
Fixed `Lb' to be in_line (reported by Ulrich Spoerlein).
Added `Lb' documentation to mdoc.7. Removed harmless but superfluous pre_lb check (was just NULL entries). Added regressions for `Lb' (NOTE that these will only run on new groff, as old groff doesn't support `Lb' at all).
Diffstat (limited to 'regress/mdoc/Lb/body.in')
-rw-r--r--regress/mdoc/Lb/body.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/regress/mdoc/Lb/body.in b/regress/mdoc/Lb/body.in
new file mode 100644
index 00000000..ad7bddb3
--- /dev/null
+++ b/regress/mdoc/Lb/body.in
@@ -0,0 +1,17 @@
+.\"
+.\" WARNING: THIS TEST WILL NOT WORK ON OLD GROFF.
+.\" (IT DOES NOT SUPPORT THE `Lb' MACRO.)
+.\"
+.Dd $Mdocdate: May 26 2010 $
+.Dt FOO 1
+.Os
+.Sh NAME
+.Nm foo
+.Nd bar
+.Sh DESCRIPTION
+has been optimized for use by applications expecting system scope thread
+semantics, and can provide significant performance improvements
+compared to
+.Lb libkse .
+.Sh SEE ALSO
+.Xr pthread 3