CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/01/12 22:20:10
Modified files: usr.bin/mandoc : mdoc_man.c mdoc_term.c Log message: 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 <w...@gnu.org>.