mirror of
git://slackware.nl/current.git
synced 2024-12-31 10:28:29 +01:00
27 lines
971 B
Diff
27 lines
971 B
Diff
|
From b33551895b3c02dc7082363c6aae13f8e336f4e5 Mon Sep 17 00:00:00 2001
|
||
|
From: Arthur de Jong <arthur@arthurdejong.org>
|
||
|
Date: Mon, 10 Feb 2020 22:52:16 +0100
|
||
|
Subject: [PATCH] Fix typo in manual page
|
||
|
|
||
|
Thanks Benedict Reuschling for pointing this out.
|
||
|
|
||
|
Closes https://github.com/arthurdejong/nss-pam-ldapd/issues/39
|
||
|
Fixes b93838d
|
||
|
---
|
||
|
man/nslcd.conf.5.xml | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
|
||
|
index 7ae56b28..4e81645c 100644
|
||
|
--- a/man/nslcd.conf.5.xml
|
||
|
+++ b/man/nslcd.conf.5.xml
|
||
|
@@ -514,7 +514,7 @@
|
||
|
<term><option>idle_timelimit</option> <replaceable>SECONDS</replaceable></term>
|
||
|
<listitem>
|
||
|
<para>
|
||
|
- Specifies the period if inactivity (in seconds) after which the
|
||
|
+ Specifies the period of inactivity (in seconds) after which the
|
||
|
connection to the <acronym>LDAP</acronym> server will be closed.
|
||
|
The default is not to time out connections.
|
||
|
</para>
|