summaryrefslogtreecommitdiffstats
path: root/posix1003-1/system_database.rst
diff options
context:
space:
mode:
Diffstat (limited to 'posix1003-1/system_database.rst')
-rw-r--r--posix1003-1/system_database.rst43
1 files changed, 0 insertions, 43 deletions
diff --git a/posix1003-1/system_database.rst b/posix1003-1/system_database.rst
deleted file mode 100644
index 072cb04..0000000
--- a/posix1003-1/system_database.rst
+++ /dev/null
@@ -1,43 +0,0 @@
-.. comment SPDX-License-Identifier: CC-BY-SA-4.0
-
-System Databases
-################
-
-System Databases Section
-========================
-
-Database Access
-===============
-
-Group Database Access
----------------------
-
-.. code:: c
-
- struct group, Type, Implemented
- getgrgid(), Function, Implemented
- getgrgid_r(), Function, Implemented
- getgrname(), Function, Implemented
- getgrnam_r(), Function, Implemented
-
-NOTE: Creates /etc/group if none exists.
-
-User Database Access
---------------------
-
-.. code:: c
-
- struct passwd, Type, Implemented
- getpwuid(), Function, Implemented
- getpwuid_r(), Function, Implemented
- getpwnam(), Function, Implemented
- getpwnam_r(), Function, Implemented
-
-NOTE: Creates /etc/passwd if none exists.
-
-.. COMMENT: COPYRIGHT (c) 1988-2002.
-
-.. COMMENT: On-Line Applications Research Corporation (OAR).
-
-.. COMMENT: All rights reserved.
-