diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-18 09:22:32 +0000 |
| commit | 2faeeff4c9bb77cca44a977d96c1a9fc7af8d8a3 (patch) | |
| tree | cb18f664ed0ee63bee30f6af9b148510b6e9663b /lib/libc/sys/kill.2 | |
| parent | a1096fe6dfb9dc2ec492a1421075a38d6d75bc02 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/kill.2')
| -rw-r--r-- | lib/libc/sys/kill.2 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2 index a04f46f8d9030..7cbe63dca0b25 100644 --- a/lib/libc/sys/kill.2 +++ b/lib/libc/sys/kill.2 @@ -48,7 +48,7 @@ .Sh DESCRIPTION The .Fn kill -function sends the signal given by +system call sends the signal given by .Fa sig to .Fa pid , @@ -108,7 +108,9 @@ This is a variant of .Sh RETURN VALUES .Rv -std kill .Sh ERRORS -.Fn Kill +The +.Fn kill +system call will fail and no signal will be sent if: .Bl -tag -width Er .It Bq Er EINVAL @@ -136,10 +138,10 @@ of the group could not be signaled. .Sh STANDARDS The .Fn kill -function call is expected to conform to +system call is expected to conform to .St -p1003.1-90 . .Sh HISTORY -A +The .Fn kill -function call appeared in +function appeared in .At v7 . |
