Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Oct 2001 15:43:55 -0600
From:      Lyndon Nerenberg <lyndon@atg.aciworldwide.com>
To:        ports@freebsd.org
Subject:   editors/sam manpage bug [+FIX]
Message-ID:  <200110192143.f9JLht0H036819@atg.aciworldwide.com>

next in thread | raw e-mail | index | archive | help
------- =_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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110192143.f9JLht0H036819>