diff options
-rw-r--r-- | src/lib/libc/stdlib/ptsname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/ptsname.3 b/src/lib/libc/stdlib/ptsname.3 index 3d7cd979d5..98705528f5 100644 --- a/src/lib/libc/stdlib/ptsname.3 +++ b/src/lib/libc/stdlib/ptsname.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ptsname.3,v 1.1 2012/12/03 20:08:33 millert Exp $ | 1 | .\" $OpenBSD: ptsname.3,v 1.2 2012/12/04 18:42:16 millert Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2002 The FreeBSD Project, Inc. | 3 | .\" Copyright (c) 2002 The FreeBSD Project, Inc. |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -32,7 +32,7 @@ | |||
32 | .\" | 32 | .\" |
33 | .\" $FreeBSD: head/lib/libc/stdlib/ptsname.3 240412 2012-09-12 17:54:09Z emaste $ | 33 | .\" $FreeBSD: head/lib/libc/stdlib/ptsname.3 240412 2012-09-12 17:54:09Z emaste $ |
34 | .\" | 34 | .\" |
35 | .Dd $Mdocdate: December 3 2012 $ | 35 | .Dd $Mdocdate: December 4 2012 $ |
36 | .Dt PTSNAME 3 | 36 | .Dt PTSNAME 3 |
37 | .Os | 37 | .Os |
38 | .Sh NAME | 38 | .Sh NAME |
@@ -75,7 +75,7 @@ group | |||
75 | .Pp | 75 | .Pp |
76 | The | 76 | The |
77 | .Fn ptsname | 77 | .Fn ptsname |
78 | function returns the full pathname of the slave device | 78 | function returns the full path name of the slave device |
79 | counterpart to the master device specified with | 79 | counterpart to the master device specified with |
80 | .Fa fildes . | 80 | .Fa fildes . |
81 | This value can be used | 81 | This value can be used |