open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/mdb_module.c
changeset 1265 0b5cc5c013e4
parent 943 294f64612d23
--- a/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/mdb_module.c	Thu Mar 29 13:35:26 2012 -0700
+++ b/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/mdb_module.c	Fri Apr 06 21:57:14 2012 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -34,8 +34,10 @@
  */
 
 static const mdb_dcmd_t dcmds[] = {
-	{ "client_pids", NULL, "client process list", client_pids },
-	{ "inputdev_grabs", NULL, "inputdev grab list", inputdev_grabs },
+	{ "client_pids", "?[-w]", "client process list",
+	  client_pids, client_pids_help },
+	{ "inputdev_grabs", "?", "inputdev grab list",
+	  inputdev_grabs, inputdev_grabs_help },
 	{ NULL }
 };