diff options
author | Chris Davidson <[email protected]> | 2024-01-29 12:44:08 -0500 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-01-29 14:53:29 -0800 |
commit | acc7cd8e99da50d775296694c42b2127e42a75b7 (patch) | |
tree | dd164143bb1e4a89b8de4d9fb2f6d6f2f6e75e4d /man | |
parent | dd0874cf7ea3e67130662180fea0e40f54108abb (diff) |
Update man pages to time(1) from time(2)
zpool-iostat.8: Updated time(2) -> time(1) to align to manual page
zpool-list.8: Updated time(2) -> time(1) to align to manual page
zpool-status.8: Updated time(2) -> time(1) to align to manual page
zpool-wait.8: Update time(2) -> time(1) to align to manual page
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Christopher Davidson <[email protected]>
Closes #15823
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool-iostat.8 | 2 | ||||
-rw-r--r-- | man/man8/zpool-list.8 | 2 | ||||
-rw-r--r-- | man/man8/zpool-status.8 | 2 | ||||
-rw-r--r-- | man/man8/zpool-wait.8 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/man/man8/zpool-iostat.8 b/man/man8/zpool-iostat.8 index 34f7243d5..e1d2a4b4f 100644 --- a/man/man8/zpool-iostat.8 +++ b/man/man8/zpool-iostat.8 @@ -146,7 +146,7 @@ Specify .Sy u for a printed representation of the internal representation of time. See -.Xr time 2 . +.Xr time 1 . Specify .Sy d for standard date format. diff --git a/man/man8/zpool-list.8 b/man/man8/zpool-list.8 index 9e905d52d..c60c47f5e 100644 --- a/man/man8/zpool-list.8 +++ b/man/man8/zpool-list.8 @@ -95,7 +95,7 @@ Specify .Sy u for a printed representation of the internal representation of time. See -.Xr time 2 . +.Xr time 1 . Specify .Sy d for standard date format. diff --git a/man/man8/zpool-status.8 b/man/man8/zpool-status.8 index 8f9580cf0..10424b9f5 100644 --- a/man/man8/zpool-status.8 +++ b/man/man8/zpool-status.8 @@ -110,7 +110,7 @@ Specify .Sy u for a printed representation of the internal representation of time. See -.Xr time 2 . +.Xr time 1 . Specify .Sy d for standard date format. diff --git a/man/man8/zpool-wait.8 b/man/man8/zpool-wait.8 index 683b01414..4fa4cb235 100644 --- a/man/man8/zpool-wait.8 +++ b/man/man8/zpool-wait.8 @@ -97,7 +97,7 @@ Specify .Sy u for a printed representation of the internal representation of time. See -.Xr time 2 . +.Xr time 1 . Specify .Sy d for standard date format. |