Hi Paul, 2012/7/10 Paul Menzel <paulepanter at users.sourceforge.net>: > Dear Rong, > > > thank you for the patch. > > > Am Montag, den 09.07.2012, 23:52 +0800 schrieb dzrongg: > > Please set up Git with your first and last name. > > $ git config --global user.name "Rong Deng" > > I hope I spelled that correctly. You can also some other transcription > in brackets after that. > > Also please use the following commit summary (`git commit --amend`). > > man/pulse-cli-syntax: document option `set-log-target` > Thanks for suggesting the title. >> --- >> man/pulse-cli-syntax.5.xml.in | 5 +++++ >> 1 file changed, 5 insertions(+) >> >> diff --git a/man/pulse-cli-syntax.5.xml.in b/man/pulse-cli-syntax.5.xml.in >> index 9d3f278..db93b96 100644 >> --- a/man/pulse-cli-syntax.5.xml.in >> +++ b/man/pulse-cli-syntax.5.xml.in >> @@ -248,6 +248,11 @@ USA. >> >> <section name="Log Commands"> >> <option> >> + <p><opt>set-log-target</opt> <arg>target</arg></p> >> + <optdesc><p>Change the log target.</p></optdesc> >> + </option> >> + > > 1. Should that be sorted alphabetically? Hmm, some of the current one are not sorted. But anyway, I'll change it between set-log-meta and set-log-time. > 2. What log targets are there? Maybe add some information about how to > find out. Will add it. Thanks!