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

nixos/*: tag manpage references (#377184)

parents 3b321135 5e6998ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ in
          type = types.lines;
          description = ''
            Extra configuration options that will be added verbatim at
            the end of the nslcd configuration file (`nslcd.conf(5)`).
            the end of the nslcd configuration file ({manpage}`nslcd.conf(5)`).
          '';
        };

@@ -219,7 +219,7 @@ in
        type = types.lines;
        description = ''
          Extra configuration options that will be added verbatim at
          the end of the ldap configuration file (`ldap.conf(5)`).
          the end of the ldap configuration file ({manpage}`ldap.conf(5)`).
          If {option}`users.ldap.daemon` is enabled, this
          configuration will not be used. In that case, use
          {option}`users.ldap.daemon.extraConfig` instead.
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ in
                - `0` (or `"plain"`):
                  No encryption. Passwords are stored in plaintext. HIGHLY DISCOURAGED.
                - `1` (or `"Y"`):
                  Use crypt(3) function.
                  Use {manpage}`crypt(3)` function.
                - `2` (or `"mysql"`):
                  Use the MySQL PASSWORD() function. It is possible that the encryption function used
                  by `pam_mysql` is different from that of the MySQL server, as
+3 −3
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ let
          If not specified, the amount of data to read from `source` will be
          determined by cryptsetup.

          See `cryptsetup-open(8)` for details.
          See `{manpage}`cryptsetup-open(8)`` for details.
        '';
      };

@@ -60,7 +60,7 @@ let
          If not specified, the default sector size is determined from the
          underlying block device.

          See `cryptsetup-open(8)` for details.
          See `{manpage}`cryptsetup-open(8)`` for details.
        '';
      };

@@ -158,7 +158,7 @@ let
          whole swap space is discarded at swapon invocation. If "pages",
          asynchronous discard on freed pages is performed, before returning to
          the available pages pool. With "both", both policies are activated.
          See swapon(8) for more information.
          See {manpage}`swapon(8)` for more information.
        '';
      };

+1 −1
Original line number Diff line number Diff line
@@ -204,7 +204,7 @@ let
      homeMode = mkOption {
        type = types.strMatching "[0-7]{1,5}";
        default = "700";
        description = "The user's home directory mode in numeric format. See chmod(1). The mode is only applied if {option}`users.users.<name>.createHome` is true.";
        description = "The user's home directory mode in numeric format. See {manpage}`chmod(1)`. The mode is only applied if {option}`users.users.<name>.createHome` is true.";
      };

      cryptHomeLuks = mkOption {
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ in
      description = ''
        Configuration for `xdg-desktop-portal-wlr`.

        See `xdg-desktop-portal-wlr(5)` for supported
        See {manpage}`xdg-desktop-portal-wlr(5)` for supported
        values.
      '';

Loading