Factor out common parts of manpages.
authorBen Pfaff <blp@nicira.com>
Sat, 27 Dec 2008 23:36:49 +0000 (15:36 -0800)
committerBen Pfaff <blp@nicira.com>
Sun, 28 Dec 2008 06:46:26 +0000 (22:46 -0800)
commitd9a0d6cf74c127e66030fbb9b744dca22f9bcd9d
tree46623e54c5df9e5efe91a6fd254d5387b6a9741e
parent0766fe1d7a320b47cca976abe3d218295739b9d1
Factor out common parts of manpages.

There was a lot of duplication in the sources for the
manpages, because many of the programs have common options.
This factors out some of the duplication into include
files, using the man ".so" directive.  It also uses the
".ds" directive to define strings that should be
customized for each program's manpage.
14 files changed:
Makefile.am
controller/controller.8.in
lib/common.man [new file with mode: 0644]
lib/daemon.man [new file with mode: 0644]
lib/vlog.man
secchan/secchan.8.in
soexpand.pl [new file with mode: 0755]
subst [deleted file]
switch/switch.8.in
udatapath/udatapath.8.in
utilities/dpctl.8.in
utilities/ofp-discover.8.in
utilities/ofp-kill.8.in
utilities/vlogconf.8.in