diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-23 07:44:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2014-03-23 07:44:38 +0000 |
commit | 87626c1da6ac7645da4aacfde1737e5eb6ab1761 (patch) | |
tree | 47f541278dad964632049e20a83179bc1d248cda /bin | |
parent | 63e91d101b8aee4637a64050d2e86efb7876042e (diff) |
note that the last two usage forms are marked xsi; ok millert
Diffstat (limited to 'bin')
-rw-r--r-- | bin/kill/kill.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/bin/kill/kill.1 b/bin/kill/kill.1 index 6338a8d27fa..e6f2c5d6eeb 100644 --- a/bin/kill/kill.1 +++ b/bin/kill/kill.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: kill.1,v 1.35 2010/12/23 14:43:03 jmc Exp $ +.\" $OpenBSD: kill.1,v 1.36 2014/03/23 07:44:37 jmc Exp $ .\" $NetBSD: kill.1,v 1.8 1995/09/07 06:30:26 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)kill.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: December 23 2010 $ +.Dd $Mdocdate: March 23 2014 $ .Dt KILL 1 .Os .Sh NAME @@ -157,6 +157,16 @@ utility is compliant with the .St -p1003.1-2008 specification. .Pp +The +.Fl Ar signal_name +and +.Fl Ar signal_number +syntax is marked by +.St -p1003.1-2008 +as being an +X/Open System Interfaces +option. +.Pp .Nm also exists as a built-in to .Xr csh 1 |