diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-30 11:48:56 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-30 11:48:56 +0000 |
commit | 537e04f03f4a21ebfce311c43b3155db9a469e63 (patch) | |
tree | 5e4bd7bf16c493145d9a9d5897199bf4ca5973f0 /misc/tkman/files/patch-ab | |
parent | Upgrade to 3.0.6. (diff) |
Upgrade to 2.1b1.
Diffstat (limited to 'misc/tkman/files/patch-ab')
-rw-r--r-- | misc/tkman/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/tkman/files/patch-ab b/misc/tkman/files/patch-ab new file mode 100644 index 000000000000..b699e77afbca --- /dev/null +++ b/misc/tkman/files/patch-ab @@ -0,0 +1,14 @@ +--- tkmandesc.tcl.orig Mon Jul 13 11:44:31 1998 ++++ tkmandesc.tcl Thu Jul 30 13:43:44 1998 +@@ -221,8 +221,9 @@ + set mani(manTitleList) $man(manTitleList) + + if {![info exists env(MANPATH)] || [string trim $env(MANPATH)]==""} { +- puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)" +- exit 1 ++# puts stderr "You must set a MANPATH environment variable,\nwhich is a colon-separated list of directories in which\nto find man pages, for example /usr/man:/usr/share/man.\n(See the help page for an explanation of why\nalternatives to the MANPATH are a bad thing.)" ++# exit 1 ++ set env(MANPATH) [join $manx(mastermen) ":"] + } + set manx(MANPATH0) $env(MANPATH) + |