summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch09.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-16 17:08:52 +0000
commit34683feee24db199707d647f8c2c19705cafed40 (patch)
treeb4edec64205b02930e48758199a07490171b1769 /doc/posix1003.1/ch09.t
parentsummarize now generates a nicely formatted function status summary. (diff)
downloadrtems-34683feee24db199707d647f8c2c19705cafed40.tar.bz2
Added Function field.
Diffstat (limited to 'doc/posix1003.1/ch09.t')
-rw-r--r--doc/posix1003.1/ch09.t16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/posix1003.1/ch09.t b/doc/posix1003.1/ch09.t
index 2fe003d7b4..21eb3462c5 100644
--- a/doc/posix1003.1/ch09.t
+++ b/doc/posix1003.1/ch09.t
@@ -15,18 +15,18 @@
@subsection Group Database Access
@example
-getgrgid()
-getgrgid_r()
-getgrname()
-getgrnam_r()
+getgrgid(), Function
+getgrgid_r(), Function
+getgrname(), Function
+getgrnam_r(), Function
@end example
@subsection User Database Access
@example
-getpwuid()
-getpwuid_r()
-getpwnam()
-getpwnam_r()
+getpwuid(), Function
+getpwuid_r(), Function
+getpwnam(), Function
+getpwnam_r(), Function
@end example