diff options
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/sisu/v1/CHANGELOG | 3 | ||||
-rw-r--r-- | data/doc/sisu/v1/html/sisu.1.html | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/data/doc/sisu/v1/CHANGELOG b/data/doc/sisu/v1/CHANGELOG index fb486257..5da70577 100644 --- a/data/doc/sisu/v1/CHANGELOG +++ b/data/doc/sisu/v1/CHANGELOG @@ -30,6 +30,9 @@ http://www.jus.uio.no/sisu/pkg/src/sisu_1.0.0.orig.tar.gz * minor changes inter alia for new directory structure + * documentation, modified description of command flags -m and -n (in line + with communication on Debian bug #555496, closing it) + %% sisu_0.71.4.orig.tar.gz (2009-08-29:34/6) http://www.jus.uio.no/sisu/pkg/src/sisu_0.71.4.orig.tar.gz a9accd67316fcc21fa289dd3923641b182023ee3e038ee7c3324b6e71b129a68 1551081 sisu_0.71.4.orig.tar.gz diff --git a/data/doc/sisu/v1/html/sisu.1.html b/data/doc/sisu/v1/html/sisu.1.html index faf8069c..301933b2 100644 --- a/data/doc/sisu/v1/html/sisu.1.html +++ b/data/doc/sisu/v1/html/sisu.1.html @@ -256,9 +256,9 @@ processing preserved and their locations indicated. (also see -V) <dt><b>-m [filename/wildcard/url]</b> </dt> -<dd>assumed for most other flags, creates new meta-markup file, (the metaverse -) that is used in all subsequent processing of other output. This step is -assumed for most processing flags. To skip it see -n +<dd>assumed for most other flags, creates new intermediate files for processing +(document abstraction) that is used in all subsequent processing of other +output. This step is assumed for most processing flags. To skip it see -n <p> </dd> <dt><b>-N [filename/wildcard/url]</b> @@ -271,8 +271,10 @@ that produced it) (digest.txt). -NV for verbose digest output to screen. <dt><b>-n [filename/wildcard/url]</b> </dt> -<dd>skip meta-markup (building of -m which is otherwise -assumed by most processing flags. + +<dd>skip the creation of intermediate processing files (document abstraction) +if they already exist, this skips the equivalent of -m which is otherwise +assumed by most processing flags. <p> </dd> <dt><b>-o [filename/wildcard/url]</b> </dt> |