if { $width > 66 || $width < 51 } {
lappend msg \
{{none {Type "}}
- {command {apropos <word>}}
- {none {" to search for commands related to <word>.}}}
- } elseif { $width > 58 } {
+ {command {apropos word}}
+ {none "\" to search for commands related to \"word\"."}}
+ } elseif { $width > 56 } {
lappend msg \
{{none {Type "}}
- {command {apropos <word>}}
+ {command {apropos word}}
{none {" to search for commands related to}}} \
- {{none {<word>.}}}
- } elseif { $width > 55 } {
+ {{none {"word".}}}
+ } elseif { $width > 53 } {
lappend msg \
{{none {Type "}}
- {command {apropos <word>}}
+ {command {apropos word}}
{none {" to search for commands related}}} \
- {{none {to <word>.}}}
- } elseif { $width > 47 } {
+ {{none {to "word".}}}
+ } else {
lappend msg \
{{none {Type "}}
- {command {apropos <word>}}
+ {command {apropos word}}
{none {" to search for commands}}} \
- {{none {related to <word>.}}}
+ {{none {related to "word".}}}
}
if { $width > 50 } {
gdb_printf (&styled_msg[2], _("For help, type \"%ps\"."),
styled_string (command_style.style (), "help"));
gdb_printf (&styled_msg[3],
- _("Type \"%ps\" to search for commands related to <word>."),
- styled_string (command_style.style (), "apropos <word>"));
+ _("Type \"%ps\" to search for commands related to \"word\"."),
+ styled_string (command_style.style (), "apropos word"));
/* If there isn't enough space to display the longest URL in a boxed
style, then don't use the box, the terminal will break the output