diff options
Diffstat (limited to 'usr/src/head/nss_common.h')
-rw-r--r-- | usr/src/head/nss_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/head/nss_common.h b/usr/src/head/nss_common.h index 3d2d775e5e..fb6f68adbc 100644 --- a/usr/src/head/nss_common.h +++ b/usr/src/head/nss_common.h @@ -46,7 +46,7 @@ extern "C" { * The name-service switch * ----------------------- * - * From nsswitch.conf(4): + * From nsswitch.conf(5): * * The operating system uses a number of "databases" of information * about hosts, users (passwd/shadow), groups and so forth. Data for @@ -203,7 +203,7 @@ extern "C" { * Backend routines return the following status codes to the switch engine: * * SUCCESS, UNAVAIL, NOTFOUND, TRYAGAIN (these are the same codes that may - * be specified in the config information; see nsswitch.conf(4)) + * be specified in the config information; see nsswitch.conf(5)) * * The remaining conditions/errors are internally generated and if * necessary are translated, as to one of the above external errors, |