File: manpage.patch

package info (click to toggle)
libssh2 1.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,720 kB
  • sloc: ansic: 36,776; sh: 5,355; makefile: 448; cpp: 118; awk: 23
file content (14 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fix typo
Author: Nicolas Mora <babelouest@debian.org>
Forwarded: not-needed
--- a/docs/libssh2_userauth_publickey_frommemory.3
+++ b/docs/libssh2_userauth_publickey_frommemory.3
@@ -14,7 +14,7 @@
                                            size_t privatekeydata_len,
                                            const char *passphrase);
 .SH DESCRIPTION
-This function allows to authenticate a session with a public key read from memory.
+This function allows one to authenticate a session with a public key read from memory.
 It's only supported when libssh2 is backed by OpenSSL.
 \fIsession\fP - Session instance as returned by
 .BR libssh2_session_init_ex(3)