From cc6e48bc7c8e7a349147d5ce7683591175134076 Mon Sep 17 00:00:00 2001 From: Nicolas Boulenguez Date: Fri, 17 Feb 2012 17:44:38 +0000 Subject: Fix various problems with @deftypefun lines. --- manual/resource.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/resource.texi') diff --git a/manual/resource.texi b/manual/resource.texi index 8e3155c..173ed41 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}. -- cgit v1.1