Browse Source

no need for .Pp before lists;

OPENBSD_5_3
jmc 12 years ago
parent
commit
d90446f777
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libc/stdlib/posix_openpt.3

+ 2
- 3
src/lib/libc/stdlib/posix_openpt.3 View File

@ -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> .\" 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 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" 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 .Dt POSIX_OPENPT 3
.Os .Os
.Sh NAME .Sh NAME
@ -45,7 +45,6 @@ argument is formed by bitwise-inclusive
.Tn OR Ns 'ing .Tn OR Ns 'ing
the following values defined in the following values defined in
.In fcntl.h : .In fcntl.h :
.Pp
.Bl -tag -width O_NOCTTY -offset indent .Bl -tag -width O_NOCTTY -offset indent
.It Dv O_RDWR .It Dv O_RDWR
Open for reading and writing. Open for reading and writing.


Loading…
Cancel
Save