summaryrefslogtreecommitdiff
path: root/doc/reference.texi
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-10 11:05:33 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-10 11:05:33 +0000
commit14ed950dadb927ca5fdc90ed8f85a42a708d960c (patch)
tree3c9ff3a2fded5548bacfb16bad0366e7eed369df /doc/reference.texi
parentf107c34f820e86ecbdc6af764d9d7d8922074cff (diff)
downloadlibgtop-14ed950dadb927ca5fdc90ed8f85a42a708d960c.tar.gz
*** empty log message ***
Diffstat (limited to 'doc/reference.texi')
-rw-r--r--doc/reference.texi36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/reference.texi b/doc/reference.texi
index a82eeb8d..f0a4df18 100644
--- a/doc/reference.texi
+++ b/doc/reference.texi
@@ -573,29 +573,29 @@ Declaration of @code{glibtop_proc_uid} in @file{<glibtop/procuid.h>}:
@example
@cartouche
-typedef struct _glibtop_proc_uid glibtop_proc_uid;
+typedef struct _glibtop_proc_uid glibtop_proc_uid;
struct _glibtop_proc_uid
@{
u_int64_t flags;
int uid,
- euid,
- gid,
- egid,
- suid,
- sgid,
- fsuid,
- fsgid,
- pid,
- ppid,
- pgrp,
- session,
- tty,
- tpgid,
- priority,
- nice,
- ngroups,
- groups [GLIBTOP_MAX_GROUPS];
+ euid,
+ gid,
+ egid,
+ suid,
+ sgid,
+ fsuid,
+ fsgid,
+ pid,
+ ppid,
+ pgrp,
+ session,
+ tty,
+ tpgid,
+ priority,
+ nice,
+ ngroups,
+ groups [GLIBTOP_MAX_GROUPS];
@};
@end cartouche
@end example