summaryrefslogtreecommitdiff
path: root/src/lib/libc
diff options
context:
space:
mode:
authormillert <>2012-12-04 18:42:16 +0000
committermillert <>2012-12-04 18:42:16 +0000
commit4570ce916a07d14c03a87fc8c64c2cd4972351e1 (patch)
tree76e573a6e88910c7a8ae54c6f72e713390c14bc4 /src/lib/libc
parent0e2b0ccec760a0674a71e9f2e5ca878dca8be9b8 (diff)
downloadopenbsd-4570ce916a07d14c03a87fc8c64c2cd4972351e1.tar.gz
openbsd-4570ce916a07d14c03a87fc8c64c2cd4972351e1.tar.bz2
openbsd-4570ce916a07d14c03a87fc8c64c2cd4972351e1.zip
Use "path name" not "pathname".
Diffstat (limited to 'src/lib/libc')
-rw-r--r--src/lib/libc/stdlib/ptsname.36
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
76The 76The
77.Fn ptsname 77.Fn ptsname
78function returns the full pathname of the slave device 78function returns the full path name of the slave device
79counterpart to the master device specified with 79counterpart to the master device specified with
80.Fa fildes . 80.Fa fildes .
81This value can be used 81This value can be used