summaryrefslogtreecommitdiff
path: root/usr/src/cmd/dispadmin
diff options
context:
space:
mode:
authorJayakara Kini <Jayakara.Kini@Sun.COM>2009-11-05 10:44:03 +0530
committerJayakara Kini <Jayakara.Kini@Sun.COM>2009-11-05 10:44:03 +0530
commitae0476dbaa01cfe1e3f6783f2a62d23e26d53c7a (patch)
tree2dd5c6065f1874ed85e003b994caf909a94a9254 /usr/src/cmd/dispadmin
parent1e96f9d64fa9b5587fcc2d23b00214e98111f8b3 (diff)
downloadillumos-joyent-ae0476dbaa01cfe1e3f6783f2a62d23e26d53c7a.tar.gz
6557253 dispadmin.c:usage[] contains undocumented -u option
Portions contributed by Rishi Nair and Avinash Joshi
Diffstat (limited to 'usr/src/cmd/dispadmin')
-rw-r--r--usr/src/cmd/dispadmin/dispadmin.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/usr/src/cmd/dispadmin/dispadmin.c b/usr/src/cmd/dispadmin/dispadmin.c
index 1a8d3503b2..7de9e04c20 100644
--- a/usr/src/cmd/dispadmin/dispadmin.c
+++ b/usr/src/cmd/dispadmin/dispadmin.c
@@ -2,9 +2,8 @@
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
- * Common Development and Distribution License, Version 1.0 only
- * (the "License"). You may not use this file except in compliance
- * with the License.
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
@@ -23,14 +22,11 @@
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
-
/*
- * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -72,8 +68,7 @@ extern char *basename();
static char usage[] =
"usage: dispadmin -l\n\
dispadmin -c class [class-specific options]\n\
- dispadmin -d [class]\n\
- dispadmin -u\n";
+ dispadmin -d [class]\n";
static char basenm[BASENMSZ];
static char cmdpath[PATH_MAX];