diff options
author | tjr <tjr@FreeBSD.org> | 2002-10-19 13:33:12 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2002-10-19 13:33:12 +0000 |
commit | a8ace8f312081a8be26df04f12339ad47a511c2b (patch) | |
tree | c749d8732d62f3bd23896b7f64f5a5e72ca8c53a /lib | |
parent | 8ad465aa864e45b654bc1826bad9d407645a3d9a (diff) | |
download | FreeBSD-src-a8ace8f312081a8be26df04f12339ad47a511c2b.zip FreeBSD-src-a8ace8f312081a8be26df04f12339ad47a511c2b.tar.gz |
The ftok() function has not been in libcompat for quite a while.
Diffstat (limited to 'lib')
-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 41a50ed..b43ce96 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 |