about summary refs log tree commit diff
path: root/manual/resource.texi
diff options
context:
space:
mode:
authorNicolas Boulenguez <nicolas.boulenguez@free.fr>2012-02-17 17:44:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-17 17:44:38 +0000
commitcc6e48bc7c8e7a349147d5ce7683591175134076 (patch)
treec2df9fa3e01548be4bebf1736d1040ce8405765d /manual/resource.texi
parent6dd8f3dca0dacac90815a8776142bd28ba59513e (diff)
downloadglibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar.gz
glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.tar.xz
glibc-cc6e48bc7c8e7a349147d5ce7683591175134076.zip
Fix various problems with @deftypefun lines.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r--manual/resource.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/resource.texi b/manual/resource.texi
index 8e3155cb02..173ed41e7e 100644
--- a/manual/resource.texi
+++ b/manual/resource.texi
@@ -436,7 +436,7 @@ above do.  The functions above are better choices.
 
 @comment ulimit.h
 @comment BSD
-@deftypefun int ulimit (int @var{cmd}, ...)
+@deftypefun int ulimit (int @var{cmd}, @dots{})
 
 @code{ulimit} gets the current limit or sets the current and maximum
 limit for a particular resource for the calling process according to the
@@ -925,7 +925,7 @@ There is no process with pid @var{pid} and it is not zero.
 
 @comment sched.h
 @comment POSIX
-@deftypefun int sched_get_priority_min (int *@var{policy});
+@deftypefun int sched_get_priority_min (int *@var{policy})
 
 This function returns the lowest absolute priority value that is
 allowable for a process with scheduling policy @var{policy}.
@@ -945,7 +945,7 @@ to this function are:
 
 @comment sched.h
 @comment POSIX
-@deftypefun int sched_get_priority_max (int *@var{policy});
+@deftypefun int sched_get_priority_max (int *@var{policy})
 
 This function returns the highest absolute priority value that is
 allowable for a process that with scheduling policy @var{policy}.