]> git.proxmox.com Git - zfsonlinux.git/blob - debian/patches/0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch
update submodule and patches to ZFS
[zfsonlinux.git] / debian / patches / 0009-Patch-move-manpage-arcstat-1-to-arcstat-8.patch
1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2 From: Stoiko Ivanov <s.ivanov@proxmox.com>
3 Date: Thu, 4 Feb 2021 19:01:12 +0100
4 Subject: [PATCH] Patch: move manpage arcstat(1) to arcstat(8).
5
6 Originally-By: Mo Zhou <cdluminate@gmail.com>
7 Originally-By: Antonio Russo <aerusso@aerusso.net>
8
9 Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
10 ---
11 man/Makefile.am | 2 +-
12 man/{man1/arcstat.1 => man8/arcstat.8} | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14 rename man/{man1/arcstat.1 => man8/arcstat.8} (99%)
15
16 diff --git a/man/Makefile.am b/man/Makefile.am
17 index 64650c2b9..95a66a62f 100644
18 --- a/man/Makefile.am
19 +++ b/man/Makefile.am
20 @@ -8,7 +8,6 @@ dist_man_MANS = \
21 man1/ztest.1 \
22 man1/raidz_test.1 \
23 man1/zvol_wait.1 \
24 - man1/arcstat.1 \
25 \
26 man5/vdev_id.conf.5 \
27 \
28 @@ -22,6 +21,7 @@ dist_man_MANS = \
29 man7/zpoolconcepts.7 \
30 man7/zpoolprops.7 \
31 \
32 + man8/arcstat.8 \
33 man8/fsck.zfs.8 \
34 man8/mount.zfs.8 \
35 man8/vdev_id.8 \
36 diff --git a/man/man1/arcstat.1 b/man/man8/arcstat.8
37 similarity index 99%
38 rename from man/man1/arcstat.1
39 rename to man/man8/arcstat.8
40 index a69cd8937..dfe9c971b 100644
41 --- a/man/man1/arcstat.1
42 +++ b/man/man8/arcstat.8
43 @@ -13,7 +13,7 @@
44 .\" Copyright (c) 2020 by AJ Jordan. All rights reserved.
45 .\"
46 .Dd May 26, 2021
47 -.Dt ARCSTAT 1
48 +.Dt ARCSTAT 8
49 .Os
50 .
51 .Sh NAME