diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-13 08:48:20 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-07-19 12:51:28 +0200 |
| commit | 45c99e3ec455612abe996978a7c5dd80dde73ebd (patch) | |
| tree | ebef13879e8c48c9b027335f30e53d3b15444145 /man2/spu_create.2 | |
| parent | 498a96a2391094f2d137460d007ff2f0e7a2fae6 (diff) | |
| download | man-pages-45c99e3ec455612abe996978a7c5dd80dde73ebd.tar.gz | |
get_robust_list.2, get_thread_area.2, getcpu.2, getdents.2, gettid.2, io_cancel.2, io_destroy.2, io_getevents.2, io_setup.2, io_submit.2, ioprio_set.2, kexec_load.2, llseek.2, modify_ldt.2, mq_getsetattr.2, pivot_root.2, readdir.2, rt_sigqueueinfo.2, set_thread_area.2, sgetmask.2, spu_create.2, spu_run.2, subpage_prot.2, sysctl.2, tkill.2: Add note to SYNOPSIS that there is no glibc wrapper for system call
Reduce the chance that the reader may be misled into thinking
that there is a wrapper function for this system call by noting
explicitly in the SYNOPSIS that there is no glibc wrapper and
pointing the reader to NOTES for further details.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/spu_create.2')
| -rw-r--r-- | man2/spu_create.2 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man2/spu_create.2 b/man2/spu_create.2 index c35a87ea54..a47f4d58a4 100644 --- a/man2/spu_create.2 +++ b/man2/spu_create.2 @@ -21,7 +21,7 @@ .\" 2007-07-10, some polishing by mtk .\" 2007-09-28, updates for newer kernels by Jeremy Kerr <jk@ozlabs.org> .\" -.TH SPU_CREATE 2 2007-12-20 Linux "Linux Programmer's Manual" +.TH SPU_CREATE 2 2012-07-13 Linux "Linux Programmer's Manual" .SH NAME spu_create \- create a new spu context .SH SYNOPSIS @@ -33,6 +33,9 @@ spu_create \- create a new spu context .BI "int spu_create(const char *" pathname ", int " flags ", mode_t " mode "," .BI " int " neighbor_fd ");" .fi + +.IR Note : +There is no glibc wrapper for this system call; see NOTES. .SH DESCRIPTION The .BR spu_create () |
