aboutsummaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorLaine Stump <laine@laine.org>2012-07-24 13:41:03 -0400
committerLaine Stump <laine@laine.org>2012-07-25 12:46:29 -0400
commitbc80977144f5d25b6681cd8c73727724ab4a09fa (patch)
tree5e3caef7df72f443f1fe2345d7337ba94e541be2 /daemon
parentconf: Fix typo in virDomainHostdevSubsys comment (diff)
downloadlibvirt-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.am2
-rw-r--r--daemon/libvirtd.pod.in2
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