slweb

Једноставни генератор статичких веб страна
git clone https://git.sr.ht/~strahinja/slweb
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување 3e9caff71d0ef0f8dcef9ef3c01da1f4831277d2
родитељ 4871c6c1d27b606f21154021dbbcfb513c58954c
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Mon,  6 May 2024 22:44:16 +0200

slweb.1.in: Syntax fixes

Signed-off-by: Страхиња Радић <contact@strahinja.org>

Diffstat:
Mslweb.1.in | 12++++++------
измењених датотека: 1, додавања: 6(+), брисања: 6(-)

diff --git a/slweb.1.in b/slweb.1.in @@ -20,14 +20,14 @@ is a static website generator which aims at being simplistic. It transforms custom Markdown\-like syntax into HTML. . .Bl -tag -width Ds -.It Fl b | Fl \-body\-only +.It Fl b , Fl \-body\-only Only add the contents of the .Ql <body> tag, skipping .Ql <html> and .Ql <head> . -.It Fl d Ar directory | Fl \-basedir Ar directory +.It Fl d Ar directory , Fl \-basedir Ar directory Set the base directory for includes .Pf "(" Ql {include} and @@ -36,18 +36,18 @@ and favicons. Defaults to the current directory .Pf "(" Dq "." Ns ). -.It Fl h | Fl \-help +.It Fl h , Fl \-help Print the usage information screen. -.It Fl p Ar URL | Fl \-global\-link\-prefix Ar URL +.It Fl p Ar URL , Fl \-global\-link\-prefix Ar URL Set .Ar URL as a global prefix for relative links. -.It Fl V | Fl \-full\-version +.It Fl V , Fl \-full\-version Print full version (like .Fl v Ns ), followed by copyright notice, and exit. -.It Fl v | Fl \-version +.It Fl v , Fl \-version Print program version and commit date, and exit. .El .