From e9ce182f35bee92d5398de97c2d2f95b3158dd75 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Jul 2024 18:11:50 -0400 Subject: [PATCH] docs: Regenerate manpage markdown Signed-off-by: Colin Walters --- docs/src/man/bootc-container-lint.md | 2 +- docs/src/man/bootc-container.md | 2 +- docs/src/man/bootc-edit.md | 2 +- docs/src/man/bootc-install-print-configuration.md | 2 +- docs/src/man/bootc-install-to-disk.md | 2 +- docs/src/man/bootc-install-to-existing-root.md | 2 +- docs/src/man/bootc-install-to-filesystem.md | 2 +- docs/src/man/bootc-install.md | 2 +- docs/src/man/bootc-rollback.md | 2 +- docs/src/man/bootc-status.md | 13 ++++++++++--- docs/src/man/bootc-switch.md | 2 +- docs/src/man/bootc-upgrade.md | 2 +- docs/src/man/bootc-usr-overlay.md | 2 +- docs/src/man/bootc.md | 2 +- 14 files changed, 23 insertions(+), 16 deletions(-) diff --git a/docs/src/man/bootc-container-lint.md b/docs/src/man/bootc-container-lint.md index ec08a6b2..992b8afd 100644 --- a/docs/src/man/bootc-container-lint.md +++ b/docs/src/man/bootc-container-lint.md @@ -23,4 +23,4 @@ part of a build process; it will error if any problems are detected. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-container.md b/docs/src/man/bootc-container.md index afab846e..10ebfa4a 100644 --- a/docs/src/man/bootc-container.md +++ b/docs/src/man/bootc-container.md @@ -30,4 +30,4 @@ bootc-container-help(8) # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-edit.md b/docs/src/man/bootc-edit.md index 5f791e86..28d8984f 100644 --- a/docs/src/man/bootc-edit.md +++ b/docs/src/man/bootc-edit.md @@ -36,4 +36,4 @@ Only changes to the \`spec\` section are honored. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-install-print-configuration.md b/docs/src/man/bootc-install-print-configuration.md index 092cf041..51eb457e 100644 --- a/docs/src/man/bootc-install-print-configuration.md +++ b/docs/src/man/bootc-install-print-configuration.md @@ -27,4 +27,4 @@ string-valued filesystem name suitable for passing to \`mkfs.\$type\`. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-install-to-disk.md b/docs/src/man/bootc-install-to-disk.md index 20e87263..001099d5 100644 --- a/docs/src/man/bootc-install-to-disk.md +++ b/docs/src/man/bootc-install-to-disk.md @@ -144,4 +144,4 @@ firmware will be skipped # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-install-to-existing-root.md b/docs/src/man/bootc-install-to-existing-root.md index 46e8375f..bdf72892 100644 --- a/docs/src/man/bootc-install-to-existing-root.md +++ b/docs/src/man/bootc-install-to-existing-root.md @@ -130,4 +130,4 @@ firmware will be skipped # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-install-to-filesystem.md b/docs/src/man/bootc-install-to-filesystem.md index 76419416..9264d1af 100644 --- a/docs/src/man/bootc-install-to-filesystem.md +++ b/docs/src/man/bootc-install-to-filesystem.md @@ -157,4 +157,4 @@ mounting. To override this, use \`\--root-mount-spec\`. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-install.md b/docs/src/man/bootc-install.md index ac2c7cef..8ab0f797 100644 --- a/docs/src/man/bootc-install.md +++ b/docs/src/man/bootc-install.md @@ -61,4 +61,4 @@ bootc-install-help(8) # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-rollback.md b/docs/src/man/bootc-rollback.md index 5d95b1c0..66f28b33 100644 --- a/docs/src/man/bootc-rollback.md +++ b/docs/src/man/bootc-rollback.md @@ -34,4 +34,4 @@ rollback invocation. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-status.md b/docs/src/man/bootc-status.md index de244297..d6317daf 100644 --- a/docs/src/man/bootc-status.md +++ b/docs/src/man/bootc-status.md @@ -4,8 +4,8 @@ bootc-status - Display status # SYNOPSIS -**bootc status** \[**\--format**\] \[**\--booted**\] -\[**-h**\|**\--help**\] +**bootc status** \[**\--format**\] \[**\--format-version**\] +\[**\--booted**\] \[**-h**\|**\--help**\] # DESCRIPTION @@ -30,6 +30,13 @@ The exact API format is not currently declared stable. > > - json: Output in JSON format +**\--format-version**=*FORMAT_VERSION* + +: The desired format version. There is currently one supported + version, which is version \`0\`. Pass this option to explicitly + request it; it is possible that multiple versions will be supported + in the future + **\--booted** : Only display status for the booted deployment @@ -40,4 +47,4 @@ The exact API format is not currently declared stable. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-switch.md b/docs/src/man/bootc-switch.md index a007c69c..09a945df 100644 --- a/docs/src/man/bootc-switch.md +++ b/docs/src/man/bootc-switch.md @@ -61,4 +61,4 @@ includes a default policy which requires signatures. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-upgrade.md b/docs/src/man/bootc-upgrade.md index be3cf86a..c88fec88 100644 --- a/docs/src/man/bootc-upgrade.md +++ b/docs/src/man/bootc-upgrade.md @@ -52,4 +52,4 @@ userspace-only restart. # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc-usr-overlay.md b/docs/src/man/bootc-usr-overlay.md index b50b206b..e75411ae 100644 --- a/docs/src/man/bootc-usr-overlay.md +++ b/docs/src/man/bootc-usr-overlay.md @@ -39,4 +39,4 @@ unmount\". # VERSION -v0.1.12 +v0.1.13 diff --git a/docs/src/man/bootc.md b/docs/src/man/bootc.md index 618836cc..21ffc99d 100644 --- a/docs/src/man/bootc.md +++ b/docs/src/man/bootc.md @@ -72,4 +72,4 @@ bootc-help(8) # VERSION -v0.1.12 +v0.1.13