diff options
author | arved <arved@FreeBSD.org> | 2003-05-19 22:27:07 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-05-19 22:27:07 +0800 |
commit | 2e6484a4dc9598e00023fedaf6fd2244e81a91f3 (patch) | |
tree | c2c5df1b16006a83a1eee383b2f6f6bee2f5da1b /editors | |
parent | abbf1f1666f350ba7c0a6a218114249e512d25e7 (diff) | |
download | freebsd-ports-gnome-2e6484a4dc9598e00023fedaf6fd2244e81a91f3.tar.gz freebsd-ports-gnome-2e6484a4dc9598e00023fedaf6fd2244e81a91f3.tar.zst freebsd-ports-gnome-2e6484a4dc9598e00023fedaf6fd2244e81a91f3.zip |
Fix manpage appearance
PR: 52431
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/sam/files/patch-doc-sam.1 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/editors/sam/files/patch-doc-sam.1 b/editors/sam/files/patch-doc-sam.1 new file mode 100644 index 000000000000..9dd46d798028 --- /dev/null +++ b/editors/sam/files/patch-doc-sam.1 @@ -0,0 +1,43 @@ +- Add new patchfile files/patch-doc-sam.1 + (obtained from Debian package) + +--- patch-doc-sam.1 begins here --- +--- doc/sam.1 23 Nov 1997 01:40:01 -0000 ++++ doc/sam.1 8 Feb 2002 16:28:04 -0000 +@@ -1,35 +1,3 @@ +-.de F +-.B +-.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6 +-.. +-.de L +-.B +-.if !"\\$1"" \&\\$1 \\$2 \\$3 \\$4 \\$5 \\$6 +-.. +-.de FR +-.BR "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" +-.. +-.de LR +-.BR "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" +-.. +-.de CW +-.ft B +-.. +-.\" 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 +-.. +-.de EE +-.fi +-.. +-.\" delete above this point if your system has F, L, FR, LR, CW and TF macros + .ds a \fR*\ \fP + .TH SAM 1 + .CT 1 editor +--- patch-doc-sam.1 ends here --- |