diff options
| author | batschul <Frank.Batschulat@Sun.COM> | 2010-04-23 08:58:45 -0700 |
|---|---|---|
| committer | batschul <Frank.Batschulat@Sun.COM> | 2010-04-23 08:58:45 -0700 |
| commit | 6d4d1c0d8c767bf8244690e6d6a379b8586dbc74 (patch) | |
| tree | d732a5a8434c36bf6e59d0540dbd777c57b47c5c /usr/src/cmd/zonecfg | |
| parent | f4b369f8ed5a4eeed9892045fdeadf3b5addb08d (diff) | |
| download | illumos-joyent-6d4d1c0d8c767bf8244690e6d6a379b8586dbc74.tar.gz | |
6945930 typo in zonecfg.c:usage()
Diffstat (limited to 'usr/src/cmd/zonecfg')
| -rw-r--r-- | usr/src/cmd/zonecfg/zonecfg.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/cmd/zonecfg/zonecfg.c b/usr/src/cmd/zonecfg/zonecfg.c index dbaf8626e0..c18c572df7 100644 --- a/usr/src/cmd/zonecfg/zonecfg.c +++ b/usr/src/cmd/zonecfg/zonecfg.c @@ -20,8 +20,7 @@ */ /* - * Copyright 2010 Sun Microsystems, Inc. All rights reserved. - * Use is subject to license terms. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. */ /* @@ -1193,10 +1192,10 @@ usage(boolean_t verbose, uint_t flags) pt_to_str(PT_MAXSEMIDS)); (void) fprintf(fp, "\t%s\t%s\n", gettext("(global)"), pt_to_str(PT_SHARES)); - (void) fprintf(fp, "\t%s\t\t%s, %s, %s, %s\n", rt_to_str(RT_FS), - pt_to_str(PT_DIR), pt_to_str(PT_SPECIAL), - pt_to_str(PT_RAW), pt_to_str(PT_TYPE), - pt_to_str(PT_OPTIONS)); + (void) fprintf(fp, "\t%s\t\t%s, %s, %s, %s, %s\n", + rt_to_str(RT_FS), pt_to_str(PT_DIR), + pt_to_str(PT_SPECIAL), pt_to_str(PT_RAW), + pt_to_str(PT_TYPE), pt_to_str(PT_OPTIONS)); (void) fprintf(fp, "\t%s\t%s\n", rt_to_str(RT_IPD), pt_to_str(PT_DIR)); (void) fprintf(fp, "\t%s\t\t%s, %s, %s\n", rt_to_str(RT_NET), |
