From owner-freebsd-doc Thu Nov 26 19:26:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05847 for freebsd-doc-outgoing; Thu, 26 Nov 1998 19:26:32 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: (from jkoshy@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05841; Thu, 26 Nov 1998 19:26:25 -0800 (PST) (envelope-from jkoshy) Date: Thu, 26 Nov 1998 19:26:25 -0800 (PST) From: Joseph Koshy Message-Id: <199811270326.TAA05841@hub.freebsd.org> X-Mailer: exmh version 2.0.2 2/24/98 To: freebsd-doc cc: bde Subject: [gnt]roff and trailing whitespace Mime-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The manual page for 'mdoc.samples' says: Trailing Blank Space Characters Troff can be confused by blank space characters at the end of a line. It is a wise preventive measure to globally remove all blank spaces from character sequences. Should the need arise to force a blank character at the end of a line, it may be forced with an unpaddable space and the `\&' escape character. For example, `string\ \&'. Yet I find that most of our manual pages suffer from this malady. Is it really a serious problem that is worth correcting? Koshy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message