diff options
author | joel <joel@FreeBSD.org> | 2012-03-25 12:13:24 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-03-25 12:13:24 +0000 |
commit | 39c40cce12eb24c548affde3ed07fe9647a175ba (patch) | |
tree | fc1b17edfa60aba0992a05eff2f94422821c9042 /lib/libc/sys | |
parent | 1c68d75a62732e4a0c91cb49c1776151ea8385d2 (diff) | |
download | FreeBSD-src-39c40cce12eb24c548affde3ed07fe9647a175ba.zip FreeBSD-src-39c40cce12eb24c548affde3ed07fe9647a175ba.tar.gz |
Remove superfluous paragraph macro.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/cpuset_getaffinity.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/pathconf.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/posix_fadvise.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/posix_fallocate.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/sctp_peeloff.2 | 1 | ||||
-rw-r--r-- | lib/libc/sys/shm_open.2 | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/sys/cpuset_getaffinity.2 b/lib/libc/sys/cpuset_getaffinity.2 index 5c75b92..bc86267 100644 --- a/lib/libc/sys/cpuset_getaffinity.2 +++ b/lib/libc/sys/cpuset_getaffinity.2 @@ -108,7 +108,6 @@ and .Fa id to the value in .Fa mask . -.Pp .Sh RETURN VALUES .Rv -std .Sh ERRORS diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 3cfcdbc..cbdb3c1 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -87,7 +87,6 @@ while returns information about the file the link references. .Pp The available values are as follows: -.Pp .Bl -tag -width 6n .It Li _PC_LINK_MAX The maximum file link count. diff --git a/lib/libc/sys/posix_fadvise.2 b/lib/libc/sys/posix_fadvise.2 index 864e325..37453ff 100644 --- a/lib/libc/sys/posix_fadvise.2 +++ b/lib/libc/sys/posix_fadvise.2 @@ -89,7 +89,6 @@ descriptor has the .Dv O_DIRECT flag enabled. .El -.Pp .Sh RETURN VALUES .Rv -std posix_fadvise .Sh ERRORS diff --git a/lib/libc/sys/posix_fallocate.2 b/lib/libc/sys/posix_fallocate.2 index fbeb6d3..087c68c 100644 --- a/lib/libc/sys/posix_fallocate.2 +++ b/lib/libc/sys/posix_fallocate.2 @@ -79,7 +79,6 @@ may be freed by a successful call to that reduces the file size to a size smaller than .Fa offset + .Fa len . -.Pp .Sh RETURN VALUES If successful, .Fn posix_fallocate diff --git a/lib/libc/sys/sctp_peeloff.2 b/lib/libc/sys/sctp_peeloff.2 index d94f280..2cc9c93 100644 --- a/lib/libc/sys/sctp_peeloff.2 +++ b/lib/libc/sys/sctp_peeloff.2 @@ -51,7 +51,6 @@ The system call attempts detach the association specified by .Fa id into its own separate socket. -.Pp .Sh RETURN VALUES The call returns -1 on failure and the new socket descriptor upon success. diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2 index a2fa502..cc12132 100644 --- a/lib/libc/sys/shm_open.2 +++ b/lib/libc/sys/shm_open.2 @@ -139,7 +139,6 @@ The .Fn shm_unlink system call removes a shared memory object named .Fa path . -.Pp .Sh RETURN VALUES If successful, .Fn shm_open |