CVS: lunar/usr/share/man/man8 lget.8, 1.1.1.1, 1.2 lin.8, 1.2, 1.3 lrm.8, 1.1.1.1, 1.2 lunar.8, 1.3, 1.4

csm at lunar-linux.org csm at lunar-linux.org
Sun Aug 10 01:16:24 GMT 2003


Update of /var/cvs/lunar/lunar/usr/share/man/man8
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1871/usr/share/man/man8

Modified Files:
	lget.8 lin.8 lrm.8 lunar.8 
Log Message:
merging theedge into lunar and removing subroutines


Index: lget.8
===================================================================
RCS file: /var/cvs/lunar/lunar/usr/share/man/man8/lget.8,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- lget.8	2 Sep 2002 14:00:37 -0000	1.1.1.1
+++ lget.8	10 Aug 2003 01:16:21 -0000	1.2
@@ -1,4 +1,4 @@
-.TH LGET 8 "March 2002" "Lunar Linux" LUNAR
+.TH LGET 8 "August 2003" "Lunar Linux" LUNAR
 .SH NAME
 lget \- downloads module source files
 .SH SYNOPSIS
@@ -7,11 +7,12 @@
 .B lget
 module_1 module_2 module_2
 .PP
-.B lget
-(--from|--url) module_1 module_2 module_2
+.B lget -h|--help
+.PP
+.B lget -d|--debug|-f|--from|-u|--url|-v|--verbose module_1 module_2
 .SH COPYRIGHT
-.if n lget(8) is Copyright (C) 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
-.if t lget(8) is Copyright \(co 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
+.if n lget(8) is Copyright (C) 2002-2003 Terry Chan with portions copyrighted by previous authors 2001-2002
+.if t lget(8) is Copyright \(co 2002-2003 Terry Chan with portions copyrighted by previous authors 2001-2002
 .SH "EXAMPLE"
 To download emacs type:
 .IP
@@ -20,36 +21,45 @@
 .SH "DESCRIPTION" 
 .I lget
 is part of the
-.SM lunar
+.SM Lunar
 source-code package management suite. It is a command-line tool
-for automatically downloading a packages associated source files. 
+for automatically downloading a modules associated source files. 
 .SH "OPTIONS"
 .TP
 .B lget
 .PP
-By itself it trys to download every single package (about 1.2G as of 02/17/2002).
-This is useful if you have a fast link or want to test everything.
+Invoked with no parameters, it starts to download the source code for every single module in moonbase (about 2.5G as of 08/08/2003).
+This is useful if you have a fast link or want to start your own Lunar source code mirror.
 .TP
 .B lget
 module_1 <module_2> <module_3>
 .PP
 This automatically downloads the specified module sources.
 .TP
+.B lget -d|--debug
+.PP
+Enables debug messages, very useful when emailing a bug report.
+.TP
 .B lget
---from module
+-f|--from path/dir
 .PP
 This specifies a different
 .I /var/spool/lunar
 directory. This is the default location for downloaded sources.
 .TP
+.B lget -h|--help
+.PP
+Outputs short help.
+.TP
 .B lget
---url
+-u|--url URL module_1
 .PP
 This tries to download the specified module from a different location. This is
 useful if the original link is down.
 .TP
-.B "-h, --help"
-outputs short help
+.B lget -v|--verbose
+.PP
+Increases the level of message output
 .SH "FILES"
 .TP
 .I /etc/lunar/config & /etc/lunar/local/config
@@ -59,7 +69,7 @@
 details about these files.
 .IP
 .TP
-.I /var/lib/lunar/subroutines
+.I /var/lib/lunar/functions/*.lunar
 .IP
 Contains functions used by 
 .B lget
@@ -67,7 +77,7 @@
 Specifing a different download location for linux
 .IP
 lget
-.B --url http://ftp.mirror.ac.uk/sites/ftp.kernel.org/linux/kernel/2.4/linux-2.4.17.tar.bz2 linux
+.B --url http://ftp.mirror.ac.uk/sites/ftp.kernel.org/linux/kernel/2.4/linux-2.4.20.tar.bz2 linux
 .SH "NOTES"
 Do not include 
 .SM version
@@ -81,8 +91,9 @@
 .PP
 Converted to Lunar by Terry Chan 03/23/2002
 .PP
+Updated by Terry Chan 08/08/2003
 .SH "REPORTING BUGS"
-Report bugs to <maintainer at lunar-penguin.org>
+Report bugs to <maintainer at lunar-linux.org>
 .SH "SEE ALSO"
 lunar(8), lin(8), lvu(1), lrm(8)
 .SH "WARRANTY"

Index: lin.8
===================================================================
RCS file: /var/cvs/lunar/lunar/usr/share/man/man8/lin.8,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- lin.8	24 Sep 2002 00:39:36 -0000	1.2
+++ lin.8	10 Aug 2003 01:16:21 -0000	1.3
@@ -1,126 +1,91 @@
-.TH LIN 8 "March 2002" "Lunar Linux" LUNAR
-.SH NAME
-lin \- lunar install software packages
-.SH SYNOPSIS
+.TH "LIN" "8" "August 2003" "Lunar Linux" "LUNAR"
+.SH "NAME"
+lin \- Lunar install software modules
+.SH "SYNOPSIS"
 .B lin
 [options] [package1] ... [package2] ...
-.SH COPYRIGHT
-.if n lin(8) is Copyright (C) 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
-.if t lin(8) is Copyright \(co 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
+.SH "COPYRIGHT"
+.if n lin(8) is Copyright (C) 2002-2003 Terry Chan with portions copyrighted by previous authors 2001\-2002
+.if t lin(8) is Copyright \(co 2002-2003 Terry Chan with portions copyrighted by previous authors 2001\-2002
 .SH "EXAMPLE"
 To install emacs type:
-.IP
-.B lin
-emacs
-.SH "DESCRIPTION" 
+.IP 
+.B lin emacs
+.SH "DESCRIPTION"
 .I lin
 is part of the
-.SM lunar
-source-code package management suite. It is a command-line tool
-for automatically retrieving, unpacking, compiling, installing, and
-tracking software installations. 
+.B Lunar
+source\-code package management suite. It is a command\-line tool for automatically retrieving, unpacking, compiling, installing, and tracking software installations. 
 .SH "OPTIONS"
+.TP 
+.B "\-c, \-\-compile"
+Compiles module even if there is a compile cache in /var/cache/lunar.
+.TP 
+.B "-d, --debug"
+Enables debug messages, very useful when emailing a bug report.
 .TP
-.B "-f, --fix"
-Discover and fix broken modules. Four methods are used to do this.
-The methods can be toggled using lunar->Option->Integrity Checking.
-A fix is automatically issued after a
-.B lunar update.
-.IP
-.I "Find Check"
-.IP
-Discovers missing binary executables, libraries and header files.
-.IP
-.I MD5 Sum
-.IP
-Discovers modified executables and libraries.
-.IP
-.I Ldd Check
-.IP
-Discovers Broken executables and libraries.
-.IP
-.I Sym Check
-.IP
-Discovers miss-owned symbolic links to files.
-.TP
-.B "-n, --nofix"
-Discover broken modules (as --fix) , but does not fix them.
-.TP
-.B "-s"
-Download 1st, lin 2nd. eg
-.B lin
-bash fileutils
-.IP
-Downloads bash and compiles fileutils.
-.TP
-.B "--deps"
+.B "\-\-deps"
 Configures the modules and determines their dependencies, but they are not
 compiled or installed.
+.TP 
+.B "-f, \-\-from" directory
+Specify an alternate directory to search for source code tarballs. An alternative
+to /var/spool/lunar. 
+.TP 
+.B "\-h, \-\-help"
+Outputs short help.
 .TP
-.B "--fixdepends"
-Reconstructs the depends database without recompiling modules. This might help
-if your depends database is missing or corrupted.
-.TP
-.B "-c, --compile"
-Compiles module even if there is a compile cache in /var/cache/lunar.
-.TP
-.B "-r, --reconfigure"
-Select new configuration and dependencies for modules.
-.TP
-.B "-p, --probe"
+.B "\-p, \-\-probe"
 Only lin if the module was not previously installed.
+.TP 
+.B "\-r, \-\-reconfigure"
+Select new configuration and dependencies for modules.
+.TP 
+.B "\-R, \-\-resurrect"
+Reinstalls a module which has been removed but still has the compiled version available.
 .TP
-.B "--from directory"
-Specify an alternate directory to search for cached modules. An alternate
-to /var/cache/lunar. Cached modules are modules that your have already
-compiled. There for installation is quick.
-.TP
-.B "--url URL"
-Specify an alternative download url.
-.TP
-.B "--pam"
-reinstalls all installed modules that can use Linux-PAM.
+.B "-s, --silent"
+Decreases the level of message output.
 .TP
-.B "-h, --help"
-Display short help.
+.B "-v, --verbose"
+Increases the level of message output.
 .SH "FILES"
-All files can be edited by hand, but its easier to edit them with lunar.
-.TP
+All files can be edited by hand, but its easier to edit them with
+.B lunar.
+.TP 
 .I /etc/lunar/config
-.IP
+.IP 
 Configuration options.
-.TP
+.TP 
 .I /etc/lunar/mirrors
-.IP
+.IP 
 Mirror information.
-.TP
+.TP 
 .I /etc/lunar/local/*
-.IP
+.IP 
 Local settings.
-.TP
+.TP 
 .I /etc/lunar/local/config
-.IP
-Various local settings and compiler optimisation parameters (select with
-lunar).
-.TP
+.IP 
+Various local settings and compiler optimization parameters (select with lunar).
+.TP 
 .I /etc/lunar/local/depends/*
-.IP
-Dependency and config info for modules.
-.TP
-.I /var/lib/lunar/subroutines
-.IP
-Contains functions used by 
-.I lin.
-.I
+.IP 
+Dependency and configuration information for modules.
+.TP 
+.I /var/lib/lunar/functions/*.lunar
+.IP 
+Contains functions used by
+.B lin.
+.I 
 .SH "ENVIRONMENT"
-.PP
+.PP 
 The following settings can be altered in 
 .I /etc/lunar/local/config 
 It is easier, faster and less error prone to edit them with
 .B lunar.
 .IP AUTODEPENDS
-If set to yes this turns on autodepends, that is lin automatically resolves
-and installs dependencies.
+If set to yes this turns on autodepends, that is lin automatically resolves and installs dependencies.
 .IP GNU_URL
 The GNU Mirror (default: ftp.gnu.org).
 .IP KERNEL_URL
@@ -131,55 +96,51 @@
 The GNOME mirror (default: ftp.gnome.org).
 .IP KDE_URL
 The KDE mirror (default: ftp.kde.org).
+.IP SFORGE_URL
+The Sourceforge mirror. (default: none).
+.IP PATCH_URL
+The default patch mirror. (default: www.lunar\-linux.org/lunar/patches).
+.IP LRESORT_URL
+The default lunar mirror. If all else fails go here! (default: www.lunar\-linux.org/lunar/cache)
+.IP MOONBASE_URL
+The lunar moonbase mirrors. (default: www.lunar\-linux.org/lunar/).
 .IP optimise
-The optimise setting. Used to configure what optimisations are used while
-compiling. These are the available options i586, pentium, i686, pentiumpro,
-k6, athlon, speedy, risky and nostrip.
+The optimise setting. Used to configure what optimisations are used while compiling. These are the available options i586, pentium, i686, pentiumpro, k6, athlon, speedy, risky and nostrip.
 .IP color
-If set to yes lin outputs nice colour. Green for messages, gray for compiling,
-yellow for questions, and red for errors.q
+If set to yes lin outputs nice colour. Green for messages, gray for compiling, yellow for questions, and red for errors.
 .IP PROMPT_DELAY
 The delay in seconds that
 .B lin
-gives you when waiting for responses from you.
+pauses when waiting for responses from you.
 .IP MAIL_REPORTS
-If set to yes 
-.I README
-and
-.I INSTALL
-files along with compiler and installation logs will be mailed to the admin
+If set to yes, installation logs will be mailed to the admin upon a successful compile. Compile logs will be mailed instead upon a failed compilation.
 .IP ADMIN'S_EMAIL
 The mailbox where the reports will be mailed. The admin's email address.
 .IP PRESERVE
-When set to yes, files that have been edited will not get deleted when the
-module is re-installed
+When set to yes, configuration files that have been edited will not get deleted when the module is re\-installed
 .IP SOUND
 If set to yes then sounds will be enabled if the
-.I lunar-sound
-is installed
+.I lunar\-sound
+module is installed
 .IP SUSTAIN
-When set to yes this disallows removing of modules that would cause terrible
-malfunctions. eg glibc, gcc, bash, to name some obvious ones. 
+When set to yes this disallows removing of modules that would cause terrible malfunctions. eg glibc, gcc, bash, to name some obvious ones. 
 .IP VIEW_REPORTS
-If set to yes then you will be prompted whether to view reports before
-and after installation.
+If set to yes then you will be prompted whether to view reports before and after installation.
 .IP VOYEUR
 If set to yes then compiler output will be displayed in real time.
 .IP REAP
 Deletes files when removing.
 .IP AUTOFIX
-If set to yes whenever a library is updated all packages that depend on that
-library will be rebuilt. See FIND_CHECK, MD5SUM_CHECK, LDD_CHECK, SYM_CHECK for
-autofix settings.
+If set to yes whenever a library is updated all packages that depend on that library will be rebuilt. See FIND_CHECK, MD5SUM_CHECK, LDD_CHECK, SYM_CHECK for autofix settings.
 .IP FIND_CHECK MD5SUM_CHECK LDD_CHECK SYM_CHECK
-See the -f options above for explanations of these.
-.SH ADVANCED USAGE
-.PP
-Installing from an alternate module cache.
-.IP
+See the \-f options above for explanations of these.
+.SH "ADVANCED USAGE"
+.PP 
+Using source code tarballs from an alternate location.
+.IP 
 lin
-.B --from
-/root/lunar/personal/cache
+.B \-\-from
+/root/spool/lunar
 emacs
 .SH "NOTES"
 Do not include 
@@ -189,23 +150,27 @@
 name when specifying a package. To get complete listing of software packages
 type
 .I lvu moonbase
-.TP
-If module fails during a lin, try reinstalling it with -r -c to reconfigure and recompile.
+.TP 
+If module fails during a lin, try reinstalling it with \-r \-c to reconfigure and recompile.
 .SH "COMMENTS"
 Unless the
-.B -from
+.B \-from
 option is specified lin will always check the
 .I /var/spool/lunar
 directory first to see if the package exists. If the package does not
 exist it downloads the package via the Internet.
 .SH "AUTHOR"
 Kyle Sallee
-.PP
+.PP 
 Updated Thomas Stewart 01/15/2002
-.PP
+.PP 
 Converted to Lunar by Terry Chan 03/23/2002
+.PP 
+Updated by Chuck Mead 07/17/2003
+.PP
+Updated by Terry Chan 08/08/2003
 .SH "REPORTING BUGS"
-Report bugs to <maintainer at lunar-penguin.org>
+Report bugs to <maintainer at lunar\-linux.org>
 .SH "SEE ALSO"
 lunar(8), lrm(8), lvu(1), lget(8), moonbase(1)
 .SH "WARRANTY"

Index: lrm.8
===================================================================
RCS file: /var/cvs/lunar/lunar/usr/share/man/man8/lrm.8,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- lrm.8	2 Sep 2002 14:00:37 -0000	1.1.1.1
+++ lrm.8	10 Aug 2003 01:16:21 -0000	1.2
@@ -1,15 +1,18 @@
-.TH LRM 8 "March 2002" "Lunar Linux" LUNAR
+.TH LRM 8 "August 2003" "Lunar\-Linux" LUNAR
 .SH NAME
-lrm \- removes software packages
+lrm \- removes Lunar software modules
 .SH SYNOPSIS
 .B lrm
-[options] [package1] ... [package2] ...
+[options] [module1] ... [module2] ...
 .PP
-.B lrm -e|--exile|-d|--downgrade
-<package> <version>
+.B lrm -h|--help
+.PP
+.B lrm -d|--debug|-k|--keepconfig|-n|--nosustain|-v|--verbose <module>
+.PP
+.B lrm -D|--downgrade <module> <version>
 .SH COPYRIGHT
-.if n lrm(8) is Copyright (C) 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
-.if t lrm(8) is Copyright \(co 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
+.if n lrm(8) is Copyright (C) 2002-2003 Terry Chan with portions copyrighted by previous authors 2001-2002
+.if t lrm(8) is Copyright \(co 2002-2003 Terry Chan with portions copyrighted by previous authors 2001-2002
 .SH "EXAMPLE"
 To uninstall emacs type:
 .IP
@@ -18,22 +21,30 @@
 .SH "DESCRIPTION" 
 .I lrm
 is part of the
-.SM lunar
+.SM Lunar\-Linux
 source-code package management suite. It is a command-line tool
-for automatically uninstalling a package and its associated
+for automatically uninstalling a module and its associated
 files. 
 .SH "OPTIONS"
 .TP
-.B "-d, --downgrade"
+.B "-d, --debug"
+enables debug messages, very useful when emailing a bug report
+.TP
+.B "-D, --downgrade"
 downgrade is an option for removing the selected module and restoring
 a previously installed version
 .TP
-.B "-e, --exile"
-removes software package and sets package status to 'exile'. This prevents
-it from being installed again automatically
-.TP
 .B "-h, --help"
 outputs short help
+.TP
+.B "-k, --keepconfig"
+remove module(s) but keep dependencies and config info
+.TP
+.B "-n, --nosustain"
+emoves module(s) even if they are sustained
+.TP
+.B "-v, --verbose"
+increases the level of message output
 .SH "FILES"
 .TP
 .I /var/lib/lunar/excluded
@@ -53,17 +64,11 @@
 List of modules that are essential to system, and lrm of these modules is not permitted.
 Installing and upgrading is fine.
 .TP
-.I /var/lib/lunar/subroutines
+.I /var/lib/lunar/functions/*.lunar
 .IP
 Contains functions used by 
 .B lrm
 .SH ADVANCED USAGE
-Protecting a file from updates
-.IP
-lrm
-.B --exile
-glibc
-.PP
 Rolling back to a previous version of a package 
 .IP
 lrm
@@ -87,8 +92,9 @@
 .PP
 Converted to Lunar by Terry Chan 03/23/2002
 .PP
+Updated by Terry Chan 08/08/2003
 .SH "REPORTING BUGS"
-Report bugs to <maintainer at lunar-penguin.org>
+Report bugs to <maintainer at lunar-linux.org>
 .SH "SEE ALSO"
 lunar(8), lin(8), lvu(1), lget(8)
 .SH "WARRANTY"

Index: lunar.8
===================================================================
RCS file: /var/cvs/lunar/lunar/usr/share/man/man8/lunar.8,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lunar.8	30 Mar 2003 20:45:12 -0000	1.3
+++ lunar.8	10 Aug 2003 01:16:21 -0000	1.4
@@ -1,105 +1,165 @@
-.TH LUNAR 8 March 2002 Lunar Linux LUNAR
-.SH NAME
-lunar - menu-driven software package management utility
-.SH SYNTAX
-.I lunar
-[update|renew|rebuild|optimize|prune]
-.SH COPYRIGHT
-.if n lunar(8) is Copyright (C) 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
-.if t lunar(8) is Copyright \(co 2002 Terry Chan with portions copyrighted by previous authors 2001-2002
+.TH "LUNAR" "8" "August 2003" "Lunar-Linux.org" "Lunar"
+.SH "NAME"
+lunar \- menu\-driven software package management utility
+.SH "SYNTAX"
+.B lunar
+-d|--debug|-h|--help|-v|--verbose
+.PP
+.B lunar
+[prune|renew|update|rebuild|optimize|fix|nofix|fixdepends|resurrect|install|remove|hold|unhold|exile|unexile]
+.SH "COPYRIGHT"
+.if n lunar(8) is Copyright (C) 2002-2003 Terry Chan with portions copyrighted by previous authors 2001\-2002
+.if t lunar(8) is Copyright \(co 2002-2003 Terry Chan with portions copyrighted by previous authors 2001\-2002
 .SH "DESCRIPTION"
 .I lunar
-is an easy-to-use menu-driven (dialog-based) interface to the
-.I lunar
-source-based package management system.
+is an easy\-to\-use menu\-driven (dialog\-based) interface to the
+.I Lunar
+source\-based package management system.
 .SH "OPTIONS"
 .I lunar
-without options will start the menu-driven package management utility.
-.PP
-.I update
-.IP
-automatically updates all installed software packages. This option is
-non-interactive and does not start up the menu-driven interface. It is
-suitable for use in cron jobs.
+without options will start the menu\-driven package management utility.
+.PP 
+.B "-d, --debug"
+enables debug messages, very useful when emailing a bug report
+.TP
+.B "-h, --help"
+outputs short help
+.TP
+.B "-v, --verbose"
+increases the level of message output
+.TP
+.I prune
+.IP 
+Removes all old source code and old backups. Since the number of sources on the system grows steadily on a running system, you will need to clean some of the kept copies of sources and compile caches. The source code from previous versions are kept so that the packages can be rolled back to older versions. This does not delete sources that are up to date,
+but not installed.
 .PP
 .I renew
-.IP
-check installed versions of sources against the moonbase, and recompile
-where necessary. This is the same as the final stage of a lunar update.
+.IP 
+check installed versions of sources against the moonbase, and recompile where necessary. This is the same as the final stage of a lunar update.
+.PP 
+.I update
+.IP 
+automatically updates all installed software packages. This option is non\-interactive and does not start up the menu\-driven interface. It is suitable for use in cron jobs.
+.PP 
+.I rebuild
+.IP 
+automatically rebuilds all installed software packages. This option is non\-interactive and does not start up the menu\-driven interface. It is suitable for use in cron jobs and is useful for rebuilding distributed binaries from source.
 .PP
 .I optimize
-.IP
+.IP 
 jump straight into the compiler optimizations menu.
+.PP 
+.I fix
+.IP 
+Check and fix all modules and internal state of lunar. Four methods are available.  The methods can be toggled using lunar\->Option\->Integrity Checking.  A fix is automatically issued afer a
+.B lunar update.
+.IP 
+.I "Find Check"
+.IP 
+Discovers missing binary executables, libraries and header files.
+.IP 
+.I MD5 Sum
+.IP 
+Discovers modified executables and libraries.
+.IP 
+.I Ldd Check
+.IP 
+Discovers Broken executables and libraries.
+.IP 
+.I Sym Check
+.IP 
+Discovers mis\-owned symbolic links to files.
+.TP 
+.I nofix
+.IP 
+Check but do not fix modules and internal state.
+.PP 
+.I fixdepends
+.IP 
+Check and fix the dependency database of lunar.
+Reconstructs the depends database without recompiling modules. This might help if your depends database is missing or corrupted.
+.PP 
+.I resurrect
+.IP 
+Reinstalls a module which has been removed but still has the compiled version available.
 .PP
-.I rebuild
-.IP
-automatically rebuilds all installed software packages. This option
-is non-interactive and does not start up the menu-driven interface.
-It is suitable for use in cron jobs and is useful for rebuilding
-distributed binaries from source.
+.I install
+.IP 
+Installs a module.
+.PP
+.I remove
+.IP 
+Removes a module.
+.PP
+.I hold
+.IP 
+Places a module on hold so it cannot be built/rebuilt.
+.PP
+.I unhold
+.IP 
+Removes a module from hold status so it can be built/rebuilt.
+.PP
+.I exile
+.IP 
+Prevents a module from being installed or resurrected. Perhaps because you've installed a customized module.
+.PP
+.I unexile
+.IP 
+Removes a module from exiled status.
 .PP
-.O prune
-.IP
-Removes all old source code and old backups. Since the number of sources
-on the system grows steadily on a running system, you will need to clean
-some of the kept copies of sources and compile caches. The source code
-from previous versions are kept so that the packages can be rolled back
-to older versions. This does not delete sources that are up to date,
-but not installed.
 .SH "REQUIREMENTS"
 .I lunar
 requires a connection to the Internet
-.PP
+.PP 
 .I Bash
 version 2 or higher
-.PP
+.PP 
 .I Dialog
 version 0.9a or higher
-.PP
+.PP 
 .I Linux
-kernel version 2.4.x
+kernel version 2.4.x or higher.
 .SH "NOTES"
 Options on the
 .I Package Menu
-add or remove software packages to/from installation and removal queues.
-The actual installation and/or removal of the packages will not be
-performed until either
+add or remove software packages to/from installation and removal queues. The actual installation and/or removal of the packages will not be performed until either
 .I Foreground Execution
 or
 .I Background Execution
 are selected from the main menu.
 .SH "OPERATION"
 .I Navigating the Menus
-.PP
+.PP 
 To return to a previous menu press
 .I <Esc>
 or use the
-.I Cancel
-button
-.PP
+.I Cancel button
+.PP 
 To exit the program from the main menu press
 .I <Esc>
 or use the
-.I Cancel
-button
-.PP
+.I Cancel button
+.PP 
 To toggle between buttons press
 .I <Tab>
-.PP
+.PP 
 To select whichever button is highlighted press
 .I <Enter>
-.PP
+.PP 
 To select/deselect items from a checklist press
 .I <Space>
 .SH "AUTHOR"
 Kyle Sallee
-.PP
+.PP 
 Updated Thomas Stewart 01/15/2002
-.PP
+.PP 
 Converted to Lunar by Terry Chan 03/23/2002
+.PP 
+Updated by Chuck Mead 07/17/2003
 .PP
+Updated by Terry Chan 08/08/2003
 .SH "REPORTING BUGS"
-Report bugs to <maintainer at lunar-penguin.org>
+Report bugs to <maintainer at lunar\-linux.org>
 .SH "SEE ALSO"
 moonbase(1), lin(8), lvu(1), lget(8), lrm(8), lcrash(8)
 .SH "WARRANTY"




More information about the Lunar-commits mailing list