~ourdelta-core/ourdelta/ourdelta-percona-d6-mysql50

« back to all changes in this revision

Viewing changes to bakery/debian-5.1/additions/mysql_waitpid.1

  • Committer: Arjen Lentz
  • Date: 2008-10-23 12:36:56 UTC
  • mfrom: (30.2.14 ourdelta-cafuego)
  • Revision ID: arjen@openquery.com.au-20081023123656-82g0u0qb0uo3qrok
Get bakery (OurDelta build process) files into mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
 
2
.SH NAME
 
3
mysql_waitpid \- Waits a specified amount of seconds for a PID to terminate.
 
4
.SH SYNOPSIS
 
5
mysql_waitpid [options] <pid> <seconds>
 
6
.SH DESCRIPTION
 
7
Description: Waits for a program, which program id is #pid, to
 
8
terminate within #time seconds. If the program terminates within
 
9
this time, or if the #pid no longer exists, value 0 is returned.
 
10
Otherwise 1 is returned. Both #pid and #time must be positive
 
11
integer arguments.
 
12
 
 
13
See mysql_waitpid for options.
 
14
.SH "SEE ALSO"
 
15
mysql (1), mysqld (1)
 
16
.SH AUTHOR
 
17
This manpage was written by Christian Hammers <ch@debian.org>.
 
18
 
 
19
MySQL is available at http://www.mysql.com/.
 
20
.\" end of man page