Unverified Commit 9ab61b25 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

nixos/doc: convert links to manpages (#383975)

parents 7bdc9b79 527be143
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ let
        };
        description = ''
          Specify the repart options for a partiton as a structural setting.
          See <https://www.freedesktop.org/software/systemd/man/repart.d.html>
          See {manpage}`repart.d(5)`
          for all available options.
        '';
      };
+4 −4
Original line number Diff line number Diff line
@@ -189,9 +189,9 @@ in
        description = ''
          Image identifier.

          This corresponds to the IMAGE_ID field in os-release. See the
          This corresponds to the `IMAGE_ID` field in {manpage}`os-release(5)`. See the
          upstream docs for more details on valid characters for this field:
          https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_ID=
          <https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_ID=>

          You would only want to set this option if you're build NixOS appliance images.
        '';
@@ -203,9 +203,9 @@ in
        description = ''
          Image version.

          This corresponds to the IMAGE_VERSION field in os-release. See the
          This corresponds to the `IMAGE_VERSION` field in {manpage}`os-release(5)`. See the
          upstream docs for more details on valid characters for this field:
          https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_VERSION=
          <https://www.freedesktop.org/software/systemd/man/latest/os-release.html#IMAGE_VERSION=>

          You would only want to set this option if you're build NixOS appliance images.
        '';
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ in
        description = ''
          Automatically restart the server after
          {option}`services.mchprs.maxRuntime`.
          The time span format is described here:
          The {manpage}`systemd.time(7)` time span format is described here:
          <https://www.freedesktop.org/software/systemd/man/systemd.time.html#Parsing%20Time%20Spans>.
          If `null`, then the server is not restarted automatically.
        '';
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ in
                default = null;
                description = ''
                  List of names of the systemd-networkd operational states which
                  should trigger the script. See <https://www.freedesktop.org/software/systemd/man/networkctl.html>
                  should trigger the script. See {manpage}`networkctl(1)`
                  for a description of the specific state type.
                '';
              };
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ in
        default = "[::]:8787";
        type = lib.types.str;
        description = ''
          The "ListenStream" used in static-web-server.socket.
          The {manpage}`systemd.socket(5)` "ListenStream" used in static-web-server.socket.
          This is equivalent to SWS's "host" and "port" options.
          See here for specific syntax: <https://www.freedesktop.org/software/systemd/man/systemd.socket.html#ListenStream=>
        '';
Loading