~clint-fewbar/ubuntu/precise/gearmand/drop-unneeded-patches

« back to all changes in this revision

Viewing changes to docs/man/man3/gearman_worker_remove_options.3

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2009-09-28 21:43:31 UTC
  • mto: (1.2.3 upstream) (6.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090928214331-9bku0d3v1b1ypgp4
ImportĀ upstreamĀ versionĀ 0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH gearman_worker_remove_options 3 2009-09-29 "Gearman" "Gearman"
 
2
.SH NAME
 
3
gearman_worker_remove_options \- Worker Interface
 
4
.SH SYNOPSIS
 
5
.B #include <libgearman/gearman.h>
 
6
.sp
 
7
.BI " void gearman_worker_remove_options(gearman_worker_st " *worker ",  gearman_worker_options_t options);"
 
8
.SH DESCRIPTION
 
9
Remove options for a worker structure.
 
10
*
 
11
.SH PARAMETERS
 
12
.TP
 
13
.BR 
 
14
[in] worker Structure previously initialized with
 
15
gearman_worker_create() or gearman_worker_clone().
 
16
.TP
 
17
.BR options
 
18
Available options for worker structures.
 
19
.SH "SEE ALSO"
 
20
The Gearman homepage: http://www.gearman.org/
 
21
.SH BUGS
 
22
Bugs should be reported at https://bugs.launchpad.net/gearmand
 
23
.SH COPYING
 
24
Copyright (C) 2008 Brian Aker, Eric Day. All rights reserved.
 
25
 
 
26
Use and distribution licensed under the BSD license. See the COPYING file in the original source for full text.