diff options
author | Laine Stump <laine@laine.org> | 2012-07-24 13:41:03 -0400 |
---|---|---|
committer | Laine Stump <laine@laine.org> | 2012-07-25 12:46:29 -0400 |
commit | bc80977144f5d25b6681cd8c73727724ab4a09fa (patch) | |
tree | 5e3caef7df72f443f1fe2345d7337ba94e541be2 /daemon | |
parent | conf: Fix typo in virDomainHostdevSubsys comment (diff) | |
download | libvirt-bc80977144f5d25b6681cd8c73727724ab4a09fa.tar.gz libvirt-bc80977144f5d25b6681cd8c73727724ab4a09fa.tar.bz2 libvirt-bc80977144f5d25b6681cd8c73727724ab4a09fa.zip |
Fixup manpage names and copyright dates
The copyright dates in the manpages haven't been updated in awhile.
Also, when pod2man converts a pod file into a manpage, it will only
remove the extension from the filename if it is ".pod". Some of the
libvirt pod files are named *.pod.in, and that filename is placed
unchanged into the manpage. This patch uses pod2man's --name option to
fix that.
Believe it or not, there's even a BZ for this:
https://bugzilla.redhat.com/show_bug.cgi?id=819364
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 2 | ||||
-rw-r--r-- | daemon/libvirtd.pod.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 74250f6e8..4c72b7b1c 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -376,7 +376,7 @@ POD2MAN = pod2man -c "Virtualization Support" \ -r "$(PACKAGE)-$(VERSION)" -s 8 $(srcdir)/libvirtd.8.in: libvirtd.pod.in - $(AM_V_GEN)$(POD2MAN) $< $@ + $(AM_V_GEN)$(POD2MAN) --name LIBVIRTD $< $@ # This is needed for clients too, so can't wrap in # the WITH_LIBVIRTD conditional diff --git a/daemon/libvirtd.pod.in b/daemon/libvirtd.pod.in index ea6c37dcb..3ada67cf3 100644 --- a/daemon/libvirtd.pod.in +++ b/daemon/libvirtd.pod.in @@ -150,7 +150,7 @@ Please refer to the AUTHORS file distributed with libvirt. =head1 COPYRIGHT -Copyright (C) 2006-2010 Red Hat, Inc., and the authors listed in the +Copyright (C) 2006-2012 Red Hat, Inc., and the authors listed in the libvirt AUTHORS file. =head1 LICENSE |