summaryrefslogtreecommitdiff
path: root/lib/libc/gen
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen')
-rw-r--r--lib/libc/gen/alarm.31
-rw-r--r--lib/libc/gen/daemon.31
-rw-r--r--lib/libc/gen/getpass.31
-rw-r--r--lib/libc/gen/pwcache.31
-rw-r--r--lib/libc/gen/sysconf.31
-rw-r--r--lib/libc/gen/ualarm.31
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3
index 9f813771f21c..a65cd01df5db 100644
--- a/lib/libc/gen/alarm.3
+++ b/lib/libc/gen/alarm.3
@@ -71,7 +71,6 @@ restriction the maximum number of
.Ar seconds
allowed is 100000000.
.Sh RETURN VALUES
-.Pp
The return value of
.Fn alarm
is the amount of time left on the timer from a previous call to
diff --git a/lib/libc/gen/daemon.3 b/lib/libc/gen/daemon.3
index 0b90dab8b315..153114db6d20 100644
--- a/lib/libc/gen/daemon.3
+++ b/lib/libc/gen/daemon.3
@@ -45,7 +45,6 @@
.Ft int
.Fn daemon "int nochdir" "int noclose"
.Sh DESCRIPTION
-.Pp
The
.Fn daemon
function is for programs wishing to detach themselves from the
diff --git a/lib/libc/gen/getpass.3 b/lib/libc/gen/getpass.3
index 80451304cb94..0daeaafc0885 100644
--- a/lib/libc/gen/getpass.3
+++ b/lib/libc/gen/getpass.3
@@ -63,7 +63,6 @@ characters and the terminating newline character are discarded.
The
.Fn getpass
function turns off character echoing while reading the password.
-.Pp
.Sh RETURN VALUES
The
.Fn getpass
diff --git a/lib/libc/gen/pwcache.3 b/lib/libc/gen/pwcache.3
index 00e0295b2bfe..47df68cf5fcc 100644
--- a/lib/libc/gen/pwcache.3
+++ b/lib/libc/gen/pwcache.3
@@ -47,7 +47,6 @@
.Ft char *
.Fn group_from_gid "unsigned long gid" "int nogroup"
.Sh DESCRIPTION
-.Pp
The
.Fn user_from_uid
function returns the user name associated with the argument
diff --git a/lib/libc/gen/sysconf.3 b/lib/libc/gen/sysconf.3
index 916b6ddfa967..bcd4b38027ee 100644
--- a/lib/libc/gen/sysconf.3
+++ b/lib/libc/gen/sysconf.3
@@ -45,7 +45,6 @@
.Ft long
.Fn sysconf "int name"
.Sh DESCRIPTION
-.Pp
This interface is defined by
.St -p1003.1-88 .
A far more complete interface is available using
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 1fac904ad53a..3e53f048a598 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -83,7 +83,6 @@ When the signal has successfully been caught,
.Fn ualarm
returns the amount of time left on the clock.
.Sh NOTES
-.Pp
A microsecond is 0.000001 seconds.
.Sh SEE ALSO
.Xr getitimer 2 ,