On Sat, Dec 02, 2006 at 02:07:17AM +0100, Simon Paillard wrote: > I used a patched docbook-utils to generate the attached > diff against module-assistant.8 from module-assistant.8.sgml.
I forget to fix the date used in the source sgml file. Please find attached the up to date patch. -- Simon Paillard
diff -Naur module-assistant-0.10.8/module-assistant.8 module-assistant-0.10.8.modified/module-assistant.8 --- module-assistant-0.10.8/module-assistant.8 2006-10-14 02:05:15.000000000 +0200 +++ module-assistant-0.10.8.modified/module-assistant.8 2006-12-02 02:28:46.000000000 +0100 @@ -3,7 +3,7 @@ .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng <[EMAIL PROTECTED]>. -.TH "MODULE-ASSISTANT" "8" "14 Oktober 2006" "" "" +.TH "MODULE-ASSISTANT" "8" "14 October 2006" "" "" .SH NAME module-assistant \- manage kernel modules packages @@ -215,7 +215,14 @@ \fB-o\fR .TP \fB--unpack-once\fR -Try to not unpack twice. The option needs to be also specified when the package is being unpacked for the first time. +Try to not unpack twice. The option needs to be also specified +when the package is being unpacked for the first time. +Experimental option, don't rely on it. +.TP +\fB-O\fR +.TP +\fB--not-unpack\fR +Never unpack the source tarball. Usefull after manual manipulation of module source. .TP \fB-q\fR .TP diff -Naur module-assistant-0.10.8/module-assistant.8.sgml module-assistant-0.10.8.modified/module-assistant.8.sgml --- module-assistant-0.10.8/module-assistant.8.sgml 2006-10-14 02:05:15.000000000 +0200 +++ module-assistant-0.10.8.modified/module-assistant.8.sgml 2006-12-02 02:24:49.000000000 +0100 @@ -11,7 +11,7 @@ <address><email>[EMAIL PROTECTED]</></address> <author><firstname>Eduard</> <surname>Bloch</></> <copyright><year>2003</> <holder>Eduard Bloch</></> - <date>06 September 2003</> + <date>14 October 2006</> </docinfo> <refmeta> <refentrytitle>module-assistant</>

