This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch main
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=e3c37b23062db8707dae0cbda7fce41595e19821

commit e3c37b23062db8707dae0cbda7fce41595e19821
Author: Guillem Jover <guil...@debian.org>
AuthorDate: Sun Sep 17 23:27:30 2023 +0200

    doc, man: Use L</> markup for inter link references
    
    This is used to refer to a section within the same or an external
    manual page.
---
 man/deb-src-symbols.pod     | 12 ++++++------
 man/dpkg-buildflags.pod     |  8 ++++----
 man/dpkg-source.pod         |  2 +-
 man/dpkg.pod                |  2 +-
 man/update-alternatives.pod |  2 +-
 scripts/Dpkg/Changelog.pm   |  4 ++--
 6 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/man/deb-src-symbols.pod b/man/deb-src-symbols.pod
index 0d729e08a..d69b44772 100644
--- a/man/deb-src-symbols.pod
+++ b/man/deb-src-symbols.pod
@@ -40,7 +40,7 @@ see L<deb-symbols(5)>.
 
 Comments are supported in template symbol files. Any line with ‘#’ as
 the first character is a comment except if it starts with ‘#include’
-(see section B<Using includes>).
+(see section L</Using includes>).
 Lines starting with ‘#MISSING:’ are special comments documenting
 symbols that have disappeared.
 
@@ -59,7 +59,7 @@ Symbol tagging is useful for marking symbols that are special 
in some way.  Any
 symbol can have an arbitrary number of tags associated with it. While all tags 
are
 parsed and stored, only some of them are understood by
 B<dpkg-gensymbols> and trigger special handling of the symbols. See
-subsection B<Standard symbol tags> for reference of these tags.
+subsection L</Standard symbol tags> for reference of these tags.
 
 Tag specification comes right before the symbol name (no whitespace is allowed
 in between). It always starts with an opening bracket B<(>, ends with a
@@ -183,17 +183,17 @@ supported since dpkg 1.15.3).
 
 =item B<c++>
 
-Denotes I<c++> symbol pattern. See B<Using symbol patterns> subsection
+Denotes I<c++> symbol pattern. See L</Using symbol patterns> subsection
 below.
 
 =item B<symver>
 
-Denotes I<symver> (symbol version) symbol pattern. See B<Using symbol
+Denotes I<symver> (symbol version) symbol pattern. See L</Using symbol
 patterns> subsection below.
 
 =item B<regex>
 
-Denotes I<regex> symbol pattern. See B<Using symbol patterns> subsection
+Denotes I<regex> symbol pattern. See L</Using symbol patterns> subsection
 below.
 
 =back
@@ -213,7 +213,7 @@ higher level. However, if the failure is undesired, the 
pattern may be marked
 with the I<optional> tag. Then if the pattern does not match anything, it
 will only appear in the diff as MISSING. Moreover, like any symbol, the pattern
 may be limited to the specific architectures with the I<arch> tag. Please
-refer to B<Standard symbol tags> subsection above for more information.
+refer to L</Standard symbol tags> subsection above for more information.
 
 Patterns are an extension of the B<deb-symbols>(5) format hence they are
 only valid in symbol file templates. Pattern specification syntax is not any
diff --git a/man/dpkg-buildflags.pod b/man/dpkg-buildflags.pod
index 2c382cdfc..45f5eaf38 100644
--- a/man/dpkg-buildflags.pod
+++ b/man/dpkg-buildflags.pod
@@ -50,12 +50,12 @@ where B<$XDG_CONFIG_HOME> defaults to B<$HOME/.config>;
 =item 3.
 
 temporarily by the user with environment variables (see section
-B<ENVIRONMENT>);
+L</ENVIRONMENT>);
 
 =item 4.
 
 dynamically by the package maintainer with environment variables set via
-B<debian/rules> (see section B<ENVIRONMENT>).
+B<debian/rules> (see section L</ENVIRONMENT>).
 
 =back
 
@@ -103,7 +103,7 @@ one flag per line separated from its value by an equal sign
 =item B<--list>
 
 Print the list of flags supported by the current vendor
-(one per line). See the B<SUPPORTED FLAGS> section for more
+(one per line). See the L</SUPPORTED FLAGS> section for more
 information about them.
 
 =item B<--status>
@@ -745,7 +745,7 @@ These variables can be used by a user or maintainer to 
disable/enable
 various area features that affect build flags.
 The B<DEB_BUILD_MAINT_OPTIONS> variable overrides any setting in the
 B<DEB_BUILD_OPTIONS> feature areas.
-See the B<FEATURE AREAS> section for details.
+See the L</FEATURE AREAS> section for details.
 
 =item B<DEB_VENDOR>
 
diff --git a/man/dpkg-source.pod b/man/dpkg-source.pod
index 2997c0d66..1e969b591 100644
--- a/man/dpkg-source.pod
+++ b/man/dpkg-source.pod
@@ -91,7 +91,7 @@ the format indicated in B<debian/source/format>,
 “1.0”.
 The fallback to “1.0” is deprecated and will be removed at some
 point in the future, you should always document the desired source format
-in B<debian/source/format>. See section B<SOURCE PACKAGE FORMATS>
+in B<debian/source/format>. See section L</SOURCE PACKAGE FORMATS>
 for an extensive description of the various source package formats.
 
 =item B<--print-format> I<directory>
diff --git a/man/dpkg.pod b/man/dpkg.pod
index b7d056fab..f7391303e 100644
--- a/man/dpkg.pod
+++ b/man/dpkg.pod
@@ -1434,7 +1434,7 @@ List of available packages.
 
 Statuses of available packages. This file contains information about
 whether a package is marked for removing or not, whether it is
-installed or not, etc. See section B<INFORMATION ABOUT PACKAGES>
+installed or not, etc. See section L</INFORMATION ABOUT PACKAGES>
 for more info.
 
 The status file is backed up daily in I<%BACKUPSDIR%>. It can be
diff --git a/man/update-alternatives.pod b/man/update-alternatives.pod
index c30bdad28..7a6321e3f 100644
--- a/man/update-alternatives.pod
+++ b/man/update-alternatives.pod
@@ -361,7 +361,7 @@ them accordingly (since version 1.15.0).
 
 Display information about the link group
 like B<--display> does, but in a machine parseable way
-(since version 1.15.0, see section B<QUERY FORMAT> below).
+(since version 1.15.0, see section L</QUERY FORMAT> below).
 
 =item B<--list> I<name>
 
diff --git a/scripts/Dpkg/Changelog.pm b/scripts/Dpkg/Changelog.pm
index 7e9297d2c..121509d17 100644
--- a/scripts/Dpkg/Changelog.pm
+++ b/scripts/Dpkg/Changelog.pm
@@ -217,7 +217,7 @@ in the order in which they have been parsed.
 Returns an array (if called in list context) or a reference to an array of
 Dpkg::Changelog::Entry objects which each represent one entry of the
 changelog. $range is a hash reference describing the range of entries
-to return. See section L<"RANGE SELECTION">.
+to return. See section L</RANGE SELECTION>.
 
 =cut
 
@@ -590,7 +590,7 @@ sub _format_rfc822 {
 =item $control = $c->format_range($format, $range)
 
 Formats the changelog into Dpkg::Control::Changelog objects representing the
-entries selected by the optional range specifier (see L<"RANGE SELECTION">
+entries selected by the optional range specifier (see L</RANGE SELECTION>
 for details). In scalar context returns a Dpkg::Index object containing the
 selected entries, in list context returns an array of Dpkg::Control::Changelog
 objects.

-- 
Dpkg.Org's dpkg

Reply via email to