diff options
| author | kleink <kleink@NetBSD.org> | 2004-07-01 10:38:28 +0000 |
|---|---|---|
| committer | kleink <kleink@NetBSD.org> | 2004-07-01 10:38:28 +0000 |
| commit | 2d356478ddf3e04a48460c54256f73ffc3045906 (patch) | |
| tree | ffd698ac1560a919039fe578878f313e6d8dbcc8 /lib/libc/stdlib | |
| parent | 7f51f38abc25f622b7fe8f48c217e898fd8e1729 (diff) | |
Make the spelling of reentrant match the rest of the system.
Diffstat (limited to 'lib/libc/stdlib')
| -rw-r--r-- | lib/libc/stdlib/ptsname.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/ptsname.3 b/lib/libc/stdlib/ptsname.3 index 1eb982d6d26..b1e73a6cc4c 100644 --- a/lib/libc/stdlib/ptsname.3 +++ b/lib/libc/stdlib/ptsname.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: ptsname.3,v 1.3 2004/05/28 00:10:57 wiz Exp $ +.\" $NetBSD: ptsname.3,v 1.4 2004/07/01 10:38:28 kleink Exp $ .\" .\" Copyright (c) 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -54,7 +54,7 @@ that corresponds to the master pseudo-terminal device associated with .Fa masterfd . The .Fn ptsname -function is not re-entrant or thread-safe. +function is not reentrant or thread-safe. .Sh RETURN VALUES If successful, .Fn ptsname |
