From e4ec1c9aa90cec26c8d391be7818e0a549cb292c Mon Sep 17 00:00:00 2001 From: James Housley Date: Wed, 13 Jun 2007 12:51:10 +0000 Subject: [PATCH] Change "SEE ALSO" to SEE ALSO --- docs/libssh2_channel_forward_accept.3 | 4 ++-- docs/libssh2_channel_forward_listen_ex.3 | 4 ++-- docs/libssh2_channel_set_blocking.3 | 4 ++-- docs/libssh2_channel_wait_eof.3 | 4 ++-- docs/libssh2_poll.3 | 4 ++-- docs/libssh2_poll_channel_read.3 | 4 ++-- docs/libssh2_session_disconnect_ex.3 | 4 ++-- docs/libssh2_session_free.3 | 4 ++-- docs/libssh2_session_init.3 | 4 ++-- docs/libssh2_session_startup.3 | 4 ++-- docs/libssh2_sftp_init.3 | 4 ++-- docs/libssh2_sftp_mkdir_ex.3 | 4 ++-- docs/libssh2_sftp_open_ex.3 | 4 ++-- docs/libssh2_sftp_read.3 | 4 ++-- docs/libssh2_sftp_readdir.3 | 4 ++-- docs/template.3 | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/docs/libssh2_channel_forward_accept.3 b/docs/libssh2_channel_forward_accept.3 index b40b46c1..e435d28b 100644 --- a/docs/libssh2_channel_forward_accept.3 +++ b/docs/libssh2_channel_forward_accept.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_channel_forward_accept.3,v 1.2 2007/06/06 12:34:06 jehousley Exp $ +.\" $Id: libssh2_channel_forward_accept.3,v 1.3 2007/06/13 12:51:10 jehousley Exp $ .\" .TH libssh2_channel_forward_accept 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -15,5 +15,5 @@ A newly allocated channel instance or NULL on failure. .SH ERRORS LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_channel_forward_listen(3) diff --git a/docs/libssh2_channel_forward_listen_ex.3 b/docs/libssh2_channel_forward_listen_ex.3 index 0e24087e..7553cdd0 100644 --- a/docs/libssh2_channel_forward_listen_ex.3 +++ b/docs/libssh2_channel_forward_listen_ex.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_channel_forward_listen_ex.3,v 1.3 2007/06/06 12:34:06 jehousley Exp $ +.\" $Id: libssh2_channel_forward_listen_ex.3,v 1.4 2007/06/13 12:51:10 jehousley Exp $ .\" .TH libssh2_channel_forward_listen_ex 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -39,5 +39,5 @@ A newly allocated LIBSSH2_LISTENER instance or NULL on failure. .SH ERRORS LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_channel_forward_accept(3) diff --git a/docs/libssh2_channel_set_blocking.3 b/docs/libssh2_channel_set_blocking.3 index 6255b0c9..d1bf0c7d 100644 --- a/docs/libssh2_channel_set_blocking.3 +++ b/docs/libssh2_channel_set_blocking.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_channel_set_blocking.3,v 1.1 2006/12/21 14:09:13 bagder Exp $ +.\" $Id: libssh2_channel_set_blocking.3,v 1.2 2007/06/13 12:51:10 jehousley Exp $ .\" .TH libssh2_channel_set_blocking 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -19,5 +19,5 @@ immediately with an empty buffer. make it non-blocking. .SH RETURN VALUE None -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_channel_read_ex(3) diff --git a/docs/libssh2_channel_wait_eof.3 b/docs/libssh2_channel_wait_eof.3 index 98d36c45..6420497b 100644 --- a/docs/libssh2_channel_wait_eof.3 +++ b/docs/libssh2_channel_wait_eof.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_channel_wait_eof.3,v 1.2 2007/06/08 13:33:08 jehousley Exp $ +.\" $Id: libssh2_channel_wait_eof.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_channel_wait_eof 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -15,5 +15,5 @@ Wait for the remote end to acknowledge an EOF request. Return 0 on success or negative on failure. It returns LIBSSH2_ERROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_channel_send_eof(3), libssh2_channel_eof(3) diff --git a/docs/libssh2_poll.3 b/docs/libssh2_poll.3 index 5a2cc91b..eb9ae5ae 100644 --- a/docs/libssh2_poll.3 +++ b/docs/libssh2_poll.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_poll.3,v 1.2 2007/04/12 21:30:03 dfandrich Exp $ +.\" $Id: libssh2_poll.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_poll 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -15,5 +15,5 @@ to accommodate the disparate datatypes, POLLFD constants have been namespaced to avoid platform discrepancies, and revents has additional values defined. .SH "RETURN VALUE" Number of fds with interesting events. -.SH "SEE ALSO" +.SH SEE ALSO .BR libssh2_poll_channel_read(3) diff --git a/docs/libssh2_poll_channel_read.3 b/docs/libssh2_poll_channel_read.3 index c7098343..7aa0325f 100644 --- a/docs/libssh2_poll_channel_read.3 +++ b/docs/libssh2_poll_channel_read.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_poll_channel_read.3,v 1.1 2007/02/23 10:20:56 bagder Exp $ +.\" $Id: libssh2_poll_channel_read.3,v 1.2 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_poll_channel_read 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -14,5 +14,5 @@ packets are available to be processed. For full polling support, use \fIlibssh2_poll(3)\fP. .SH RETURN VALUE Returns 1 when data is available and 0 otherwise. -.SH "SEE ALSO" +.SH SEE ALSO .BR libssh2_poll(3) diff --git a/docs/libssh2_session_disconnect_ex.3 b/docs/libssh2_session_disconnect_ex.3 index bc5d5a45..6e506d54 100644 --- a/docs/libssh2_session_disconnect_ex.3 +++ b/docs/libssh2_session_disconnect_ex.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_session_disconnect_ex.3,v 1.1 2007/06/06 12:34:07 jehousley Exp $ +.\" $Id: libssh2_session_disconnect_ex.3,v 1.2 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_session_disconnect_ex 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -16,5 +16,5 @@ at this point and should be explicitly freed prior to disconnection. .SH ERRORS LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_session_init(3) diff --git a/docs/libssh2_session_free.3 b/docs/libssh2_session_free.3 index db1ecc3f..802b313d 100644 --- a/docs/libssh2_session_free.3 +++ b/docs/libssh2_session_free.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_session_free.3,v 1.1 2006/12/21 14:09:13 bagder Exp $ +.\" $Id: libssh2_session_free.3,v 1.2 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_session_free 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -12,6 +12,6 @@ Frees resources associated with a session instance. Typically called after \fIlibssh2_session_disconnect(3)\fP. .SH RETURN VALUE None -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_session_init(3), .BI libssh2_session_disconnect(3) diff --git a/docs/libssh2_session_init.3 b/docs/libssh2_session_init.3 index 0ec5146c..9a2cb203 100644 --- a/docs/libssh2_session_init.3 +++ b/docs/libssh2_session_init.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_session_init.3,v 1.3 2007/06/06 12:34:07 jehousley Exp $ +.\" $Id: libssh2_session_init.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_session_init 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -27,6 +27,6 @@ Pointer to a newly allocated LIBSSH2_SESSION instance, or NULL on errors. .SH ERRORS LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_session_free(3), .BI libssh2_session_startup(3) diff --git a/docs/libssh2_session_startup.3 b/docs/libssh2_session_startup.3 index eb2747f2..d8c02ccc 100644 --- a/docs/libssh2_session_startup.3 +++ b/docs/libssh2_session_startup.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_session_startup.3,v 1.3 2007/06/06 12:34:07 jehousley Exp $ +.\" $Id: libssh2_session_startup.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_session_startup 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -32,6 +32,6 @@ Invalid response received from server. .br LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_session_free(3), .BI libssh2_session_init(3) diff --git a/docs/libssh2_sftp_init.3 b/docs/libssh2_sftp_init.3 index 13b4bef9..090024e5 100644 --- a/docs/libssh2_sftp_init.3 +++ b/docs/libssh2_sftp_init.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_sftp_init.3,v 1.3 2007/06/06 12:34:07 jehousley Exp $ +.\" $Id: libssh2_sftp_init.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_sftp_init 3 "1 June 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -20,5 +20,5 @@ A pointer to the newly allocated SFTP instance or NULL on failure. .SH ERRORS LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh2_sftp_shutdown(3), libssh2_sftp_open_ex(3) diff --git a/docs/libssh2_sftp_mkdir_ex.3 b/docs/libssh2_sftp_mkdir_ex.3 index f908d7f5..8901f13e 100644 --- a/docs/libssh2_sftp_mkdir_ex.3 +++ b/docs/libssh2_sftp_mkdir_ex.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_sftp_mkdir_ex.3,v 1.3 2007/06/08 13:33:08 jehousley Exp $ +.\" $Id: libssh2_sftp_mkdir_ex.3,v 1.4 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_sftp_mkdir_ex 3 "16 Apr 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -24,5 +24,5 @@ directory's parents must all exist priot to making this call. 0 on success, or -1 on failure. It returns LIBSSH2_ERROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se. -.SH "SEE ALSO" +.SH SEE ALSO .BR libssh2_sftp_opendir(3) diff --git a/docs/libssh2_sftp_open_ex.3 b/docs/libssh2_sftp_open_ex.3 index 1743fb8d..9ded0fa3 100644 --- a/docs/libssh2_sftp_open_ex.3 +++ b/docs/libssh2_sftp_open_ex.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_sftp_open_ex.3,v 1.4 2007/06/07 16:01:12 jehousley Exp $ +.\" $Id: libssh2_sftp_open_ex.3,v 1.5 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_sftp_open_ex 3 "23 Jan 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -37,6 +37,6 @@ failure. .SH ERRORS LIBSSH2_ERROR_EAGAIN Marked for non-blocking I/O but the call would block. -.SH "SEE ALSO" +.SH SEE ALSO .BI libssh_sftp_close(3) diff --git a/docs/libssh2_sftp_read.3 b/docs/libssh2_sftp_read.3 index 4f47e256..4e6e3939 100644 --- a/docs/libssh2_sftp_read.3 +++ b/docs/libssh2_sftp_read.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_sftp_read.3,v 1.5 2007/06/08 13:33:08 jehousley Exp $ +.\" $Id: libssh2_sftp_read.3,v 1.6 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_sftp_read 3 "6 Feb 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -24,6 +24,6 @@ if further reads would cause the socket to block. Number of bytes actually populated into buffer, or -1 on failure. It returns LIBSSH2_ERROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se. -.SH "SEE ALSO" +.SH SEE ALSO .BR libssh2_sftp_open(3) .BR libssh2_sftp_readnb(3) diff --git a/docs/libssh2_sftp_readdir.3 b/docs/libssh2_sftp_readdir.3 index 11262793..565e9432 100644 --- a/docs/libssh2_sftp_readdir.3 +++ b/docs/libssh2_sftp_readdir.3 @@ -1,4 +1,4 @@ -.\" $Id: libssh2_sftp_readdir.3,v 1.5 2007/06/08 13:33:08 jehousley Exp $ +.\" $Id: libssh2_sftp_readdir.3,v 1.6 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_sftp_readdir 3 "16 Apr 2007" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -32,6 +32,6 @@ statbuf style data into. Number of bytes actually populated into buffer, or -1 on failure. It returns LIBSSH2_ERROR_EAGAIN when it would otherwise block. While LIBSSH2_ERROR_EAGAIN is a negative number, it isn't really a failure per se. -.SH "SEE ALSO" +.SH SEE ALSO .BR libssh2_sftp_opendir(3) .BR libssh2_sftp_readdirnb(3) diff --git a/docs/template.3 b/docs/template.3 index d5e111ab..fe42d4d8 100644 --- a/docs/template.3 +++ b/docs/template.3 @@ -1,4 +1,4 @@ -.\" $Id: template.3,v 1.2 2007/04/12 21:30:03 dfandrich Exp $ +.\" $Id: template.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $ .\" .TH libssh2_template 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual" .SH NAME @@ -11,5 +11,5 @@ void libssh2_template(void); Long text describing the function and its input arguments. .SH RETURN VALUE Describe what the function returns. -.SH "SEE ALSO" +.SH SEE ALSO Add related functions