summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2012-12-05 06:40:59 +0000
committerjmc <jmc@openbsd.org>2012-12-05 06:40:59 +0000
commitcd34e460d89253dfbc1384bc05cf172143dfe790 (patch)
tree1402478f94f8776ed9a3c7a8b16d5fe6c6767df8 /lib/libc/stdlib
parentIf there is no domain-name and no domain-name-servers provided in (diff)
downloadwireguard-openbsd-cd34e460d89253dfbc1384bc05cf172143dfe790.tar.xz
wireguard-openbsd-cd34e460d89253dfbc1384bc05cf172143dfe790.zip
no need for .Pp before lists;
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/posix_openpt.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdlib/posix_openpt.3 b/lib/libc/stdlib/posix_openpt.3
index 20b1c417f92..376772bb076 100644
--- a/lib/libc/stdlib/posix_openpt.3
+++ b/lib/libc/stdlib/posix_openpt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: posix_openpt.3,v 1.2 2012/12/04 18:53:45 millert Exp $
+.\" $OpenBSD: posix_openpt.3,v 1.3 2012/12/05 06:40:59 jmc Exp $
.\"
.\" Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: December 4 2012 $
+.Dd $Mdocdate: December 5 2012 $
.Dt POSIX_OPENPT 3
.Os
.Sh NAME
@@ -45,7 +45,6 @@ argument is formed by bitwise-inclusive
.Tn OR Ns 'ing
the following values defined in
.In fcntl.h :
-.Pp
.Bl -tag -width O_NOCTTY -offset indent
.It Dv O_RDWR
Open for reading and writing.