diff options
author | наб <[email protected]> | 2021-04-02 20:47:00 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-04-07 14:51:34 -0700 |
commit | 3d62acf0adbceadeac472db22619a389027ec4cf (patch) | |
tree | 141dec7e8206d06fbaa08c3c1db9b14d7e253949 /man | |
parent | 0d0720eb52c1e69d455d4b24381e328c65138380 (diff) |
zed: merge all _NOT_IMPLEMENTED_ events
These events should currently never be generated.
Also untag _zed_event_add_nvpair() from merge with
zpool_do_events_nvprint() ‒ they serve different purposes (machine,
usually script vs human consumption) and format the output differently
as it stands
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11834
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zed.8.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/man/man8/zed.8.in b/man/man8/zed.8.in index eb3b9e015..ce12d8746 100644 --- a/man/man8/zed.8.in +++ b/man/man8/zed.8.in @@ -234,9 +234,6 @@ Terminate the daemon. .PP ZEDLETs are unable to return state/status information to the kernel. .PP -Some zevent nvpair types are not handled. These are denoted by zevent -environment variables having a "_NOT_IMPLEMENTED_" value. -.PP Internationalization support via gettext has not been added. .PP The diagnosis engine is not yet implemented. |