]> Kevux Git Server - fll/commit
Update: Controller and Control man page documentation.
authorKevin Day <kevin@kevux.org>
Tue, 31 Jan 2023 03:09:32 +0000 (21:09 -0600)
committerKevin Day <kevin@kevux.org>
Tue, 31 Jan 2023 03:09:32 +0000 (21:09 -0600)
commit481b514750eff6c9bf7e8206b8ff804ab7f0b47f
tree5ee81f19408cc4bc7a7b7d2215315bc70110880e
parent897f08282c5b62ab6cfde1d2c3322f9ce9d397c8
Update: Controller and Control man page documentation.

Move the specification details into man (5) pages.
This further allows for more explicit declaration of the license of the specifications.

The following are the commands used to help generated these man pages:
  fss_basic_list_read entry.txt +Q -cn "Entry Specification" | iki_read +Q -w -W code '\fB' '\fR'

  fss_basic_list_read exit.txt +Q -cn "Exit Specification" | iki_read +Q -w -W code '\fB' '\fR'

  fss_basic_list_read packet.txt +Q -cn "Packet Specification" | iki_read +Q -w -W code '\fB' '\fR'

  fss_basic_list_read rule.txt +Q -cn "Rule Specification" | iki_read +Q -w -W code '\fB' '\fR'

  fss_basic_list_read actions.txt +Q -cn "Actions Documentation" | iki_read +Q -w -W code '\fB' '\fR'

  fss_basic_list_read entry.txt +Q -cn "Entry Documentation" | iki_read +Q -r PID PID -w -W code '\fB' '\fR'

  fss_basic_list_read exit.txt +Q -cn "Exit Documentation" | iki_read +Q -r PID PID -w -W code '\fB' '\fR'

  fss_basic_list_read packet.txt +Q -cn "Packet Documentation" | iki_read +Q -w -W code '\fB' '\fR'

  fss_basic_list_read rule.txt +Q -cn "Rule Documentation" | iki_read +Q -r PID PID -w -W code '\fB' '\fR'
level_3/control/data/documentation/man/man1/control.1
level_3/controller/data/documentation/man/man1/controller.1
level_3/controller/data/documentation/man/man5/controller-actions.5 [new file with mode: 0644]
level_3/controller/data/documentation/man/man5/controller-entry.5 [new file with mode: 0644]
level_3/controller/data/documentation/man/man5/controller-exit.5 [new file with mode: 0644]
level_3/controller/data/documentation/man/man5/controller-packet.5 [new file with mode: 0644]
level_3/controller/data/documentation/man/man5/controller-rule.5 [new file with mode: 0644]