about summary refs log tree commit diff
path: root/manual/crypt.texi
diff options
context:
space:
mode:
authorRical Jasan <ricaljasan@pacific.net>2017-05-14 03:58:32 -0700
committerRical Jasan <ricaljasan@pacific.net>2017-05-18 00:39:48 -0700
commitf227c3e0a6a93e111a6217942d21ebab5898d59b (patch)
tree171e66fea1fc78628cb051fafb13a214b20f393e /manual/crypt.texi
parentdec4a7105edcdbabdcac5f358f5bc5dca4f4ed1b (diff)
downloadglibc-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/crypt.texi')
-rw-r--r--manual/crypt.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/crypt.texi b/manual/crypt.texi
index 4ab512bb37..59e42652ab 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