From fcc6be9ec9d98321c7c987d9d8277c149f2bc1f4 Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sat, 7 Jan 2023 21:38:35 +0100 Subject: use more perlpod formatting codes --- debvm-create | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'debvm-create') diff --git a/debvm-create b/debvm-create index 58094cc..c6f4b5c 100755 --- a/debvm-create +++ b/debvm-create @@ -11,7 +11,7 @@ debvm-create - Create a VM image for various Debian releases and architectures =head1 SYNOPSIS -B [B<-a> I] [B<-h> I] [B<-k> I] [B<-m> I] [B<-o> I] [B<-p> I] [B<-r> I] [B<-z> I] [B<--> I] +B [B<-a> I] [B<-h> I] [B<-k> F] [B<-m> I] [B<-o> F] [B<-p> I] [B<-r> I] [B<-z> I] [B<--> I] =head1 DESCRIPTION @@ -37,7 +37,7 @@ A suitable kernel image is automatically selected and installed into the image. Set the hostname of the virtual machine. By default, the hostname is B. -=item B<-k> I, B<--sshkey>=I +=item B<-k> F, B<--sshkey>=F Install the given ssh public key file into the virtual machine image for the root user. This option also causes the ssh server to be installed. @@ -47,12 +47,12 @@ To connect to the vm, pass a port number to B with the B<-s> option. =item B<-m> I, B<--mirror>=I Specify the Debian mirror to be used for downloading packages and to be configured inside the virtual machine image. -By default, B is being used. +By default, L is being used. -=item B<-o> I, B<--output>=I +=item B<-o> F, B<--output>=F Specify the file name of the resulting virtual machine image. -By default, it is written to B. +By default, it is written to F. =item B<-p> I, B<--package>=I -- cgit v1.2.3