search for: perlpod

Displaying 8 results from an estimated 8 matches for "perlpod".

2019 Nov 26
0
[PATCH libguestfs 1/3] podwrapper: __INCLUDE:file.pod__ and __VERBATIM:file.txt__ in POD files.
...er.pl.in +++ b/podwrapper.pl.in @@ -62,7 +62,28 @@ output options are I<--man>, I<--html> and I<--text> (see below). In C<Makefile.am> files, use a variation of the boilerplate shown in the L</SYNOPSIS> section above. -For information about the POD format, see L<perlpod(1)>. +=head1 POD FORMAT + +For general information about the POD format, see L<perlpod(1)>. + +podwrapper.pl has a couple of extensions for including files: + +=over 4 + +=item C<__INCLUDE:F<filename.pod>__> + +Include another POD file at the current position (this does not wor...
2015 Jul 06
1
[PATCH] doc: add missing ms-dos fs section in set_label
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com> --- generator/actions.ml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/generator/actions.ml b/generator/actions.ml index 92f80d2..35f30d5 100644 --- a/generator/actions.ml +++ b/generator/actions.ml @@ -9919,7 +9919,7 @@ Set the filesystem label on C<mountable> to C<label>. Only some filesystem
2016 Apr 12
0
[PATCH] Add internal documentation to C files.
...in the project. + +Internal documentation is added to the C source files using special +comments which look like this: + + /** + * Returns true if C<foo> equals C<bar>. + */ + bool + is_equal (const char *foo, const char *bar) + ... + +The comment is written in POD format (see L<perlpod(1)>). It may be +on several lines, and be split into paragraphs using blank lines. + +The function being documented should appear immediately after the +special comment, and is also copied into the documentation. + +In addition, each C file may have a special comment at the top of the +file (be...
2012 May 15
1
[PATCH] NEW API: add new api btrfs-fsck
Add the new API btrfs-fsck to check the btrfs filesystem. Btrfs is currently under heavy development, and not suitable for any uses other than benchmarking and review. But it'll be useful in the near future. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/btrfs.c | 17 +++++++++++++++++ generator/generator_actions.ml | 11 +++++++++++
2019 Nov 28
4
[PATCH v2 0/3] options: Describe --key SELECTOR in a single file.
v1 was here: https://www.redhat.com/archives/libguestfs/2019-November/msg00271.html In v2 I just updated the way paths are handled. Note this series requires the following patch to common which adds the common/options/key-option.pod file: https://www.redhat.com/archives/libguestfs/2019-November/msg00269.html Rich.
2019 Nov 26
4
[PATCH libguestfs 0/3] options: Describe --key SELECTOR in a single file.
The libguestfs part of this change. Also a virt-v2v part will be needed. The first patch adds a new feature to podwrapper so that we can use __INCLUDE:file__ directives within the POD itself (instead of using --insert, and one day replacing that). The second patch shows how this change could be used for the included parts of the guestfish man page, including the non-English pages under
2010 Jun 12
1
CentOS 5 Update error
...re/man/man1/perlpacktut.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlplan9.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlpod.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlpodspec.1.gz from install of perl-5.8.8-32.el5_5.1.x86_64 conflicts with file from package perl-5.8.8-27.el5.i386 file /usr/share/man/man1/perlport.1.gz from in...
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi, as it was already discussed on this list, here it is my attempt in splitting virt-p2v in an own repository. Sadly there are things that must be copied from libguestfs, as it cannot be avoided. The approach taken was to run a script (will send separately) to just get the "p2v" subdirectory with its history as own repository, and then add in few followup commits all the bits needed