diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2014-02-13 11:44:13 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2014-02-13 11:44:13 +0000 |
commit | c05cc2da971d19e64976796e87870350eed3a7de (patch) | |
tree | 17f5312b1615b830022e8ed3a91d5319fd0ed3c8 /share/man/man9 | |
parent | af42e7d0a9ea75c2a69615c651be1cb608ce5aeb (diff) |
introduce a CONTEXT section that describes where you can call the bits of
the API from.
task_add is the first manpage to get this, but hopefully not the last.
inspired by the CONTEXT section in solaris, and introduced here with the
blessing of deraadt@, jmc@, and ingo@.
discussed with jmc@ and ingo@
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/task_add.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/task_add.9 b/share/man/man9/task_add.9 index 1099de2deb9..6ad5f349bdc 100644 --- a/share/man/man9/task_add.9 +++ b/share/man/man9/task_add.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: task_add.9,v 1.8 2014/01/21 03:15:46 schwarze Exp $ +.\" $OpenBSD: task_add.9,v 1.9 2014/02/13 11:44:12 dlg Exp $ .\" .\" Copyright (c) 2013 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 21 2014 $ +.Dd $Mdocdate: February 13 2014 $ .Dt TASK_ADD 9 .Os .Sh NAME @@ -148,7 +148,7 @@ arguments given in .Fa arg1 and .Fa arg2 . -.Pp +.Sh CONTEXT .Fn taskq_create and .Fn taskq_destroy |