[Lunar-commits] r24886 - lunar/trunk/usr/share/man/man1

Auke Kok sofar at lunar-linux.org
Mon Jun 18 05:52:15 CEST 2007


Author: sofar
Date: 2007-06-18 05:52:15 +0200 (Mon, 18 Jun 2007)
New Revision: 24886

Modified:
   lunar/trunk/usr/share/man/man1/lvu.1
Log:
Updated this a bit :)


Modified: lunar/trunk/usr/share/man/man1/lvu.1
===================================================================
--- lunar/trunk/usr/share/man/man1/lvu.1	2007-06-18 03:44:44 UTC (rev 24885)
+++ lunar/trunk/usr/share/man/man1/lvu.1	2007-06-18 03:52:15 UTC (rev 24886)
@@ -54,7 +54,7 @@
 size [module]
 .PP
 .B lvu
-submit|edit|unedit [module]
+new|submit|edit|unedit [module]
 .PP
 .B lvu
 $MODULE_SCRIPT <module>
@@ -83,62 +83,62 @@
 display modules installed that are pam aware
 .PP 
 .B cd
-module
+<module>
 .IP 
 changes current directory to the given module and execs a new shell
 .PP 
 .B what
-module
+<module>
 .IP 
 view the long package description
 .PP 
 .B where
-module
+<module>
 .IP 
 display the section a module belongs to
 .PP 
 .B website
-module
+<module>
 .IP 
 display the URL for the specified module
 .PP 
 .B sources
-module
+<module>
 .IP 
 list all source files contained in a module
 .PP 
 .B urls
-module
+<module>
 .IP 
 list all URLs for a module
 .PP 
 .B maintainer
-module
+<module>
 .IP 
 display the email address of the person currently responsible for maintaining a specified module
 .PP 
 .B version
-module
+<module>
 .IP 
 display version of module in moonbase
 .PP 
 .B compile
-module
+<module>
 .IP 
 show the compiler output generated when the module was built
 .PP 
 .B compiler
-module
+<module>
 .IP 
 display the version of compiler used for creating the ELF files in modules
 .PP
 .B links
-module
+<module>
 .IP
 display the modules that this module's ELF binary files actually links to
 .PP
 .B install
-module
+<module>
 .IP 
 used to determine what files were installed by a module and where those files are located
 .PP
@@ -166,9 +166,10 @@
 .PP 
 .B export
 .IP 
-take a snapshot of all modules currently installed
+take a snapshot of all modules and configuration currently installed
 .PP 
-.B import snapshot 
+.B import
+snapshot 
 .IP 
 restore the snapshot from a previous
 .I lvu export command (see the export option)
@@ -211,13 +212,15 @@
 .IP 
 print packages that are older than a specified date. the date must be specified in the 'yyyymmdd' format, where y=year, m=month, and d=day
 .PP 
-.B from <path/>file
+.B from
+<path/><file>
 .IP 
 find out what module has
 .I <path>/file
 installed
 .PP 
-.B installed <module>
+.B installed
+<module>
 .IP 
 view all installed packages and corresponding version numbers or check
 to see whether a particular package is installed and if it is
@@ -228,7 +231,8 @@
 .IP 
 view a list of all sections in the software catalogue or display a list of packages from a specific section
 .PP 
-.B size <module>
+.B size
+<module>
 .IP 
 display the size of a given module or all your installed modules in KB
 .PP 
@@ -252,6 +256,11 @@
 .IP 
 displays a tree of the module's reverse dependencies.
 .PP 
+.B new
+<module>
+.IP
+Attempt to create a module DETAILS file from scratch using cut-n-paste data from the user. Very dirty method to get a module started by just having 4 pieces of information handy: download url, descriptions and name
+.PP
 .B edit
 <module>
 .IP
@@ -268,7 +277,7 @@
 Submit a module to the lunar module submission list/mail alias. Please only submit tested changes.
 .PP
 .B $MODULE_SCRIPT
-module
+<module>
 .IP 
 replace $MODULE_SCRIPT with any of the following DETAILS | CONFIGURE | CONFLICTS | PRE_BUILD | BUILD | POST_BUILD | POST_INSTALL | POST_REMOVE to show module scripts for the
 .I module



More information about the Lunar-commits mailing list