diff options
author | Rical Jasan <ricaljasan@pacific.net> | 2017-05-14 03:58:32 -0700 |
---|---|---|
committer | Rical Jasan <ricaljasan@pacific.net> | 2017-05-18 00:39:48 -0700 |
commit | f227c3e0a6a93e111a6217942d21ebab5898d59b (patch) | |
tree | 171e66fea1fc78628cb051fafb13a214b20f393e /manual/resource.texi | |
parent | dec4a7105edcdbabdcac5f358f5bc5dca4f4ed1b (diff) | |
download | glibc-f227c3e0a6a93e111a6217942d21ebab5898d59b.tar glibc-f227c3e0a6a93e111a6217942d21ebab5898d59b.tar.gz glibc-f227c3e0a6a93e111a6217942d21ebab5898d59b.tar.bz2 glibc-f227c3e0a6a93e111a6217942d21ebab5898d59b.zip |
manual: Fix up invalid header and standards syntax.
This commit handles exceptional cases of invalid syntax for the
@standards conversion script.
* manual/crypt.texi: Move a comment out of an @*x list.
* manual/filesys.texi: Refactor some comments, one of which
looks like a standard. Fix incorrectly separated standards.
* manual/locale.texi: Invert an annotation.
* manual/resource.texi: Fix incorrectly separated standards.
* manual/time.texi: Refactor a @vtable that obscures an
annotation.
* manual/users.texi: Refactor multiple headers to occupy a
single @comment.
Diffstat (limited to 'manual/resource.texi')
-rw-r--r-- | manual/resource.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/resource.texi b/manual/resource.texi index bf9337553c..2328045ac0 100644 --- a/manual/resource.texi +++ b/manual/resource.texi @@ -1161,7 +1161,7 @@ The highest valid nice value. @end vtable @comment sys/resource.h -@comment BSD,POSIX +@comment BSD, POSIX @deftypefun int getpriority (int @var{class}, int @var{id}) @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} @c Direct syscall on UNIX. On HURD, calls _hurd_priority_which_map. @@ -1190,7 +1190,7 @@ afterward as the criterion for failure. @end deftypefun @comment sys/resource.h -@comment BSD,POSIX +@comment BSD, POSIX @deftypefun int setpriority (int @var{class}, int @var{id}, int @var{niceval}) @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} @c Direct syscall on UNIX. On HURD, calls _hurd_priority_which_map. |