1Pod::Perldoc::ToNroff(3U)ser Contributed Perl DocumentatiPoond::Perldoc::ToNroff(3)
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
13 formatter 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
39 merchantability or fitness for a particular purpose.
40
42 Current maintainer: Mark Allen "<mallen@cpan.org>"
43
44 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
45 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
46
47
48
49perl v5.16.3 2013-04-27 Pod::Perldoc::ToNroff(3)