zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@thelonious.new.ox.ac.uk>
To: zsh-workers@sunsite.auc.dk
Subject: Re: _man only uses $manpath
Date: Fri, 17 Sep 1999 12:22:25 +0100	[thread overview]
Message-ID: <19990917122225.B27658@thelonious.new.ox.ac.uk> (raw)
In-Reply-To: <199909170945.LAA02310@beta.informatik.hu-berlin.de>

Sven Wischnowsky (wischnow@informatik.hu-berlin.de) wrote:
> Oliver Kiddle wrote:
> > What are you trying to achieve with man -w - find a default manpath to
> > use if $manpath is unset? As far as I can tell man -w only gives you the
> > location of a specific man page which isn't entirely useful for finding
> > a default manpath as the default can (and often will) contain more than
> > one directory.

No, the GNU man displays all the man paths it will use if invoked as
`man -w':

       -w or --path
              Don't  actually display the man pages, but do print
              the location(s) of the files that would be  format-
              ted  or displayed. If no argument is given: display
              (on  stdout)  the  list  of  directories  that   is
              searched by man for man pages. If manpath is a link
              to  man,  then  "manpath"  is  equivalent  to  "man
              --path".

       -W     Like -w, but print file names one per line, without
              additional information.  This is  useful  in  shell
              commands like man -aW man | xargs ls -l

> > The only way I know of finding the default manpath is by
> > running the man binary through strings.

In the GNU case, you can just grep /etc/man.config for `^MANPATH '.

> > Maybe we could use a for loop to
> > guess possible man directories and check them.
> 
> Yes, a la `_x_color'.

I'd rather keep guessing as a last resort.  Maybe try man -w and check
the exit code, then

  if [[ -r /etc/man.config ]]; then 
    ...

?


  reply	other threads:[~1999-09-17 11:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-17  9:45 Sven Wischnowsky
1999-09-17 11:22 ` Adam Spiers [this message]
1999-09-17 12:43   ` Oliver Kiddle
1999-09-17 12:54 ` Clint Adams
1999-09-17 13:04   ` Clint Adams
1999-09-17 14:27     ` PATCH: " Oliver Kiddle
1999-09-17 14:44       ` Peter Stephenson
  -- strict thread matches above, loose matches on Subject: below --
1999-09-17  7:23 Sven Wischnowsky
1999-09-17  9:35 ` Oliver Kiddle
1999-09-16 15:54 Adam Spiers
1999-09-16 16:19 ` Andrej Borsenkow
1999-09-16 16:21   ` Adam Spiers
1999-09-16 16:26     ` Andrej Borsenkow

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19990917122225.B27658@thelonious.new.ox.ac.uk \
    --to=adam@thelonious.new.ox.ac.uk \
    --cc=adam@spiers.net \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).