Package: gnucash-common Severity: minor Tags: patch Hello,
The attached patch fixes some typos in gnucash.1, which caused missing words. Kind Regards, -- Nekral
diff -rauN ../orig/gnucash-1.8.12/doc/gnucash.1 ./gnucash-1.8.12/doc/gnucash.1 --- ../orig/gnucash-1.8.12/doc/gnucash.1 2006-01-27 19:43:24.000000000 +0100 +++ ./gnucash-1.8.12/doc/gnucash.1 2006-01-27 19:46:48.000000000 +0100 @@ -31,23 +31,23 @@ Show this help message .IP --debug Enable debugging mode -.IP --loglevel LOGLEVEL +.IP "--loglevel LOGLEVEL" Set the logging level from 0 (least) to 6 (most) .IP --nofile Do not load the last file opened -.IP --config-dir CONFIGDIR +.IP "--config-dir CONFIGDIR" Set configuration directory -.IP --share-dir SHAREDIR +.IP "--share-dir SHAREDIR" Set shared directory -.IP --load-path LOADPATH +.IP "--load-path LOADPATH" Set the search path for .scm files -.IP --doc-path DOCPATH +.IP "--doc-path DOCPATH" Set the search path for documentation files .IP --evaluate Evaluate the guile command -.IP --load FILE +.IP "--load FILE" Load the given .scm file -.IP --add-price-quotes FILE +.IP "--add-price-quotes FILE" Add price quotes to the given data file .IP --load-user-config Load the user configuration diff -rauN ../orig/gnucash-1.8.12/doc/gnucash.1.in ./gnucash-1.8.12/doc/gnucash.1.in --- ../orig/gnucash-1.8.12/doc/gnucash.1.in 2003-04-05 06:19:08.000000000 +0200 +++ ./gnucash-1.8.12/doc/gnucash.1.in 2006-01-27 19:45:52.000000000 +0100 @@ -31,23 +31,23 @@ Show this help message .IP --debug Enable debugging mode -.IP --loglevel LOGLEVEL +.IP "--loglevel LOGLEVEL" Set the logging level from 0 (least) to 6 (most) .IP --nofile Do not load the last file opened -.IP --config-dir CONFIGDIR +.IP "--config-dir CONFIGDIR" Set configuration directory -.IP --share-dir SHAREDIR +.IP "--share-dir SHAREDIR" Set shared directory -.IP --load-path LOADPATH +.IP "--load-path LOADPATH" Set the search path for .scm files -.IP --doc-path DOCPATH +.IP "--doc-path DOCPATH" Set the search path for documentation files .IP --evaluate Evaluate the guile command -.IP --load FILE +.IP "--load FILE" Load the given .scm file -.IP --add-price-quotes FILE +.IP "--add-price-quotes FILE" Add price quotes to the given data file .IP --load-user-config Load the user configuration

