diff options
author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-19 13:33:12 +0000 |
---|---|---|
committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-19 13:33:12 +0000 |
commit | 67c33392919c2adf2f0eee20475a6ac93b10ace0 (patch) | |
tree | c749d8732d62f3bd23896b7f64f5a5e72ca8c53a | |
parent | 1878fe63980488ac4e3ee777c2ec9d121c716a08 (diff) |
Notes
-rw-r--r-- | lib/libc/gen/ftok.3 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libc/gen/ftok.3 b/lib/libc/gen/ftok.3 index 41a50ed426845..b43ce96c70190 100644 --- a/lib/libc/gen/ftok.3 +++ b/lib/libc/gen/ftok.3 @@ -38,9 +38,6 @@ .Ft key_t .Fn ftok "const char *path" "int id" .Sh DESCRIPTION -.Bf -symbolic -This function is available from the compatibility library, libcompat. -.Ef The .Fn ftok function attempts to create a unique key suitable for use with the |