(This file is a natural example of a weird file. Man page, that uses backspace-encoding to underline and bold and stuff)
SGW(1)                      General Commands Manual                     SGW(1)

NNAAMMEE
     ssggww – static git webpage generator

SSYYNNOOPPSSIISS
     ssggww [--ii] [--pp] [--oo _o_u_t_d_i_r] [--bb _b_a_s_e_u_r_l] _r_e_p_o [_r_e_p_o_2 [...]]

DDEESSCCRRIIPPTTIIOONN
     ssggww writes a webpage consisting of index and repository pages for bare
     repositories located at _r_e_p_o, _r_e_p_o_2, etc. Non-bare repositories can also
     be used, but will be labelled as "untitled" wherever their name would
     have appeared. Its options are as follows:

     --ii      If present, generate an index page. The exact file this page is
             saved to is defined by config.h at compile time.

     --pp      If present, generate the specified repositories' pages.

     --oo _o_u_t_d_i_r
             Write all output files under the _o_u_t_d_i_r directory. The exact
             destinations of the files are determined by the paths specified
             in config.h at compile time.

     --bb _b_a_s_e_u_r_l
             Links within the generated webpages include this path, to allow
             the webpage to be served from the _b_a_s_e_u_r_l subdirectory.

     The program will return with a failing status if neither of --ii and --pp are
     specified, or if no repositories are selected.

     ssggww will do nothing to attempt to clean up the output it has produced if
     it fails after writing files.

     It does not remove any files from its output directories and does not
     make changes to any of the input repositories.

     It will not, however, indicate any kind of warning before overwriting the
     files it has been configured to write its output into.

EEXXIITT SSTTAATTUUSS
     The ssggww utility exits 0 on success, and >0 if an error occurs.

SSEEEE AALLSSOO
     git(1)

AAUUTTHHOORRSS
     Emma Weaver <_e_m_m_a_@_y_1_._n_z>
     Based heavily on work by Hiltjo Posthuma <_h_i_l_t_j_o_@_c_o_d_e_m_a_d_n_e_s_s_._o_r_g>

Linux 6.18.33-0-lts             August 2, 2021             Linux 6.18.33-0-lts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 Extra Lines! :)
