]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: make man page links in markdown Links section use teletype font, as we usually do
authorLennart Poettering <lennart@poettering.net>
Wed, 23 Mar 2022 11:02:00 +0000 (12:02 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 23 Mar 2022 11:25:01 +0000 (12:25 +0100)
docs/BOOT_LOADER_INTERFACE.md
docs/BOOT_LOADER_SPECIFICATION.md
docs/PORTABLE_SERVICES.md

index 0e0eab7a282d59513763feb960e9f912b44f32d6..a96c081a86dbed12853a5b141350ff6688f48df1 100644 (file)
@@ -148,6 +148,6 @@ names for them in UIs.
 
 [Boot Loader Specification](https://systemd.io/BOOT_LOADER_SPECIFICATION)<br>
 [Discoverable Partitions Specification](https://systemd.io/DISCOVERABLE_PARTITIONS)<br>
-[systemd-boot(7)](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)<br>
-[bootctl(1)](https://www.freedesktop.org/software/systemd/man/bootctl.html)<br>
-[systemd-gpt-auto-generator(8)](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)
+[`systemd-boot(7)`](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)<br>
+[`bootctl(1)`](https://www.freedesktop.org/software/systemd/man/bootctl.html)<br>
+[`systemd-gpt-auto-generator(8)`](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)
index 375efeb1d1975712df106adeccfdce62219a2c8a..5c93a0ec724aa4c80271ff06f7bb86641ad1241c 100644 (file)
@@ -440,6 +440,6 @@ There are a couple of items that are out of focus for this specification:
 [GUID Partition Table](https://en.wikipedia.org/wiki/GUID_Partition_Table)<br>
 [Boot Loader Interface](https://systemd.io/BOOT_LOADER_INTERFACE)<br>
 [Discoverable Partitions Specification](https://systemd.io/DISCOVERABLE_PARTITIONS)<br>
-[systemd-boot(7)](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)<br>
-[bootctl(1)](https://www.freedesktop.org/software/systemd/man/bootctl.html)<br>
-[systemd-gpt-auto-generator(8)](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)
+[`systemd-boot(7)`](https://www.freedesktop.org/software/systemd/man/systemd-boot.html)<br>
+[`bootctl(1)`](https://www.freedesktop.org/software/systemd/man/bootctl.html)<br>
+[`systemd-gpt-auto-generator(8)`](https://www.freedesktop.org/software/systemd/man/systemd-gpt-auto-generator.html)
index 15b47d40f2e76c7a0540376b08eb2e172d87d389..7f67be2b086530810462f01f8f32d4bb6f308038 100644 (file)
@@ -337,7 +337,7 @@ services copied onto the host.
 
 ## Links
 
-[portablectl(1)](https://www.freedesktop.org/software/systemd/man/portablectl.html)<br>
-[systemd-portabled.service(8)](https://www.freedesktop.org/software/systemd/man/systemd-portabled.service.html)<br>
+[`portablectl(1)`](https://www.freedesktop.org/software/systemd/man/portablectl.html)<br>
+[`systemd-portabled.service(8)`](https://www.freedesktop.org/software/systemd/man/systemd-portabled.service.html)<br>
 [Walkthrough for Portable Services](https://0pointer.net/blog/walkthrough-for-portable-services.html)<br>
 [Repo with examples](https://github.com/systemd/portable-walkthrough)