Skip to content

Commit aa07dc7

Browse files
committed
man: add .service suffix to systemd-pstore(8)
That is the pattern that we always use with executables not in $PATH.
1 parent e3b1926 commit aa07dc7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

man/rules/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ manpages = [
772772
['systemd-nspawn', '1', [], ''],
773773
['systemd-path', '1', [], ''],
774774
['systemd-portabled.service', '8', ['systemd-portabled'], 'ENABLE_PORTABLED'],
775-
['systemd-pstore', '8', ['systemd-pstore.service'], 'ENABLE_PSTORE'],
775+
['systemd-pstore.service', '8', ['systemd-pstore'], 'ENABLE_PSTORE'],
776776
['systemd-quotacheck.service',
777777
'8',
778778
['systemd-quotacheck'],
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
xmlns:xi="http://www.w3.org/2001/XInclude">
88

99
<refentryinfo>
10-
<title>systemd-pstore</title>
10+
<title>systemd-pstore.service</title>
1111
<productname>systemd</productname>
1212
</refentryinfo>
1313

1414
<refmeta>
15-
<refentrytitle>systemd-pstore</refentrytitle>
15+
<refentrytitle>systemd-pstore.service</refentrytitle>
1616
<manvolnum>8</manvolnum>
1717
</refmeta>
1818

1919
<refnamediv>
20-
<refname>systemd-pstore</refname>
2120
<refname>systemd-pstore.service</refname>
22-
<refpurpose>Tool to archive contents of the persistent storage filesystem</refpurpose>
21+
<refname>systemd-pstore</refname>
22+
<refpurpose>A service to archive contents of pstore</refpurpose>
2323
</refnamediv>
2424

2525
<refsynopsisdiv>

0 commit comments

Comments
 (0)