Project

General

Profile

Actions

Feature #7266

open

want simple way to find manual page location

Added by Alexander Pyhalov over 7 years ago. Updated almost 7 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
cmd - userland programs
Start date:
2016-08-03
Due date:
% Done:

50%

Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:

Description

GNU/FreeBSD man has -w option, which allows to get actual manpage location.
For example:

$ man -s 1 -w man
/usr/share/man/man1/man.1.gz
$ man -w man
/usr/share/man/man1/man.1.gz

It would be good to have similar options. Unfortunately, -w switch is already used in our man...

Actions #1

Updated by Yuri Pankov almost 7 years ago

You could use -d here.

Actions #2

Updated by Alexander Pyhalov almost 7 years ago

I've created script to parse man -l output, but having -w option would allow to drop one yelp patch.

Actions #3

Updated by Yuri Pankov almost 7 years ago

  • Category set to cmd - userland programs
  • Status changed from New to In Progress
  • Assignee set to Yuri Pankov
  • % Done changed from 0 to 50
  • Difficulty changed from Medium to Bite-size
  • Tags deleted (needs-triage)
Actions

Also available in: Atom PDF