From 5a643387ec1234c5f25357f2ff962a84895436f6 Mon Sep 17 00:00:00 2001 From: pennae Date: Mon, 29 Aug 2022 16:51:16 +0200 Subject: nixos/*: normalize more docbook for auto-conversion --- nixos/lib/systemd-unit-options.nix | 30 +++++++------------- nixos/modules/config/mysql.nix | 33 ++++++++-------------- .../services/networking/globalprotect-vpn.nix | 4 +-- 3 files changed, 22 insertions(+), 45 deletions(-) diff --git a/nixos/lib/systemd-unit-options.nix b/nixos/lib/systemd-unit-options.nix index 84388b55503..ae4fa1a3362 100644 --- a/nixos/lib/systemd-unit-options.nix +++ b/nixos/lib/systemd-unit-options.nix @@ -192,8 +192,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Unit] section of the unit. See - systemd.unit - 5 for details. + systemd.unit5 for details. ''; }; @@ -296,8 +295,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Service] section of the unit. See - systemd.service - 5 for details. + systemd.service5 for details. ''; }; @@ -449,8 +447,7 @@ in rec { description = '' Automatically start this unit at the given date/time, which must be in the format described in - systemd.time - 7. This is equivalent + systemd.time7. This is equivalent to adding a corresponding timer unit with set to the value given here. ''; @@ -497,8 +494,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Socket] section of the unit. See - systemd.socket - 5 for details. + systemd.socket5 for details. ''; }; }; @@ -530,10 +526,8 @@ in rec { description = '' Each attribute in this set specifies an option in the [Timer] section of the unit. See - systemd.timer - 5 and - systemd.time - 7 for details. + systemd.timer5 and + systemd.time7 for details. ''; }; @@ -565,8 +559,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Path] section of the unit. See - systemd.path - 5 for details. + systemd.path5 for details. ''; }; @@ -627,8 +620,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Mount] section of the unit. See - systemd.mount - 5 for details. + systemd.mount5 for details. ''; }; @@ -668,8 +660,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Automount] section of the unit. See - systemd.automount - 5 for details. + systemd.automount5 for details. ''; }; @@ -700,8 +691,7 @@ in rec { description = '' Each attribute in this set specifies an option in the [Slice] section of the unit. See - systemd.slice - 5 for details. + systemd.slice5 for details. ''; }; diff --git a/nixos/modules/config/mysql.nix b/nixos/modules/config/mysql.nix index bef6acb5dbb..d94c62510a6 100644 --- a/nixos/modules/config/mysql.nix +++ b/nixos/modules/config/mysql.nix @@ -199,8 +199,7 @@ in description = '' The name of the column in the log table to which the name of the remote host that initiates the session is stored. The value is supposed to be - set by the PAM-aware application with pam_set_item(PAM_RHOST) - . + set by the PAM-aware application with pam_set_item(PAM_RHOST). ''; }; timeColumn = mkOption { @@ -234,8 +233,7 @@ in LIMIT 1 ''; description = '' - SQL query for the getpwnam + SQL query for the getpwnam syscall. ''; }; @@ -249,8 +247,7 @@ in LIMIT 1 ''; description = '' - SQL query for the getpwuid + SQL query for the getpwuid syscall. ''; }; @@ -264,8 +261,7 @@ in LIMIT 1 ''; description = '' - SQL query for the getspnam + SQL query for the getspnam syscall. ''; }; @@ -276,8 +272,7 @@ in SELECT username,'x',uid,'5000','MySQL User', CONCAT('/home/',username),'/run/sw/current-system/bin/bash' FROM users ''; description = '' - SQL query for the getpwent + SQL query for the getpwent syscall. ''; }; @@ -288,8 +283,7 @@ in SELECT username,password,'1','0','99999','0','0','-1','0' FROM users ''; description = '' - SQL query for the getspent + SQL query for the getspent syscall. ''; }; @@ -300,8 +294,7 @@ in SELECT name,password,gid FROM groups WHERE name='%1$s' LIMIT 1 ''; description = '' - SQL query for the getgrnam + SQL query for the getgrnam syscall. ''; }; @@ -312,8 +305,7 @@ in SELECT name,password,gid FROM groups WHERE gid='%1$u' LIMIT 1 ''; description = '' - SQL query for the getgrgid + SQL query for the getgrgid syscall. ''; }; @@ -324,8 +316,7 @@ in SELECT name,password,gid FROM groups ''; description = '' - SQL query for the getgrent + SQL query for the getgrent syscall. ''; }; @@ -336,8 +327,7 @@ in SELECT username FROM grouplist WHERE gid='%1$u' ''; description = '' - SQL query for the memsbygid + SQL query for the memsbygid syscall. ''; }; @@ -348,8 +338,7 @@ in SELECT gid FROM grouplist WHERE username='%1$s' ''; description = '' - SQL query for the gidsbymem + SQL query for the gidsbymem syscall. ''; }; diff --git a/nixos/modules/services/networking/globalprotect-vpn.nix b/nixos/modules/services/networking/globalprotect-vpn.nix index bb60916244f..e1b66a76866 100644 --- a/nixos/modules/services/networking/globalprotect-vpn.nix +++ b/nixos/modules/services/networking/globalprotect-vpn.nix @@ -19,9 +19,7 @@ in settings = mkOption { description = '' GlobalProtect-openconnect configuration. For more information, visit - . + . ''; default = { }; example = { -- cgit 1.4.1