Update manual pages with markup and spacing fixes.

Added ability to use "@" symbol in command named in the inittab file. This
treats commands as literal and does not launch a shell to interpret them.

Updated inittab manual page to include overview of symbols which trigger
a shell interpretor and how to disable them using the @ symbol.
This commit is contained in:
Jesse
2022-02-15 17:01:41 -04:00
parent 3b233b0690
commit 644ee05aab
21 changed files with 49 additions and 21 deletions

View File

@@ -1,3 +1,4 @@
sysvinit (3.02) unreleased; urgency=low
* Added q and Q flags to synopsis in shutdown manual page.
* Applied fixes for markup and spacing in manual pages.
Patch provided by Mario Blattermann.
@@ -5,6 +6,10 @@
* Added Makefile for man/ directory. Will handle translations
and substitutions.
* Applied new translations for multiple languages from Mario Blattermann.
* Added ability to use "@" symbol in command named in the inittab file. This
treats commands as literal and does not launch a shell to interpret them.
* Updated inittab manual page to include overview of symbols which trigger
a shell interpretor and how to disable them using the @ symbol.
sysvinit (3.01) released; urgency=low