From owner-freebsd-ports Fri Oct 19 14:44: 0 2001 Delivered-To: freebsd-ports@freebsd.org Received: from atg.aciworldwide.com (h139-142-180-4.gtcust.grouptelecom.net [139.142.180.4]) by hub.freebsd.org (Postfix) with ESMTP id ED9EB37B401 for ; Fri, 19 Oct 2001 14:43:55 -0700 (PDT) Received: from atg.aciworldwide.com (atg.aciworldwide.com [139.142.180.33]) by atg.aciworldwide.com (8.12.0/8.12.0) with ESMTP id f9JLht0H036819 for ; Fri, 19 Oct 2001 15:43:55 -0600 (MDT) Message-Id: <200110192143.f9JLht0H036819@atg.aciworldwide.com> To: ports@freebsd.org Subject: editors/sam manpage bug [+FIX] X-URL: http://www.aciworldwide.com/ X-Notes-Item: Just say NO to Notes! Organization: ACI Worldwide - Advanced Technology Group MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0" Content-ID: <36816.1003527784.0@atg.aciworldwide.com> Date: Fri, 19 Oct 2001 15:43:55 -0600 From: Lyndon Nerenberg Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <36816.1003527784.1@atg.aciworldwide.com> The .TF macro in the sam manpage doesn't work correctly, causing the text in indented paragraphs to be jammed up against the right side of the screen. The use of .TF is just window dressing, and the manpage displays properly without it. The attached patch fixes the problem, and can be dropped into files/patch-ah. --lyndon ------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <36816.1003527784.2@atg.aciworldwide.com> --- doc/sam.1 2001/10/19 21:27:54 1.1 +++ doc/sam.1 2001/10/19 21:31:56 @@ -17,11 +17,6 @@ .. .\" This is gross but it avoids relying on internal implementation details .\" of the -man macros. -.de TF -.br -.IP "" \w'\fB\\$1\ \ \fP'u -.PD0 -.. .de EX .CW .nf @@ -71,7 +66,6 @@ the editor's file until it first becomes the current file\(emthat to which editing commands apply\(emwhereupon its menu entry is printed. The options are -.TF "\-r machine " .TP .B \-d Do not download the terminal part of @@ -105,7 +99,6 @@ to represent newlines. A regular expression may never contain a literal newline character. The elements of regular expressions are: -.TF "[^abc] " .TP .B . Match any character except newline. @@ -145,7 +138,6 @@ and .I r2 are regular expressions. -.TF "r1|r2 " .TP .BI ( r1 ) Match what @@ -210,7 +202,6 @@ All files always have a current substring, called dot, that is the default address. .SS Simple Addresses -.TF ?regexp? .TP .BI # n The empty string after character @@ -272,7 +263,6 @@ and .I a2 are addresses. -.TF "a1+a2 " .TP .IB a1 + a2 The address @@ -526,7 +516,6 @@ Print a menu of files. The format is: .RS -.TF "XorXblankXX" .TP .BR ' " or blank" indicating the file is modified or clean, @@ -791,7 +780,6 @@ provides the following operators, each of which uses one or more cursors to prompt for selection of a window or sweeping of a rectangle. -.TF "reshape " .TP .B new Create a new, empty file: @@ -873,7 +861,6 @@ quoted strings or bracketed strings, depending on the text at the click. .PP Button 2 provides a menu of editing commands: -.TF "/regexp" .TP .B cut Delete dot and save the deleted text in the snarf buffer. ------- =_aaaaaaaaaa0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message