diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2007-01-22 11:45:25 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2007-01-22 11:45:25 +0000 |
| commit | 50c317ac7cdd2d613497b2408c6adadf04321420 (patch) | |
| tree | 4532a5615d19758eebbb2aee4b31c318b32f6533 /lib | |
| parent | 7f92c4ee02b727537f540133556689fef3acd107 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/net/nsdispatch.3 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/lib/libc/net/nsdispatch.3 b/lib/libc/net/nsdispatch.3 index 96e700fa5dba..cf15002795b8 100644 --- a/lib/libc/net/nsdispatch.3 +++ b/lib/libc/net/nsdispatch.3 @@ -32,7 +32,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 16, 2003 +.Dd January 22, 2007 .Dt NSDISPATCH 3 .Os .Sh NAME @@ -209,6 +209,20 @@ function returns the value of the method that caused the dispatcher to terminate, or .Dv NS_NOTFOUND otherwise. +.Sh NOTES +.Fx Ns 's +.Lb libc +provides stubs for compatibility with NSS modules +written for the +.Tn GNU +C Library +.Nm nsswitch +interface. +However, these stubs only support the use of the +.Dq Li passwd +and +.Dq Li group +databases. .Sh SEE ALSO .Xr hesiod 3 , .Xr stdarg 3 , |
