Solved Man Pages for Ports...

I'm not quite sure if this is a bug or not, and I deeply apologize if it's not, but there is something I've noticed...

None of the programs I have installed through ports (vim, cups, xterm, etc) appear to have man pages installed, although all the base programs do and they work fine. These third party manpages never have been here in the past, and although it's not a great hindrance, I am curious if this is normal, or if I have a messed up manpath or something along those lines. Is it indeed supposed to be like this?
 
Yes, absolutely!

Code:
XTERM_SHELL=/bin/tcsh
TERMCAP=xterm|X11 terminal emulator:@7=\EOF:@8=\EOM:F1=\E[23~:F2=\E[24~:K2=\EOE:Km=\E[M:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:kh=\EOH:kl=\EOD:kr=\EOC:ku=\EOA:am:bs:km:mi:ms:ut:xn:AX:Co#8:co#80:kn#12:li#24:pa#64:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:ei=\E[4l:ho=\E[H:im=\E[4h:is=\E[!p\E[?3;4l\E[4l\E>:kD=\E[3~:ke=\E[?1l\E>:ks=\E[?1h\E=:kB=\E[Z:le=^H:md=\E[1m:me=\E[m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:op=\E[39;49m:rc=\E8:rs=\E[!p\E[?3;4l\E[4l\E>:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?12l\E[?25h:vi=\E[?25l:vs=\E[?12;25h:kb=\010:
LOGNAME=alex
XTERM_LOCALE=en_US.UTF-8
XTERM_VERSION=XTerm(320)
DISPLAY=:0
WINDOWID=12582925
TERM=xterm-256color
VENDOR=amd
PAGER=more
LANG=en_US.UTF-8
OSTYPE=FreeBSD
ISE_EIFFEL=/usr/local/Eiffel_14.05
MACHTYPE=x86_64
XAUTHORITY=/home/alex/.Xauthority
VMAIL_HTML_PART_READER=elinks -dump
MAIL=/var/mail/alex
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/alex/bin:/usr/local/Eiffel_14.05/studio/spec/freebsd-x86-64/bin
EDITOR=vim
HOST=Neptune
EIFFEL_SRC=/usr/home/alex/src/src/eiffelstudio-src
PWD=/home/alex
GROUP=alex
HOME=/home/alex
USER=alex
LC_COLLATE=C
WINDOWPATH=9
HOSTTYPE=FreeBSD
SHELL=/bin/tcsh
ise_platform=FREEBSD-X86-64
MM_CHARSET=UTF-8
ISE_PLATFORM=freebsd-x86-64
MANPATH=/usr/share/man:
BLOCKSIZE=K
SHLVL=2
 
Ah, sorry to have wasted your time on a trivial fix like this! A subtly improper check in the .tcshrc, it was setting a Linux manpage directory. My apologies, everything works as expected now after removing the assignment. Thank you both for your assistance!
 
Last edited by a moderator:
Back
Top