summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm/shell.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#3254] consistent version output across executablesAndrei Pavel2024-04-241-1/+3
| | | | | | | | | | | | | | | - replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid overlap with VERSION used in src/share/database. - add -V to kea-admin - add -V to kea-shell - add -V to keactrl - add -V to perfdhcp - removed getVersionAddendum from d2 and added the openssl version to the output of other process versions since it's not only used by d2 - make all -V outputs consistent. Some are showing only core version and are missing premium version which is fine since they are the executables that don't have something to do with premium directly anyway.
* [#2467] Use man referenceSlawek Figiel2023-06-291-1/+1
|
* [#2467] Add a noteSlawek Figiel2023-06-291-0/+4
|
* [#2467] Remove the kea_connector2.pySlawek Figiel2023-06-291-1/+1
|
* [#2554] add 'isccmd' referencesAndrei Pavel2023-06-141-4/+4
| | | | | | | | | | | The commands used were: - find doc/sphinx/arm -name '*.rst' | xargs grep -E '^\.\. ' | cut -d ' ' -f 2 | sort -uV | grep _command- > /tmp/commands - for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\` command/\`${i} command <_command-${i}>\`/g"; done - for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/\`${i} <_command-${i}>\`/g"; done - for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/The \`${i} <_command-${i}>\` Command/The \`\`${i}\`\` Command/g"; done - for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/- ${i}/- \`${i} <_command-${i}>\`/g"; done But they were not perfect. Some manual adjustment was required.
* [#2554] add 'iscman' referencesAndrei Pavel2023-06-141-2/+2
| | | | | | | | | | The commands used were: - find doc/sphinx/man -name '*.rst' | xargs grep -F '.. iscman' | cut -d ' ' -f 3 > /tmp/binaries - for i in $(cat /tmp/binaries); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/:iscman:\`${i}\`/g"; done Manual adjustment was required in a few places to: - extend title lines - realign table lines
* [#2226] Text editsSuzanne Goldlust2021-12-091-30/+29
|
* [#1663] Corrected bold problem in sphinxTomek Mrugalski2021-03-251-2/+2
|
* [#1663] Addressed final commentsFrancis Dupont2021-03-251-11/+14
|
* [#1663] Updated ARM regarding kea-shell support for TLSTomek Mrugalski2021-03-251-1/+26
|
* Fix typos, and other text correctionsSuzanne Goldlust2020-11-201-1/+1
| | | Mostly minor text fixups, with a few edits for clarity
* [#1304] Addressed commentsFrancis Dupont2020-09-141-2/+2
|
* [#1304] Addressed comments (but not for syntax)Francis Dupont2020-09-121-1/+6
|
* [#1304] Updated CA docFrancis Dupont2020-09-121-1/+10
|
* [#721,!480] Documentation updated.Tomek Mrugalski2019-08-151-1/+2
|
* rearranges docs and build scriptMichal Nowikowski2019-07-301-0/+119
Two reasons: - sphinx requires to have all sources in its source directory so man pages have to be moved - layout of subfolders in doc folder was not consistent