Skip to content

Commit 2ca2886

Browse files
committed
docs: Fix links to man pages
Followup to #1587 Closes: #1616 Signed-off-by: Colin Walters <[email protected]>
1 parent 19e82be commit 2ca2886

9 files changed

+24
-32
lines changed

docs/src/SUMMARY.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,38 @@
2121
- [Accessing registries and offline updates](registries-and-offline.md)
2222
- [Logically bound images](logically-bound-images.md)
2323
- [Booting local builds](booting-local-builds.md)
24-
- [`man bootc`](man/bootc.md)
25-
- [`man bootc-status`](man/bootc-status.md)
26-
- [`man bootc-upgrade`](man/bootc-upgrade.md)
27-
- [`man bootc-switch`](man/bootc-switch.md)
28-
- [`man bootc-rollback`](man/bootc-rollback.md)
29-
- [`man bootc-usr-overlay`](man/bootc-usr-overlay.md)
30-
- [`man bootc-fetch-apply-updates.service`](man-md/bootc-fetch-apply-updates.service.md)
31-
- [`man bootc-status-updated.path`](man-md/bootc-status-updated.path.md)
32-
- [`man bootc-status-updated.target`](man-md/bootc-status-updated.target.md)
24+
- [`man bootc`](man/bootc.8.md)
25+
- [`man bootc-status`](man/bootc-status.8.md)
26+
- [`man bootc-upgrade`](man/bootc-upgrade.8.md)
27+
- [`man bootc-switch`](man/bootc-switch.8.md)
28+
- [`man bootc-rollback`](man/bootc-rollback.8.md)
29+
- [`man bootc-usr-overlay`](man/bootc-usr-overlay.8.md)
30+
- [`man bootc-fetch-apply-updates.service`](man/bootc-fetch-apply-updates.service.5.md)
31+
- [`man bootc-status-updated.path`](man/bootc-status-updated.path.5.md)
32+
- [`man bootc-status-updated.target`](man/bootc-status-updated.target.5.md)
3333
- [Controlling bootc via API](bootc-via-api.md)
3434

3535
# Using `bootc install`
3636

3737
- [Understanding `bootc install`](bootc-install.md)
38-
- [`man bootc-install`](man/bootc-install.md)
39-
- [`man bootc-install-config`](man-md/bootc-install-config.md)
40-
- [`man bootc-install-to-disk`](man/bootc-install-to-disk.md)
41-
- [`man bootc-install-to-filesystem`](man/bootc-install-to-filesystem.md)
42-
- [`man bootc-install-to-existing-root`](man/bootc-install-to-existing-root.md)
38+
- [`man bootc-install`](man/bootc-install.8.md)
39+
- [`man bootc-install-config`](man/bootc-install-config.5.md)
40+
- [`man bootc-install-to-disk`](man/bootc-install-to-disk.8.md)
41+
- [`man bootc-install-to-filesystem`](man/bootc-install-to-filesystem.8.md)
42+
- [`man bootc-install-to-existing-root`](man/bootc-install-to-existing-root.8.md)
4343

4444
# Bootc usage in containers
4545

4646
- [Read-only when in a default container](bootc-in-container.md)
47-
- [`man bootc-container-lint`](man/bootc-container-lint.md)
47+
- [`man bootc-container-lint`](man/bootc-container-lint.8.md)
4848

4949
# Architecture
5050

5151
- [Image layout](bootc-images.md)
5252
- [Filesystem](filesystem.md)
5353
- [Filesystem: sysroot](filesystem-sysroot.md)
5454
- [Container storage](filesystem-storage.md)
55-
- [Bootloader](bootloader.md)
55+
- [Bootloader](bootloaders.md)
5656

5757
# Experimental features
5858

docs/src/bootc-in-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ There are only two supported operations in a container environment today:
1212

1313
- `bootc status`: This can reliably be used to detect whether the system is
1414
actually booted via bootc or not.
15-
- `bootc container lint`: See [man/bootc-container-lint.md](man/bootc-container-lint.md).
15+
- `bootc container lint`: See [man/bootc-container-lint.8.md](man/bootc-container-lint.8.md).
1616

1717
### Testing bootc in a container
1818

docs/src/bootc-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ taking precedence. If for example you are building a derived container image fr
115115
you could create a `50-myos.toml` that sets `type = "btrfs"` which will override the
116116
prior setting.
117117

118-
For other available options, see [bootc-install-config](man-md/bootc-install-config.md).
118+
For other available options, see [bootc-install-config](man/bootc-install-config.5.md).
119119

120120
## Installing an "unconfigured" image
121121

docs/src/building/bootc-runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ system do it).
6262

6363
Relevant links:
6464

65-
- [bootc rollback](../man/bootc-rollback.md)
65+
- [bootc rollback](../man/bootc-rollback.8.md)
6666
- [CentOS Automotive SIG unattended updates](https://sigs.centos.org/automotive/building/unattended_updates/#watchdog-in-qemu)
6767
(note that as of right now, greenboot does not yet integrate with bootc)
6868
- <https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT/>

docs/src/man/bootc-fetch-apply-updates.service.5.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-fetch-apply-updates(5)
2-
31
# NAME
42

53
bootc-fetch-apply-updates.service

docs/src/man/bootc-install-config.5.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-install-config(5)
2-
31
# NAME
42

53
bootc-install-config.toml

docs/src/man/bootc-status-updated.path.5.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-status-updated.path(8)
2-
31
# NAME
42

53
bootc-status-updated.path
@@ -16,7 +14,7 @@ update/upgrade/edit/switch/rollback operation.
1614

1715
# SEE ALSO
1816

19-
**bootc**(1), **bootc-status-updated.target**(8)
17+
**bootc**(1), **bootc-status-updated.target**(5)
2018

2119
# VERSION
2220

docs/src/man/bootc-status-updated.target.5.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
% bootc-status-updated.target(8)
2-
31
# NAME
42

53
bootc-status-updated.target
@@ -20,7 +18,7 @@ WantedBy=bootc-status-updated.target
2018

2119
# SEE ALSO
2220

23-
**bootc**(1), **bootc-status-updated.path**(8)
21+
**bootc**(1), **bootc-status-updated.path**(5)
2422

2523
# VERSION
2624

docs/src/upgrades.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ There is also an opinionated `bootc-fetch-apply-updates.timer` and corresponding
1818
service available in upstream for operating systems and distributions
1919
to enable.
2020

21-
Man page: [bootc-upgrade](man/bootc-upgrade.md).
21+
Man page: [bootc-upgrade](man/bootc-upgrade.8.md).
2222

2323
## Changing the container image source
2424

@@ -38,14 +38,14 @@ container image being tracked.
3838
This will preserve existing state in `/etc` and `/var` - for example,
3939
host SSH keys and home directories.
4040

41-
Man page: [bootc-switch](man/bootc-switch.md).
41+
Man page: [bootc-switch](man/bootc-switch.8.md).
4242

4343
## Rollback
4444

4545
There is a `bootc rollback` verb, and associated declarative interface
4646
accessible to tools via `bootc edit`. This will swap the bootloader
4747
ordering to the previous boot entry.
4848

49-
Man page: [bootc-rollback](man/bootc-rollback.md).
49+
Man page: [bootc-rollback](man/bootc-rollback.8.md).
5050

5151

0 commit comments

Comments
 (0)