spelling: s/sue/use

This commit is contained in:
Daniel Stenberg 2010-05-21 23:37:43 +02:00
parent 798a808a2b
commit 396dcedc56

View File

@ -1,10 +1,11 @@
.\" Copyright (c) 2009 by Daniel Stenberg .\" Copyright (c) 2009, 2010 by Daniel Stenberg
.\" .\"
.TH libssh2_knownhost_add 3 "28 May 2009" "libssh2 1.2" "libssh2 manual" .TH libssh2_knownhost_add 3 "28 May 2009" "libssh2 1.2" "libssh2 manual"
.SH NAME .SH NAME
libssh2_knownhost_add - add a known host libssh2_knownhost_add - add a known host
.SH SYNOPSIS .SH SYNOPSIS
.nf
#include <libssh2.h> #include <libssh2.h>
int libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS *hosts, int libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS *hosts,
@ -14,7 +15,7 @@ int libssh2_knownhost_add(LIBSSH2_KNOWNHOSTS *hosts,
struct libssh2_knownhost **store); struct libssh2_knownhost **store);
.SH DESCRIPTION .SH DESCRIPTION
We discourage use of this function as of libssh2 1.2.5. Instead we strongly We discourage use of this function as of libssh2 1.2.5. Instead we strongly
urge users to sue \fIlibssh2_knownhost_addc(3)\fP instead, which as a more urge users to use \fIlibssh2_knownhost_addc(3)\fP instead, which as a more
complete API. \fIlibssh2_knownhost_add(3)\fP is subject for removal in a complete API. \fIlibssh2_knownhost_add(3)\fP is subject for removal in a
future release. future release.