~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to man/kill.1

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2
 
.TH KILL "1" "September 2011" "GNU coreutils 8.12.197-032bb" "User Commands"
 
2
.TH KILL "1" "October 2012" "GNU coreutils 8.20" "User Commands"
3
3
.SH NAME
4
4
kill \- send signals to processes, or list signals
5
5
.SH SYNOPSIS
34
34
\fB\-\-version\fR
35
35
output version information and exit
36
36
.PP
37
 
SIGNAL may be a signal name like `HUP', or a signal number like `1',
 
37
SIGNAL may be a signal name like 'HUP', or a signal number like '1',
38
38
or the exit status of a process terminated by a signal.
39
39
PID is an integer; if negative it identifies a process group.
40
40
.PP
52
52
.br
53
53
Report kill translation bugs to <http://translationproject.org/team/>
54
54
.SH COPYRIGHT
55
 
Copyright \(co 2011 Free Software Foundation, Inc.
 
55
Copyright \(co 2012 Free Software Foundation, Inc.
56
56
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
57
57
.br
58
58
This is free software: you are free to change and redistribute it.