getnewvnode.9 (1692e50f25730bfa0c579396bc2f79973717b30b) getnewvnode.9 (8b916c35c2885867df2351a94a4b22100ad8eade)
1.\"
2.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 46 unchanged lines hidden (view full) ---

55The vnode operations to assign to the new vnode.
56.It Fa vpp
57Points to the new vnode upon successful completion.
58.El
59.Sh RETURN VALUES
60.Fn getnewvnode
61returns 0 on success.
62.Sh BUGS
1.\"
2.\" Copyright (C) 2001 Chad David <davidc@acns.ab.ca>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 46 unchanged lines hidden (view full) ---

55The vnode operations to assign to the new vnode.
56.It Fa vpp
57Points to the new vnode upon successful completion.
58.El
59.Sh RETURN VALUES
60.Fn getnewvnode
61returns 0 on success.
62.Sh BUGS
63It never return an error, instead either succeeds or blocks indefinitely.
63It never returns an error, instead either succeeds or blocks indefinitely.
64.Sh AUTHORS
65This manual page was written by
66.An Chad David Aq Mt davidc@acns.ab.ca .
64.Sh AUTHORS
65This manual page was written by
66.An Chad David Aq Mt davidc@acns.ab.ca .