From f227c3e0a6a93e111a6217942d21ebab5898d59b Mon Sep 17 00:00:00 2001 From: Rical Jasan Date: Sun, 14 May 2017 03:58:32 -0700 Subject: 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. --- manual/crypt.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/crypt.texi') diff --git a/manual/crypt.texi b/manual/crypt.texi index 4ab512b..59e4265 100644 --- a/manual/crypt.texi +++ b/manual/crypt.texi @@ -290,10 +290,10 @@ stored in a @code{char}, but there are no parity bits in @var{block}. @comment crypt.h @comment GNU @deftypefun void setkey_r (const char *@var{key}, {struct crypt_data *} @var{data}) -@c @safety{@prelim{}@mtsafe{}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@aculock{}}} @comment crypt.h @comment GNU @deftypefunx void encrypt_r (char *@var{block}, int @var{edflag}, {struct crypt_data *} @var{data}) +@c setkey_r: @safety{@prelim{}@mtsafe{}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@aculock{}}} @safety{@prelim{}@mtsafe{}@asunsafe{@asucorrupt{} @asulock{}}@acunsafe{@aculock{}}} These are reentrant versions of @code{setkey} and @code{encrypt}. The -- cgit v1.1