diff options
Diffstat (limited to 'usr/src/cmd/nscd/server.c')
-rw-r--r-- | usr/src/cmd/nscd/server.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/nscd/server.c b/usr/src/cmd/nscd/server.c index d52a68a5cb..85d7572f6b 100644 --- a/usr/src/cmd/nscd/server.c +++ b/usr/src/cmd/nscd/server.c @@ -19,8 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved. */ /* @@ -505,7 +504,7 @@ usage(char *s) (void) fprintf(stderr, "\n Supported caches:\n"); (void) fprintf(stderr, - " audit_user, auth_attr, bootparams, ethers\n"); + " auth_attr, bootparams, ethers\n"); (void) fprintf(stderr, " exec_attr, group, hosts, ipnodes, netmasks\n"); (void) fprintf(stderr, |