On Fri, Sep 26, 2008 at 11:59:49PM +0200, Frangois Chambaud wrote:
> Cezary Morga <[EMAIL PROTECTED]> writes:
> 
> > Dnia czwartek, 25 wrze6nia 2008, Bryan Irvine napisa3:
> > > > Next to the useful suggestions you've received so far, you can try
> > > >
> > > >        groff -man -Tascii /path/to/manpage.X | less
> > >
> > > man -a is easier though.
> > >
> > > -B
> > 
> > -a     Display all of the manual pages for a specified section and name
> >         combination.  Normally, only the first manual page found is dis-
> >         played.
> > 
> > You're sure that's the one?
> > 
> > --
> > Cezary Morga
> > "A real administrator is always logged in as root - it's CRAP
> > administrators that aren't!" (BOFH @theregister.co.uk)
> > 
> > 
> > 
> 
> If the PAGER variable is set to "less", you can examine the next manual
> page with ":n", the previous manual page with ":p" and the first manual
> page again with ":x".
> 
> Tested with "man -a disklabel":
> 
> /usr/share/man/cat8/disklabel.0 (file 1 of 3) (END) - Next: 
> /usr/share/man/cat5/disklabel.0
> /usr/share/man/cat5/disklabel.0 (file 2 of 3) (END) - Next: 
> /usr/share/man/cat9/disklabel.0
> /usr/share/man/cat9/disklabel.0 (file 3 of 3) (END)

Another way is:

$ man -f disklabel
disklabel (5) - disk pack label
disklabel (8) - read and write disk pack label
disklabel, readdisklabel, writedisklabel, setdisklabel, bounds_check_with_label 
(9) - disk label management routines

$ man 8 disklabel
:
:

> 
> $ uname -srm
> OpenBSD 4.3 i386
> 
> -- 
> Francois Chambaud
> http://www.chambaud.org

-- 

/ Raimo Niskanen, Erlang/OTP, Ericsson AB

Reply via email to