summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/getpwent.32
-rw-r--r--lib/libc/gen/popen.34
-rw-r--r--lib/libc/gen/statvfs.310
-rw-r--r--lib/libc/gen/tzset.32
4 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 3c08cd5..0a5580e 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -213,7 +213,7 @@ have no return value.
.Sh ERRORS
These routines may fail for any of the errors specified in
.Xr open 2 ,
-.Xr dbopen 2 ,
+.Xr dbopen 3 ,
.Xr socket 2 ,
and
.Xr connect 2 ,
diff --git a/lib/libc/gen/popen.3 b/lib/libc/gen/popen.3
index 4793db4..50132a2 100644
--- a/lib/libc/gen/popen.3
+++ b/lib/libc/gen/popen.3
@@ -122,7 +122,7 @@ The
function waits for the associated process to terminate
and returns the exit status of the command
as returned by
-.Fn wait4 .
+.Xr wait4 2 .
.Sh RETURN VALUES
The
.Fn popen
@@ -147,7 +147,7 @@ command, if
already
.Dq pclosed ,
or if
-.Xr wait4
+.Xr wait4 2
returns an error.
.Sh ERRORS
The
diff --git a/lib/libc/gen/statvfs.3 b/lib/libc/gen/statvfs.3
index 21e274f..f9c7430 100644
--- a/lib/libc/gen/statvfs.3
+++ b/lib/libc/gen/statvfs.3
@@ -63,7 +63,7 @@ structure contains the following members:
.It Va f_namemax
The maximum length in bytes of a file name on this file system.
Applications should use
-.Xr pathconf 3
+.Xr pathconf 2
instead.
.It Va f_fsid
Not meaningful in this implementation.
@@ -141,9 +141,9 @@ functions may fail for any of the reasons documented for
or
.Xr fstatfs 2
and
-.Xr pathconf 3
+.Xr pathconf 2
or
-.Xr fpathconf 3 ,
+.Xr fpathconf 2 ,
respectively.
In addition,
.Fn statvfs
@@ -157,8 +157,8 @@ represented by the data types used in
.Vt "struct statvfs" .
.El
.Sh SEE ALSO
-.Xr statfs 2 ,
-.Xr pathconf 3
+.Xr pathconf 2 ,
+.Xr statfs 2
.Sh STANDARDS
The
.Fn statvfs
diff --git a/lib/libc/gen/tzset.3 b/lib/libc/gen/tzset.3
index fd1af45..e93fa69 100644
--- a/lib/libc/gen/tzset.3
+++ b/lib/libc/gen/tzset.3
@@ -108,7 +108,7 @@ The
.Fn tzsetwall
function
sets things up so that
-.Xr localtime
+.Xr localtime 3
returns the best available approximation of local wall clock time.
.Sh SPECIFICATION FORMAT
When
OpenPOWER on IntegriCloud