~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/additions/mysql_waitpid.1

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2013-12-22 10:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20131222102705-mndw7s12mz0szrcn
Tags: upstream-5.5.32
Import upstream version 5.5.32

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