posixshmcontrol: add an undocumented alias 'list' for the 'ls' command.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
0a68a3196e
commit
04eab4e02f
@ -446,6 +446,7 @@ struct opmode {
|
||||
static const struct opmode opmodes[] = {
|
||||
{ .cmd = "create", .impl = create_shm},
|
||||
{ .cmd = "rm", .impl = delete_shm, },
|
||||
{ .cmd = "list", .impl = list_shm },
|
||||
{ .cmd = "ls", .impl = list_shm },
|
||||
{ .cmd = "dump", .impl = read_shm, },
|
||||
{ .cmd = "stat", .impl = stat_shm, },
|
||||
|
Loading…
Reference in New Issue
Block a user