Skip to content

Commit 760fd2b

Browse files
committedFeb 9, 2023
Use L<name(N)> instead of B<name>(N) for man page references
1 parent 3965c0f commit 760fd2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎lib/DebianNet.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ single 'B<#>' character as entries that have been commented out by a
3838
user. It will not change such entries.
3939
4040
For shell scripts you can also use the B<update-inetd> command. See
41-
B<update-inetd>(8) for further information.
41+
L<update-inetd(8)> for further information.
4242
4343
=cut
4444

‎update-inetd.pod

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the F</etc/inetd.conf> file (you can specify a different file by using the
3232
B<--file> option). After the F</etc/inetd.conf> file has been changed,
3333
B<update-inetd> will send a B<SIGHUP> signal to the inetd process to make
3434
sure that inetd will use the new F</etc/inetd.conf> file. For Perl scripts
35-
you can also use the Perl module B<DebianNet>. See B<DebianNet>(3pm) for
35+
you can also use the Perl module B<DebianNet>. See L<DebianNet(3pm)> for
3636
further information. B<update-inetd> can also be used to add entries that
3737
are commented out by default. They will be treated like normal entries.
3838
That also means that if you already have an entry that is commented out you
@@ -57,7 +57,7 @@ B<--comment-chars> (or the default value if none is specified).
5757
=item B<--add> I<entry-line>
5858

5959
Add an entry to F</etc/inetd.conf>. A description of the I<entry-line> format
60-
can be found in the B<inetd>(8) or B<inetd.conf>(5) manual pages (or just
60+
can be found in the L<inetd(8)> or L<inetd.conf(5)> manual pages (or just
6161
look at F</etc/inetd.conf>). In order to prevent the shell from changing
6262
your I<entry-line> definition you have to quote the I<entry-line> using
6363
single or double quotes. You can use tabs (tab character or \t) and spaces
@@ -186,7 +186,7 @@ F</run/inetd.pid>
186186

187187
=head1 SEE ALSO
188188

189-
B<inetd>(8),
190-
B<DebianNet>(3pm)
189+
L<inetd(8)>,
190+
L<DebianNet(3pm)>.
191191

192192
=cut

0 commit comments

Comments
 (0)
Please sign in to comment.