diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-01-13 05:23:18 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-01-13 05:23:18 +0000 |
commit | f46c36d9584352b2dfc4f14ac9328c9420d84a88 (patch) | |
tree | 7747179c2a6074896f4308d6f5e95ae63f15f8cc /regress/mdoc | |
parent | c19bc1871a4ec09b10be3d754810146cca4e731e (diff) | |
download | mandoc-f46c36d9584352b2dfc4f14ac9328c9420d84a88.tar.gz |
Remove the implicit display feature of .Lk because it was inconsistent
across output devices, counter-intuitive, and resulted in ugly
output for many real-world manual pages. Always format even long
links in-line. I already committed a similar change to groff.
OK jmc@, bentley@, and the original author
of the feature, Werner Lemberg <wl@gnu.org>.
Diffstat (limited to 'regress/mdoc')
-rw-r--r-- | regress/mdoc/Lk/noarg.out_ascii | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/mdoc/Lk/noarg.out_ascii b/regress/mdoc/Lk/noarg.out_ascii index dd5ee4de..5172f5fd 100644 --- a/regress/mdoc/Lk/noarg.out_ascii +++ b/regress/mdoc/Lk/noarg.out_ascii @@ -5,9 +5,8 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN multiple arguments _t_h_e _b_s_d_._l_v _p_r_o_j_e_c_t: hhttttpp::////wwwwww..bbssdd..llvv//, _G_N_U _t_r_o_f_f: - hhttttpp::////wwwwww..ggnnuu..oorrgg//ssooffttwwaarree//ggrrooffff//, - two arguments _m_a_n_d_o_c_,: hhttttpp::////mmddooccmmll..bbssdd..llvv// one argument - hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg//,, no argument + hhttttpp::////wwwwww..ggnnuu..oorrgg//ssooffttwwaarree//ggrrooffff//, two arguments _m_a_n_d_o_c_,: + hhttttpp::////mmddooccmmll..bbssdd..llvv// one argument hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg//,, no argument end of test document |