summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2023-10-04 10:54:04 +1100
committerDamien Miller <djm@mindrot.org>2023-10-04 10:54:04 +1100
commit12e2d4b13f6f63ce2de13cbfcc9e4d0d4b4ab231 (patch)
tree67e1cea1e18d3c3f38fafd50f91433b014fd084c
parent6c2c6ffde75df95fd838039850d3dd3d84956d87 (diff)
use portable provider allowlist path in manpage
spotted by Jann Horn
-rw-r--r--ssh-agent.12
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-agent.1 b/ssh-agent.1
index 6815eb83..0b93d03a 100644
--- a/ssh-agent.1
+++ b/ssh-agent.1
@@ -156,7 +156,7 @@ See PATTERNS in
.Xr ssh_config 5
for a description of pattern-list syntax.
The default list is
-.Dq /usr/lib/*,/usr/local/lib/* .
+.Dq usr/lib*/*,/usr/local/lib*/* .
.It Fl s
Generate Bourne shell commands on
.Dv stdout .