Remove stale information in IMPLEMENTATION NOTES section about alq_open()

using the calling thread's ucred.

While I am there, fix references to my name.
This commit is contained in:
Hiten Pandya 2005-03-09 01:56:48 +00:00
parent ab0d8702bf
commit 97ad30b96a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=143310

View file

@ -1,5 +1,5 @@
.\"
.\" Copyright (c) 2003 Hiten M. Pandya <hmp@FreeBSD.org>
.\" Copyright (c) 2003 Hiten Pandya <hmp@FreeBSD.org>
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
@ -171,10 +171,6 @@ This function leaves the queue,
in an unlocked state.
.Sh IMPLEMENTATION NOTES
The
.Fn alq_open
function uses the credentials of the invoking thread
for opening files.
The
.Fn alq_write
function is a wrapper around the
.Fn alq_get
@ -244,4 +240,4 @@ facility was written by
.An Jeffrey Roberson Aq jeff@FreeBSD.org .
.Pp
This manual page was written by
.An Hiten M. Pandya Aq hmp@FreeBSD.org .
.An Hiten Pandya Aq hmp@FreeBSD.org .