diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2006-05-20 06:58:46 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2006-05-20 06:58:46 +0000 |
| commit | 30550483f3b6610dcbbc320cacafd884f3401040 (patch) | |
| tree | 985faa9284bf7ed7cef97003b162f71650415541 | |
| parent | 674a743a01f9fc791fbc6f7c977599dafa84e3f2 (diff) | |
Notes
| -rw-r--r-- | share/man/man5/nsswitch.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/nsswitch.conf.5 b/share/man/man5/nsswitch.conf.5 index c963d9745cc6..2501e48ef47f 100644 --- a/share/man/man5/nsswitch.conf.5 +++ b/share/man/man5/nsswitch.conf.5 @@ -33,7 +33,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 24, 2005 +.Dd May 20, 2006 .Dt NSSWITCH.CONF 5 .Os .Sh NAME @@ -315,11 +315,11 @@ you have to remove entries. .Sh SEE ALSO .Xr nsdispatch 3 , +.Xr cached.conf 5 , .Xr resolv.conf 5 , -.Xr named 8 , -.Xr ypbind 8 , .Xr cached 8 , -.Xr cached.conf 5 +.Xr named 8 , +.Xr ypbind 8 .Sh HISTORY The .Nm |
