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/time.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/time.texi')
-rw-r--r-- | manual/time.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/time.texi b/manual/time.texi index 2fb9232f95..dccb979955 100644 --- a/manual/time.texi +++ b/manual/time.texi @@ -2740,9 +2740,9 @@ by @var{which} in the structure pointed at by @var{old}. The return value and error conditions are the same as for @code{setitimer}. @end deftypefun +@vtable @code @comment sys/time.h @comment BSD -@vtable @code @item ITIMER_REAL This constant can be used as the @var{which} argument to the @code{setitimer} and @code{getitimer} functions to specify the real-time |