diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-11 07:53:12 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-11-11 07:53:12 +0000 |
commit | 90b7f0b053bb5faf481cc1b2bc37bb454cea0b58 (patch) | |
tree | eb7fe77caa812e507e5148efc8041c71e909623f /misc/tkman/files | |
parent | /usr/tmp -> /var/tmp (diff) |
Upgrade from 1.8b5 to 1.8
Diffstat (limited to 'misc/tkman/files')
-rw-r--r-- | misc/tkman/files/patch-aa | 17 | ||||
-rw-r--r-- | misc/tkman/files/patch-ab | 11 |
2 files changed, 13 insertions, 15 deletions
diff --git a/misc/tkman/files/patch-aa b/misc/tkman/files/patch-aa index f0d9b12b6350..2b83542a57a8 100644 --- a/misc/tkman/files/patch-aa +++ b/misc/tkman/files/patch-aa @@ -5,10 +5,10 @@ ### you need to localize the paths on these lines -WISH = /usr/sww/tcl-7.5/bin/wish --WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.1 +-#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.2 -#WISH = /usr/local/bin/wish +#WISH = /usr/sww/tcl-7.5/bin/wish -+#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.1 ++#WISH = /home/orodruin/h/bair/phelps/bin/sun4/wish4.2 +WISH = ${PREFIX}/bin/wish4.1 @@ -45,19 +45,6 @@ # Ultrix users should uncomment the following line #manformat = {tbl | nroff -man } # for BSDI -@@ -129,10 +129,10 @@ - - - # pick a printing pipeline for which your platform has all the constituants --manprint = {tbl | eqn | troff -man -t | lpr -t} -+#manprint = {tbl | eqn | troff -man -t | lpr -t} - # alternatives - #manprint = {tbl | eqn | psroff -man} --#manprint = {groff -man -Tps -te -l} -+manprint = {groff -mandoc -Tps -te -l} - #manprint = {groff -man -Tascii -te -l} - # printing string for preformatted pages without [tn]roff source - catprint = lpr @@ -159,12 +159,12 @@ # (Even if your pages aren't compressed, this speeds up searching dramatically, # which is why it's the default.) diff --git a/misc/tkman/files/patch-ab b/misc/tkman/files/patch-ab new file mode 100644 index 000000000000..6559dd684baf --- /dev/null +++ b/misc/tkman/files/patch-ab @@ -0,0 +1,11 @@ +--- tkman.tcl.orig Fri Nov 8 00:12:03 1996 ++++ tkman.tcl Sun Nov 10 20:57:01 1996 +@@ -5340,7 +5340,7 @@ + + # versions of supporting binaries, if those binaries happen to be used + set manx(bin-versregexp) {([0-9]+\.[0-9]+)([^ ,;]+)?} ;#(\.[0-9]+)? +-set manx(bin-versioned) {{rman "-v" 2.4} {glimpse "-V" 2.1} {glimpseindex "-V" 2.1}} ++set manx(bin-versioned) {{rman "-v" 2.4} {glimpse "-V" 2.1}} + set manx(modes) {man help section txt apropos super info} + # bug} + set manx(mode-desc) {"manual pages seen" "references to help page" "volume listings invoked" "text files seen" "apropos listings" "Glimpse full-text searches" "ganders at this page"} |