Davin McCall 02053a8745 dinit-service: better description of what it means to "run on console" 2 недель назад
..
Makefile 071d80e1a8 add soft-reboot 2 месяцев назад
README fc51898d0e man pages: Use (and document) more consistent formatting 1 месяц назад
dinit-monitor.8.m4 92cb58eeda Implement environment unset and listening on environment changes 1 неделя назад
dinit-service.5.m4 02053a8745 dinit-service: better description of what it means to "run on console" 1 неделя назад
dinit.8.m4 d8a7ba1d5c Add support for services with an argument 1 неделя назад
dinitcheck.8.m4 c2ae495767 doc: update man page for dinitcheck 9 месяцев назад
dinitctl.8.m4 92cb58eeda Implement environment unset and listening on environment changes 1 неделя назад
generate-html.sh 1541bc2442 Add man page for dinit-monitor 2 лет назад
meson.build 071d80e1a8 add soft-reboot 2 месяцев назад
shutdown.8.m4 fc51898d0e man pages: Use (and document) more consistent formatting 1 месяц назад

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:
'\ ' - (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

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