about summary refs log tree commit diff
path: root/manual/users.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/users.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/users.texi')
-rw-r--r--manual/users.texi6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/users.texi b/manual/users.texi
index 433eeadf3d..47e28febdc 100644
--- a/manual/users.texi
+++ b/manual/users.texi
@@ -1655,8 +1655,7 @@ You can translate between a traditional @code{struct utmp} and an XPG
 these functions are merely copies, since the two structures are
 identical.
 
-@comment utmpx.h
-@comment utmp.h
+@comment utmp.h utmpx.h
 @comment GNU
 @deftypefun int getutmp (const struct utmpx *@var{utmpx}, struct utmp *@var{utmp})
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}
@@ -1664,8 +1663,7 @@ identical.
 compatible, from @var{utmpx} to @var{utmp}.
 @end deftypefun
 
-@comment utmpx.h
-@comment utmp.h
+@comment utmp.h utmpx.h
 @comment GNU
 @deftypefun int getutmpx (const struct utmp *@var{utmp}, struct utmpx *@var{utmpx})
 @safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}}