Eli Zaretskii writes: >> From: Gabriel Krisman Bertazi >> Cc: Gabriel Krisman Bertazi >> Date: Sun, 2 Nov 2014 17:35:44 -0200 >> >> diff --git a/gdb/NEWS b/gdb/NEWS >> index 649c29e..edea1ff 100644 >> --- a/gdb/NEWS >> +++ b/gdb/NEWS > > This part is OK. Eli, Thanks for your review. >> +related syscalls, by passing the argument @code{group:network} to >> +@code{catch syscall}. > > How does one know which groups, if any, exist? > Indeed, as I said in part 0, I don't provide any way to list which group exists, other than the usual word completion. The reason is that catch syscall does not provide a way to list system calls and we couldn't agree on the right syntax for this feature on the RFC I sent earlier to this list. Maybe I could rewrite this part of the documentation to suggest something like "Tab is your friend". WDYT? :) -- Gabriel Krisman Bertazi