Davin McCall 6f379c3cbb Doc: add note on resolution of relative paths in service descriptions 1 săptămână în urmă
..
Makefile 071d80e1a8 add soft-reboot 4 luni în urmă
README 6f379c3cbb Doc: add note on resolution of relative paths in service descriptions 1 săptămână în urmă
dinit-monitor.8.m4 3d32e52a99 fix dinit-monitor manpage 2 săptămâni în urmă
dinit-service.5.m4 6f379c3cbb Doc: add note on resolution of relative paths in service descriptions 1 săptămână în urmă
dinit.8.m4 f883bcb2ea Implement auto-recovery 2 luni în urmă
dinitcheck.8.m4 c2ae495767 doc: update man page for dinitcheck 11 luni în urmă
dinitctl.8.m4 92cb58eeda Implement environment unset and listening on environment changes 2 luni în urmă
generate-html.sh 1541bc2442 Add man page for dinit-monitor 2 ani în urmă
meson.build 071d80e1a8 add soft-reboot 4 luni în urmă
shutdown.8.m4 fc51898d0e man pages: Use (and document) more consistent formatting 3 luni în urmă

README

The manpages are generated by processing *.m4 files using m4.

Manpages are written in "roff", which is an ancient text formatting/markup system and language
with a lot of peculiarities. For the Dinit manpages we try to stick to the subset documented here.



Roff formatting guide:


Inline formatting ("escapes"):

\fB - set bold
\fI - set italic (may show as underlined when output on console)
\fR - set regular (i.e. unset bold & italic)


Special characters (see groff_char(7)):
'\ ' - (backslash followed by space) - non-breaking space
\& - zero-width space
\- - literal hyphen (also suppresses line breaking through dash)
\(em - em-dash (GNU groff accepts "\[em]" as well but it may not be portable)
\(en - en-dash
\(bu - bullet point

` and ' (backtick / apostrophe) - use for opening/closing single quotes


Line commands ("requests"):

.\" - begins a comment line (may be used for spacing in source document without the effect that having a
line would)
.sp - vertical space (i.e. blank line without breaking paragraph)

... and macros (which behave like requests). Arguments can be quoted ("...") if they contain
spaces.

.TH