diff mbox series

man: enclose referenced man page names in bold

Message ID 20230321161905.161909-1-nl6720@gmail.com (mailing list archive)
State New
Headers show
Series man: enclose referenced man page names in bold | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-alpine-ci-fetch success Fetch PR
prestwoj/iwd-ci-gitlint success GitLint
prestwoj/iwd-ci-fetch success Fetch PR
prestwoj/iwd-alpine-ci-makedistcheck fail Make Distcheck Make FAIL: make[2]: *** No rule to make target 'ell/sysctl.h', needed by 'distdir-am'. Stop. make[1]: *** [Makefile:3218: distdir] Error 2 make: *** [Makefile:3298: dist] Error 2
prestwoj/iwd-alpine-ci-incremental_build success Incremental build not run PASS
prestwoj/iwd-alpine-ci-build success Build - Configure
prestwoj/iwd-alpine-ci-makecheckvalgrind fail Make FAIL: make[1]: *** No rule to make target 'ell/sysctl.c', needed by 'ell/sysctl.lo'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1710: all] Error 2
prestwoj/iwd-alpine-ci-makecheck pending makecheck SKIP
prestwoj/iwd-ci-incremental_build success Incremental build not run PASS
prestwoj/iwd-ci-build success Build - Configure
prestwoj/iwd-ci-makecheckvalgrind fail Make FAIL: make[1]: *** No rule to make target 'ell/sysctl.c', needed by 'ell/sysctl.lo'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1709: all] Error 2
prestwoj/iwd-ci-makecheck pending makecheck SKIP
prestwoj/iwd-ci-clang fail Clang IWD - make FAIL: make[1]: *** No rule to make target 'ell/sysctl.c', needed by 'ell/sysctl.lo'. Stop. make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:1709: all] Error 2
prestwoj/iwd-ci-makedistcheck fail Make Distcheck Make FAIL: make[2]: *** No rule to make target 'ell/sysctl.h', needed by 'distdir-am'. Stop. make[1]: *** [Makefile:3217: distdir] Error 2 make: *** [Makefile:3297: dist] Error 2
prestwoj/iwd-ci-testrunner pending testrunner SKIP

Commit Message

nl6720 March 21, 2023, 4:19 p.m. UTC
Man page parsers will autolink appropriately formated man page
references. The most common format is to have the page name in bold
followed by the section number in brackets.
---
 src/iwd.ap.rst      |  8 ++++----
 src/iwd.config.rst  |  4 ++--
 src/iwd.debug.rst   |  2 +-
 src/iwd.network.rst |  8 ++++----
 src/iwd.rst         | 14 +++++++-------
 5 files changed, 18 insertions(+), 18 deletions(-)

Comments

Marcel Holtmann March 24, 2023, 2:12 p.m. UTC | #1
Hi,

> On Mar 21, 2023, at 17:19, nl6720 <nl6720@gmail.com> wrote:
> 
> Man page parsers will autolink appropriately formated man page
> references. The most common format is to have the page name in bold
> followed by the section number in brackets.
> ---
> src/iwd.ap.rst      |  8 ++++----
> src/iwd.config.rst  |  4 ++--
> src/iwd.debug.rst   |  2 +-
> src/iwd.network.rst |  8 ++++----
> src/iwd.rst         | 14 +++++++-------
> 5 files changed, 18 insertions(+), 18 deletions(-)

can you fix your git config and add real name info to the author
information please.

Regards

Marcel
nl6720 March 28, 2023, 3:50 p.m. UTC | #2
On Friday, 24 March 2023 16:12:58 EEST Marcel Holtmann wrote:
> can you fix your git config and add real name info to the author
> information please.
> 
> Regards
> 
> Marcel

Sorry, but I have no intention of revealing my name.

nl6720
diff mbox series

Patch

diff --git a/src/iwd.ap.rst b/src/iwd.ap.rst
index 9ad002a2..7bc81186 100644
--- a/src/iwd.ap.rst
+++ b/src/iwd.ap.rst
@@ -33,7 +33,7 @@  method is used.
 FILE FORMAT
 ===========
 
-See *iwd.network* for details on the settings file syntax.
+See **iwd.network**\(5) for details on the settings file syntax.
 
 SETTINGS
 ========
@@ -62,7 +62,7 @@  The group ``[General]`` contains general AP configuration.
        Note: Due to regulatory requirements the linux kernel does not allow or
        strictly limits 5GHz use in AP mode while in world roaming. These
        frequencies become available once the country is set, either via IWD's
-       main.conf option ``[General].Country`` (see ``man iwd.config``) or
+       main.conf option ``[General].Country`` (see **iwd.config**\(5)) or
        externally (e.g. iw reg set <CC>). If you are having trouble using 5GHz
        ensure the country is set, and that the desired frequency/channel is
        unrestricted.
@@ -122,7 +122,7 @@  IPv4 Network Configuration
 
 The group ``[IPv4]`` contains settings for IWD's built-in DHCP server.  All
 settings are optional.  They're used if network configuration was enabled as
-described in ``iwd.config(5)``.  Omitting the ``[IPv4]`` group disables
+described in **iwd.config**\(5).  Omitting the ``[IPv4]`` group disables
 network configuration for this access point so if an all-defaults DHCP setup
 is desired, the group header line must still be present:
 
@@ -230,4 +230,4 @@  The group ``[WSC]`` fine-tunes some Wi-Fi Simple Configuration local parameters
 SEE ALSO
 ========
 
-iwd(8), iwd.network(5)
+**iwd**\(8), **iwd.network**\(5)
diff --git a/src/iwd.config.rst b/src/iwd.config.rst
index b3dc22d4..93f845fe 100644
--- a/src/iwd.config.rst
+++ b/src/iwd.config.rst
@@ -35,7 +35,7 @@  chosen.  The presence of *main.conf* is not required.
 FILE FORMAT
 ===========
 
-See *iwd.network* for details on the file format.
+See **iwd.network**\(5) for details on the file format.
 
 SETTINGS
 ========
@@ -381,4 +381,4 @@  The group ``[IPv4]`` contains settings related to IPv4 network configuration.
 SEE ALSO
 ========
 
-iwd(8), iwd.network(5)
+**iwd**\(8), **iwd.network**\(5)
diff --git a/src/iwd.debug.rst b/src/iwd.debug.rst
index 3d4c8b58..7ca17de2 100644
--- a/src/iwd.debug.rst
+++ b/src/iwd.debug.rst
@@ -47,4 +47,4 @@  The granularity of the DHCP logging can also be tailored by setting
 SEE ALSO
 ========
 
-iwd(8), iwmon(1)
+**iwd**\(8), **iwmon**\(1)
diff --git a/src/iwd.network.rst b/src/iwd.network.rst
index 719853fa..f7128336 100644
--- a/src/iwd.network.rst
+++ b/src/iwd.network.rst
@@ -133,14 +133,14 @@  The group ``[Settings]`` contains general settings.
 
        If enabled, the MAC address will be fully randomized on each connection.
        This option is only used if [General].AddressRandomization is set to
-       'network'. See iwd.config. This setting should not be used with
+       'network'. See **iwd.config**\(5). This setting should not be used with
        [Settings].AddressOverride, if both are set AddressOverride will be used.
    * - AddressOverride
      - MAC address string
 
        Override the MAC address used for connecting to this network. This option
        is only used if [General].AddressRandomization is set to 'network'. See
-       iwd.config. This setting should not be used with
+       **iwd.config**\(5). This setting should not be used with
        [Settings].AlwaysRandomizeAddress, if both are set AddressOverride will
        be used.
    * - TransitionDisable
@@ -180,7 +180,7 @@  Network Authentication Settings
 
 The group ``[Security]`` contains settings for Wi-Fi security and
 authentication configuration. This group can be encrypted by enabling
-``SystemdEncrypt``, see *iwd.config* for details on this option. If this
+``SystemdEncrypt``, see **iwd.config**\(5) for details on this option. If this
 section is encrypted (only contains EncryptedSalt/EncryptedSecurity) it should
 not be modified. Modifying these values will result in the inability to
 connect to that network.
@@ -541,4 +541,4 @@  PEAP + MSCHAPv2
 SEE ALSO
 ========
 
-iwd(8), iwd.config(5)
+**iwd**\(8), **iwd.config**\(5)
diff --git a/src/iwd.rst b/src/iwd.rst
index c719fbc2..bb6e9c04 100644
--- a/src/iwd.rst
+++ b/src/iwd.rst
@@ -44,19 +44,19 @@  OPTIONS
 ENVIRONMENT
 ===========
 
-*$STATE_DIRECTORY* is used for network configuration files.  See *iwd.network*
-for details.
+*$STATE_DIRECTORY* is used for network configuration files.  See
+**iwd.network**\(5) for details.
 
 *$CONFIGURATION_DIRECTORY* is used for daemon configuration settings.  Only
-the file **main.conf** is currently read from this directory.  See *iwd.config*
-for details.
+the file **main.conf** is currently read from this directory.  See
+**iwd.config**\(5) for details.
 
-See *iwd.debug* for further environment variables for debugging.
+See **iwd.debug**\(7) for further environment variables for debugging.
 
 SEE ALSO
 ========
 
-iwd.config(5), iwd.network(5), iwd.debug(7), iwctl(1), iwmon(1), hwsim(1),
-ead(8), systemd.exec(5)
+**iwd.config**\(5), **iwd.network**\(5), **iwd.debug**\(7), **iwctl**\(1),
+**iwmon**\(1), **hwsim**\(1), **ead**\(8), **systemd.exec**\(5)
 
 http://iwd.wiki.kernel.org