Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit e08a0f0

Browse files
author
David Lutterkort
committed
Put virt-image(5) into the right section
1 parent e678d6d commit e08a0f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

man/en/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ clean:
1010
pod2man --center=$(CENTER) $< $@
1111

1212
virt-image.5: virt-image-xml.pod
13-
pod2man --center=$(CENTER) $< $@
13+
pod2man --center=$(CENTER) --section=5 --name=virt-image $< $@

man/en/virt-image.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@
128128
.rm #[ #] #H #V #F C
129129
.\" ========================================================================
130130
.\"
131-
.IX Title "VIRT-IMAGE-XML 1"
132-
.TH VIRT-IMAGE-XML 1 "2007-08-24" "perl v5.8.8" "Virtual Machine Install Tools"
131+
.IX Title "virt-image 5"
132+
.TH virt-image 5 "2007-08-24" "perl v5.8.8" "Virtual Machine Install Tools"
133133
.SH "NAME"
134134
virt\-image \- Format of the virtual image XML descriptor
135135
.SH "DESCRIPTION"

0 commit comments

Comments
 (0)