*** empty log message ***

This commit is contained in:
Martin Baulig
1999-05-10 11:05:33 +00:00
parent f107c34f82
commit 14ed950dad

View File

@@ -573,29 +573,29 @@ Declaration of @code{glibtop_proc_uid} in @file{<glibtop/procuid.h>}:
@example @example
@cartouche @cartouche
typedef struct _glibtop_proc_uid glibtop_proc_uid; typedef struct _glibtop_proc_uid glibtop_proc_uid;
struct _glibtop_proc_uid struct _glibtop_proc_uid
@{ @{
u_int64_t flags; u_int64_t flags;
int uid, int uid,
euid, euid,
gid, gid,
egid, egid,
suid, suid,
sgid, sgid,
fsuid, fsuid,
fsgid, fsgid,
pid, pid,
ppid, ppid,
pgrp, pgrp,
session, session,
tty, tty,
tpgid, tpgid,
priority, priority,
nice, nice,
ngroups, ngroups,
groups [GLIBTOP_MAX_GROUPS]; groups [GLIBTOP_MAX_GROUPS];
@}; @};
@end cartouche @end cartouche
@end example @end example