# HG changeset patch # User Michael Pavone # Date 1661020901 25200 # Node ID 6b33ce6bc740613ffe4f5beb18feb2f03c61d581 # Parent e17d99c96c89520a2639812562afd171b805d75b Add an explicit p alias for the print command now that printf prevents use of it as an implicit alias diff -r e17d99c96c89 -r 6b33ce6bc740 debug.c --- a/debug.c Sat Aug 20 11:40:41 2022 -0700 +++ b/debug.c Sat Aug 20 11:41:41 2022 -0700 @@ -1918,7 +1918,7 @@ }, { .names = (const char *[]){ - "print", NULL + "print", "p", NULL }, .usage = "print[/FORMAT] EXPRESSION...", .desc = "Print one or more expressions using the optional format character",