From 43457588767caedd16dbf19162de0a6a435dfeda Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 7 Aug 2001 15:48:51 +0000 Subject: mdoc(7) police: Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block. --- libexec/rtld-elf/rtld.1 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libexec/rtld-elf') diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1 index 78ed611..d3aaeea 100644 --- a/libexec/rtld-elf/rtld.1 +++ b/libexec/rtld-elf/rtld.1 @@ -113,10 +113,8 @@ The following conversions can be used: .Bl -tag -width "xxxx" .It \&%a The main program's name -.Po -also known as -.Dq __progname -.Pc . +(also known as +.Dq __progname ) . .It \&%A The value of the environment variable .Ev LD_TRACE_LOADED_OBJECTS_PROGNAME -- cgit v1.1