diff options
author | michaels <michaels@cvs.openbsd.org> | 1996-10-02 13:51:35 +0000 |
---|---|---|
committer | michaels <michaels@cvs.openbsd.org> | 1996-10-02 13:51:35 +0000 |
commit | dd10b1218482d80706c1df2dd7dce7d235d7e074 (patch) | |
tree | c4a24091cc8b84de3799a1fffd70bf6cd83a4f7b /lib/libc/gen/ftok.3 | |
parent | 5858b0f0fdcc8c3e53139bf50214ba36dd81620f (diff) |
typo patrol.
Diffstat (limited to 'lib/libc/gen/ftok.3')
-rw-r--r-- | lib/libc/gen/ftok.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index 3822f5e627b..8c90f7ffc3d 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftok.3,v 1.2 1996/08/19 08:22:53 tholo Exp $ +.\" $OpenBSD: ftok.3,v 1.3 1996/10/02 13:51:34 michaels Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -68,7 +68,7 @@ does not exist or if it cannot be accessed by the calling process. .Sh HISTORY The .Fn ftok -function originate with System V and is typically used by programs +function originated with System V and is typically used by programs that use the System V IPC routines. .Sh AUTHOR .Bl -tag @@ -80,7 +80,7 @@ specified .Fa path in combination with the given .Fa id . -Thus is is quite possible for the routine to return duplicate keys +Thus it is quite possible for the routine to return duplicate keys given that those fields are not 8- and 16-bit quantities like they -were on System V based systems where this library routine's ancestor +were on System V based systems where this library routine's ancestors were originally created. |