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/locale.texi | |
parent | dec4a7105edcdbabdcac5f358f5bc5dca4f4ed1b (diff) | |
download | glibc-f227c3e0a6a93e111a6217942d21ebab5898d59b.tar.gz glibc-f227c3e0a6a93e111a6217942d21ebab5898d59b.tar.xz 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/locale.texi')
-rw-r--r-- | manual/locale.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/locale.texi b/manual/locale.texi index 780ce0145f..ae71ccc906 100644 --- a/manual/locale.texi +++ b/manual/locale.texi @@ -1406,8 +1406,8 @@ English. @Theglibc{} contains @code{rpmatch} to give applications easy access to the corresponding locale definitions. -@comment GNU @comment stdlib.h +@comment GNU @deftypefun int rpmatch (const char *@var{response}) @safety{@prelim{}@mtsafe{@mtslocale{}}@asunsafe{@asucorrupt{} @ascuheap{} @asulock{} @ascudlopen{}}@acunsafe{@acucorrupt{} @aculock{} @acsmem{} @acsfd{}}} @c Calls nl_langinfo with YESEXPR and NOEXPR, triggering @mtslocale but |