1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-08 19:02:07 +03:00

The month should be the 3-letter abbreviation instead of spelled out.

This commit is contained in:
James Housley
2007-06-13 16:41:33 +00:00
parent 94a2585e9e
commit 2003dc1546
16 changed files with 40 additions and 33 deletions

View File

@@ -1,15 +1,22 @@
.\" $Id: template.3,v 1.3 2007/06/13 12:51:11 jehousley Exp $
.\" $Id: template.3,v 1.4 2007/06/13 16:41:33 jehousley Exp $
.\"
.TH libssh2_template 3 "14 Dec 2006" "libssh2 0.15" "libssh2 manual"
.TH libssh2_template 3 "1 Jun 2007" "libssh2 0.15" "libssh2 manual"
.SH NAME
libssh2_template - short function description
.SH SYNOPSIS
#include <libssh2.h>
void libssh2_template(void);
void
libssh2_template(void);
.SH DESCRIPTION
Long text describing the function and its input arguments.
.SH RETURN VALUE
Describe what the function returns.
.SH ERRORS
Add error codes
.SH SEE ALSO
Add related functions