diff options
author | Chad David <davidc@FreeBSD.org> | 2001-12-26 23:14:04 +0000 |
---|---|---|
committer | Chad David <davidc@FreeBSD.org> | 2001-12-26 23:14:04 +0000 |
commit | f16b3c0de48d0b845357e7cca843f645bc3117e3 (patch) | |
tree | 098933308a14df670e3b72970203b08aa5f907a1 /share/man/man9/ucred.9 | |
parent | 64dce2fedb9160a694fe7300d85fa6cfd452f3d0 (diff) |
Update function definitions and required include files to reflect
the current state of the system.
Approved by: alfred
Notes
Notes:
svn path=/head/; revision=88509
Diffstat (limited to 'share/man/man9/ucred.9')
-rw-r--r-- | share/man/man9/ucred.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/ucred.9 b/share/man/man9/ucred.9 index dfc9aac20cab..1911dbf183fc 100644 --- a/share/man/man9/ucred.9 +++ b/share/man/man9/ucred.9 @@ -43,7 +43,7 @@ .In sys/ucred.h .Ft "struct ucred *" .Fn crget void -.Ft void +.Ft "struct ucred *" .Fn crhold "struct ucred *cr" .Ft void .Fn crfree "struct ucred *cr" |