~fractalcat/gearmand/docfixes

« back to all changes in this revision

Viewing changes to docs/man/gearman_string_t.3

  • Committer: Brian Aker
  • Date: 2012-09-30 23:55:03 UTC
  • mto: (621.4.21 workspace)
  • mto: This revision was merged to the branch mainline in revision 656.
  • Revision ID: brian@tangent.org-20120930235503-u6r0uq1hl0mdj5an
Fix it so that we don't need to store the manpages in the tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "GEARMAN_STRING_T" "3" "September 14, 2012" "0.38" "Gearmand"
2
 
.SH NAME
3
 
gearman_string_t \- Gearmand Documentation, http://gearman.info/
4
 
.
5
 
.nr rst2man-indent-level 0
6
 
.
7
 
.de1 rstReportMargin
8
 
\\$1 \\n[an-margin]
9
 
level \\n[rst2man-indent-level]
10
 
level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
11
 
-
12
 
\\n[rst2man-indent0]
13
 
\\n[rst2man-indent1]
14
 
\\n[rst2man-indent2]
15
 
..
16
 
.de1 INDENT
17
 
.\" .rstReportMargin pre:
18
 
. RS \\$1
19
 
. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
20
 
. nr rst2man-indent-level +1
21
 
.\" .rstReportMargin post:
22
 
..
23
 
.de UNINDENT
24
 
. RE
25
 
.\" indent \\n[an-margin]
26
 
.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
 
.nr rst2man-indent-level -1
28
 
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
29
 
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
30
 
..
31
 
.\" Man page generated from reStructeredText.
32
 
.
33
 
.SH SYNOPSIS
34
 
.sp
35
 
#include <libgearman/gearman.h>
36
 
.INDENT 0.0
37
 
.TP
38
 
.B gearman_string_t
39
 
.UNINDENT
40
 
.INDENT 0.0
41
 
.TP
42
 
.B size_t gearman_size(\fI\%gearman_string_t\fP)
43
 
.UNINDENT
44
 
.INDENT 0.0
45
 
.TP
46
 
.B const char *gearman_c_str(\fI\%gearman_string_t\fP)
47
 
.UNINDENT
48
 
.sp
49
 
Compile and link with \-lgearman
50
 
.SH DESCRIPTION
51
 
.sp
52
 
The \fI\%gearman_string_t\fP is a simple type representing a "string".
53
 
Once created \fI\%gearman_string_t\fP are not mutable once created. They
54
 
only point to the strings that define them and require no deallocation.
55
 
.SH SEE ALSO
56
 
.sp
57
 
\fIgearmand(8)\fP \fIlibgearman(3)\fP
58
 
.SH AUTHOR
59
 
Data Differential http://www.datadifferential.com/
60
 
.SH COPYRIGHT
61
 
2012, Data Differential, http://www.datadifferential.com/
62
 
.\" Generated by docutils manpage writer.
63
 
.\" 
64
 
.