This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT".
http://git.sv.gnu.org/gitweb/?p=groff.git;a=commitdiff;h=61ae0ac11ba6e1dadb260f76f4925f81d99e47a1 The branch, master has been updated via 61ae0ac11ba6e1dadb260f76f4925f81d99e47a1 (commit) from 1c975b79714b0d861a9a32c30921c7236dcbc15a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 61ae0ac11ba6e1dadb260f76f4925f81d99e47a1 Author: Bernd Warken <[email protected]> Date: Mon Dec 23 15:11:29 2013 +0100 groff.cpp: add option -G to documentation in synopsis(). ----------------------------------------------------------------------- Summary of changes: src/roff/groff/groff.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/roff/groff/groff.cpp b/src/roff/groff/groff.cpp index cbc1384..9ea8f71 100644 --- a/src/roff/groff/groff.cpp +++ b/src/roff/groff/groff.cpp @@ -755,7 +755,7 @@ char **possible_command::get_argv() void synopsis(FILE *stream) { fprintf(stream, -"usage: %s [-abceghijklpstvzCENRSUVXZ] [-Fdir] [-mname] [-Tdev] [-ffam]\n" +"usage: %s [-abceghijklpstvzCEGNRSUVXZ] [-Fdir] [-mname] [-Tdev] [-ffam]\n" " [-wname] [-Wname] [-Mdir] [-dcs] [-rcn] [-nnum] [-olist] [-Parg]\n" " [-Darg] [-Karg] [-Larg] [-Idir] [files...]\n", program_name); hooks/post-receive -- UNNAMED PROJECT _______________________________________________ Groff-commit mailing list [email protected] https://lists.gnu.org/mailman/listinfo/groff-commit
