Commit 75b2b7e9 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

nixos/*: undo manual linking to known manpage urls

Made with:

jq <doc/manpage-urls.json 'to_entries[] | "rg -F \"[\(.key)](\(.value))\" nixos/ -l | xe sd -F \"[\(.key)](\(.value))\" \"{manpage}`\(.key)`\""' -r  | tr \" \' | bash -x

(requires ripgrep, sd and xe)
parent 953f72e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ in {
        description = ''
          Address to listen on. Must be in the
          `ListenStream=` syntax of
          [systemd.socket(5)](https://www.freedesktop.org/software/systemd/man/systemd.socket.html).
          {manpage}`systemd.socket(5)`.
        '';
      };

+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ in
      example = "IdleAction=lock";
      description = ''
        Extra config options for systemd-logind.
        See [logind.conf(5)](https://www.freedesktop.org/software/systemd/man/logind.conf.html)
        See {manpage}`logind.conf(5)`
        for available options.
      '';
    };