diff options
author | jmc <> | 2012-12-05 06:40:59 +0000 |
---|---|---|
committer | jmc <> | 2012-12-05 06:40:59 +0000 |
commit | a322f2b0cb1e30b2bb947b7b1c785175f0c6c437 (patch) | |
tree | 23081a12053a9f822476b92dbf6a0108257d88f4 | |
parent | 6d94da22b85b9fe9f53fab32d68e3a49d7481396 (diff) | |
download | openbsd-a322f2b0cb1e30b2bb947b7b1c785175f0c6c437.tar.gz openbsd-a322f2b0cb1e30b2bb947b7b1c785175f0c6c437.tar.bz2 openbsd-a322f2b0cb1e30b2bb947b7b1c785175f0c6c437.zip |
no need for .Pp before lists;
-rw-r--r-- | src/lib/libc/stdlib/posix_openpt.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/posix_openpt.3 b/src/lib/libc/stdlib/posix_openpt.3 index 20b1c417f9..376772bb07 100644 --- a/src/lib/libc/stdlib/posix_openpt.3 +++ b/src/lib/libc/stdlib/posix_openpt.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: posix_openpt.3,v 1.2 2012/12/04 18:53:45 millert Exp $ | 1 | .\" $OpenBSD: posix_openpt.3,v 1.3 2012/12/05 06:40:59 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com> | 3 | .\" Copyright (c) 2012 Todd C. Miller <Todd.Miller@courtesan.com> |
4 | .\" | 4 | .\" |
@@ -14,7 +14,7 @@ | |||
14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 14 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | .\" | 16 | .\" |
17 | .Dd $Mdocdate: December 4 2012 $ | 17 | .Dd $Mdocdate: December 5 2012 $ |
18 | .Dt POSIX_OPENPT 3 | 18 | .Dt POSIX_OPENPT 3 |
19 | .Os | 19 | .Os |
20 | .Sh NAME | 20 | .Sh NAME |
@@ -45,7 +45,6 @@ argument is formed by bitwise-inclusive | |||
45 | .Tn OR Ns 'ing | 45 | .Tn OR Ns 'ing |
46 | the following values defined in | 46 | the following values defined in |
47 | .In fcntl.h : | 47 | .In fcntl.h : |
48 | .Pp | ||
49 | .Bl -tag -width O_NOCTTY -offset indent | 48 | .Bl -tag -width O_NOCTTY -offset indent |
50 | .It Dv O_RDWR | 49 | .It Dv O_RDWR |
51 | Open for reading and writing. | 50 | Open for reading and writing. |