diff options
author | 2012-12-04 18:42:16 +0000 | |
---|---|---|
committer | 2012-12-04 18:42:16 +0000 | |
commit | 0c5d108506c814132d81c3493426ee115c170bb8 (patch) | |
tree | be75273171d5328d860fbfcabab26ff04743aa47 /lib/libc | |
parent | add group support back (for the ramdisk version) (diff) | |
download | wireguard-openbsd-0c5d108506c814132d81c3493426ee115c170bb8.tar.xz wireguard-openbsd-0c5d108506c814132d81c3493426ee115c170bb8.zip |
Use "path name" not "pathname".
Diffstat (limited to 'lib/libc')
-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 |