1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

Add a 'show sleepqueue' alias for 'show sleepq' in DDB.

This commit is contained in:
John Baldwin 2006-04-17 20:16:32 +00:00
parent 964b557211
commit 32553b153e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157823

View File

@ -910,4 +910,7 @@ DB_SHOW_COMMAND(sleepq, db_show_sleepqueue)
td->td_proc->p_comm);
}
}
/* Alias 'show sleepqueue' to 'show sleepq'. */
DB_SET(sleepqueue, db_show_sleepqueue, db_show_cmd_set, 0, NULL);
#endif