~ chicken-core (chicken-5) a196826c65ab8534cbcf9b7de241f25bea62529c
commit a196826c65ab8534cbcf9b7de241f25bea62529c Author: Evan Hanson <evhan@foldling.org> AuthorDate: Mon May 14 17:51:40 2018 +1200 Commit: Evan Hanson <evhan@foldling.org> CommitDate: Mon May 14 18:05:22 2018 +1200 A few small man page fixes Add "-d3" to csc.mdoc, drop "-csi" from chicken-install.mdoc, and fix the formatting of the warning about "-:<OPTIONS>" options in csi.mdoc. diff --git a/chicken-install.mdoc b/chicken-install.mdoc index 96ed3204..60921d88 100644 --- a/chicken-install.mdoc +++ b/chicken-install.mdoc @@ -96,11 +96,6 @@ which has the same format as .Xr chicken-status 1 Ns 's .Fl list No output. This option may be given multiple times. -.It Fl csi Ar filename -Use given -.Ar filename -for invocations of -.Dq csi . .It Fl cached Install given eggs from cache and do not download. .El diff --git a/chicken.mdoc b/chicken.mdoc index 3a8042ec..4c285c86 100644 --- a/chicken.mdoc +++ b/chicken.mdoc @@ -250,7 +250,9 @@ The following environment variables change the behaviour of .Bl -tag -width CHICKEN_INCLUDE_PATH .It Ev CHICKEN_INCLUDE_PATH Contains one or more pathnames where the compiler should additionally look for -include-files, separated by \; characters. +include-files, separated by +.Sq \&; +characters. .It Ev CHICKEN_OPTIONS Holds a string of default compiler options that should apply to every invocation of .Nm . diff --git a/csc.mdoc b/csc.mdoc index 83b6a3e7..b645882b 100644 --- a/csc.mdoc +++ b/csc.mdoc @@ -133,7 +133,7 @@ Debugging options: .Bl -tag -width Ds .It Fl w , Fl no-warnings Disable warnings. -.It Fl d0 , Fl d1 , Fl d2 , Fl debug-level Ar NUMBER +.It Fl d0 , Fl d1 , Fl d2 , Fl d3 , Fl debug-level Ar NUMBER Set level of available debugging information. .It Fl no-trace Disable rudimentary debugging information. diff --git a/csi.mdoc b/csi.mdoc index be80a80a..d6a2c651 100644 --- a/csi.mdoc +++ b/csi.mdoc @@ -111,19 +111,14 @@ The following environment variables change the behaviour of .It Ev CSI_OPTIONS When set to a string of command-line options, then the options are passed implicitly to every direct or indirect invocation of -.Nm +.Nm . Note that runtime options of the form +.Sq \&-: Ns Aq OPTIONS +cannot be passed using this method. .It Ev CHICKEN_INCLUDE_PATH Contains one or more pathnames where the interpreter should also look for include files, separated by .Sq \&; characters. -.br -Note that runtime options of the form -.Sq \&- -.Sq \&: -.Sq \&. -.Sq \&.\&. -can not be passed using this method. .El .Sh EXIT STATUS .Ex -stdTrap