Your message dated Sun, 28 Jan 2018 01:16:13 +0000
with message-id <[email protected]>
and subject line Re: Bug#888628: Also mention best way to read all man pages 
one has found
has caused the Debian Bug report #888628,
regarding Also mention best way to read all man pages one has found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
888628: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=888628
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: man-db
Version: 2.7.6.1-4
Severity: wishlist
File: /usr/share/man/man1/apropos.1.gz

Mention the best way to not only search for man pages, but also show
their contents.

Just like one can do
$ aptitude search 256
$ aptitude show ~n256

So for apropos that would probably be
$ apropos 256 #and then if happy with the results, do
$ apropos 256|sed 's/ .*//'|xargs man

(Thus reading up on lots of SHA256 related programs installed on his
system, all via a one liner.)

--- End Message ---
--- Begin Message ---
On Sun, Jan 28, 2018 at 08:07:27AM +0800, 積丹尼 Dan Jacobson wrote:
> Mention the best way to not only search for man pages, but also show
> their contents.

apropos does a particular job (searching for and displaying short
descriptions), which isn't this job.  Showing the contents of manual
pages is handled by man(1), and that already documents how to do the
thing you're asking for: using your example, 'man --regex 256'.

I don't intend to add specific documentation of this to apropos(1); it
already has a cross-reference to man(1).

-- 
Colin Watson                                       [[email protected]]

--- End Message ---

Reply via email to