diff options
author | Alan Somers <[email protected]> | 2021-01-26 17:17:11 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-26 16:17:11 -0800 |
commit | dfb44c500e0b05b2e3ff058e6e5cbf2431d4f80b (patch) | |
tree | 1b5bb9829e265f0a1ac1807eb132d22abeac499c /man/man8 | |
parent | 0e6c493fec53c9a7268aaa73d9b99c3717d5d96f (diff) |
Fix a man page link in zfs-program.8
zfs-program.8 has an orphan link, fix it.
https://svnweb.freebsd.org/base?view=revision&revision=360080
Obtained from: FreeBSD
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Alan Somers <[email protected]>
Closes #11529
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs-program.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man8/zfs-program.8 b/man/man8/zfs-program.8 index b08c94916..de708e12c 100644 --- a/man/man8/zfs-program.8 +++ b/man/man8/zfs-program.8 @@ -12,7 +12,7 @@ .\" Copyright (c) 2019, 2020 by Christian Schwarz. All Rights Reserved. .\" Copyright 2020 Joyent, Inc. .\" -.Dd February 3, 2020 +.Dd January 26, 2021 .Dt ZFS-PROGRAM 8 .Os .Sh NAME @@ -290,7 +290,7 @@ EBADF EXDEV EFBIG .Ss API Functions For detailed descriptions of the exact behavior of any zfs administrative operations, see the main -.Xr zfs 1 +.Xr zfs 8 manual page. .Bl -tag -width "xx" .It Em zfs.debug(msg) |