diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2012-12-04 18:42:17 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2012-12-04 18:42:17 +0000 |
commit | 001888a10d38a31faa8bfb51ced85c20787ae84a (patch) | |
tree | 344f878f8aa0dbde90857725f090d6d66978950c /lib | |
parent | b4ae742920ec07e7ef5cd9ea60db9b9dd9eeec9c (diff) |
Use "path name" not "pathname".
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdlib/ptsname.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/ptsname.3 b/lib/libc/stdlib/ptsname.3 index 3d7cd979d5b..98705528f50 100644 --- a/lib/libc/stdlib/ptsname.3 +++ b/lib/libc/stdlib/ptsname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptsname.3,v 1.1 2012/12/03 20:08:33 millert Exp $ +.\" $OpenBSD: ptsname.3,v 1.2 2012/12/04 18:42:16 millert Exp $ .\" .\" Copyright (c) 2002 The FreeBSD Project, Inc. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" $FreeBSD: head/lib/libc/stdlib/ptsname.3 240412 2012-09-12 17:54:09Z emaste $ .\" -.Dd $Mdocdate: December 3 2012 $ +.Dd $Mdocdate: December 4 2012 $ .Dt PTSNAME 3 .Os .Sh NAME @@ -75,7 +75,7 @@ group .Pp The .Fn ptsname -function returns the full pathname of the slave device +function returns the full path name of the slave device counterpart to the master device specified with .Fa fildes . This value can be used |