diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-04 19:52:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-04 19:52:34 +0000 |
commit | 33e07d449865a4181b1eca1ed6692c96fff7b7c0 (patch) | |
tree | 8dc23d87e49dd7f993298e193baf19a86509f2e7 /lib | |
parent | 67908ae500aaa7ee81c907a9f75b5607b260d914 (diff) |
clarification from kristaps johnson;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getfh.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/getfh.2 b/lib/libc/sys/getfh.2 index 731e98f8302..9b2e1689691 100644 --- a/lib/libc/sys/getfh.2 +++ b/lib/libc/sys/getfh.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getfh.2,v 1.10 2005/08/10 01:33:06 jaredy Exp $ +.\" $OpenBSD: getfh.2,v 1.11 2006/08/04 19:52:33 jmc Exp $ .\" $NetBSD: getfh.2,v 1.7 1995/10/12 15:40:53 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -44,6 +44,7 @@ .Sh DESCRIPTION .Fn getfh returns a file handle for the specified file or directory +.Fa path in the file handle pointed to by .Fa fhp . This system call is restricted to the superuser. |