NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Is there a navbar for the html manpages?



Here's a patch for the etc/shrc file.

   diff -u /usr/src/etc/shrc /var/tmp/shrc
   --- /usr/src/etc/shrc     2010-12-27 14:38:52.000000000 +1100
   +++ /var/tmp/shrc         2024-08-03 20:59:34.936761951 +1000
   @@ -8,6 +8,7 @@
      if /bin/test -z "${HOST}"; then
         HOST="$(hostname)"
         fi
   +     xman(){ env LC_ALL=C xman; }
         PS1="${HOST%%.*}$PS1"
         set -o emacs
         # This file is used by shells that might not support
   
   Diff finished.  Sat Aug  3 21:00:27 2024


RVP <rvp%SDF.ORG@localhost> writes:

>
> I think Michael meant to say use the "C" locale :). Then, mandoc will produce
> ASCII output:
>
> env LC_ALL=C xman ...
>

-- 
vl


Home | Main Index | Thread Index | Old Index