1Pod::Perldoc::ToNroff(3pPme)rl Programmers Reference GuiPdoed::Perldoc::ToNroff(3pm)
2
3
4
6 Pod::Perldoc::ToNroff - let Perldoc convert Pod to nroff
7
9 perldoc -o nroff -d something.3 Some::Modulename
10
12 This is a "plug-in" class that allows Perldoc to use Pod::Man as a for‐
13 matter class.
14
15 The following options are supported: center, date, fixed, fixedbold,
16 fixeditalic, fixedbolditalic, quotes, release, section
17
18 Those options are explained in Pod::Man.
19
20 For example:
21
22 perldoc -o nroff -w center:Pod -d something.3 Some::Modulename
23
25 This module may change to use a different pod-to-nroff formatter class
26 in the future, and this may change what options are supported.
27
29 Pod::Man, Pod::Perldoc, Pod::Perldoc::ToMan
30
32 Copyright (c) 2002 Sean M. Burke. All rights reserved.
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 This program is distributed in the hope that it will be useful, but
38 without any warranty; without even the implied warranty of mer‐
39 chantability or fitness for a particular purpose.
40
42 Sean M. Burke "sburke@cpan.org"
43
44
45
46perl v5.8.8 2001-09-21 Pod::Perldoc::ToNroff(3pm)