Changeset 755607e3 for general


Ignore:
Timestamp:
04/09/2024 10:16:20 AM (3 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
7745258b
Parents:
8a280fb6
git-author:
Xi Ruoyao <xry111@…> (04/09/2024 10:14:18 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/09/2024 10:16:20 AM)
Message:

Kick MANPATH out of the book

The man program automatically deduce a good default from PATH, thus no
need to set MANPATH as long as the corresponding PATH component is
added.

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ojdk-conf.xml

    r8a280fb6 r755607e3  
    3131# Adjust PATH
    3232pathappend $JAVA_HOME/bin
    33 
    34 # Add to MANPATH
    35 pathappend $JAVA_HOME/man MANPATH
    3633
    3734# Auto Java CLASSPATH: Copy jar files to, or create symlinks in, the
  • general/prog/rust.xml

    r8a280fb6 r755607e3  
    597597pathprepend /opt/rustc/bin           PATH
    598598
    599 # Include /opt/rustc/man in the MANPATH variable to access manual pages
    600 pathappend  /opt/rustc/share/man     MANPATH
    601 
    602599# End /etc/profile.d/rustc.sh</literal>
    603600EOF</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.