diff options
author | szubersk <[email protected]> | 2022-11-12 22:23:30 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-11-18 11:26:41 -0800 |
commit | b46be903fb45a1ff463518d8e6b92f05723427cf (patch) | |
tree | ab1700b35c4cc04d92adc2f3c973adc719098db2 /man/man8/zed.8.in | |
parent | a5087965fe2fbb8cae60232b9b41b7ce7464daf1 (diff) |
Ubuntu 22.04 integration: mancheck
Correct new mandoc errors.
```
STYLE: input text line longer than 80 bytes
STYLE: no blank before trailing delimiter
```
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Yao <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: szubersk <[email protected]>
Closes #14148
Diffstat (limited to 'man/man8/zed.8.in')
-rw-r--r-- | man/man8/zed.8.in | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/man/man8/zed.8.in b/man/man8/zed.8.in index 00f23edec..1bbca05e3 100644 --- a/man/man8/zed.8.in +++ b/man/man8/zed.8.in @@ -61,8 +61,10 @@ Lock all current and future pages in the virtual memory address space. This may help the daemon remain responsive when the system is under heavy memory pressure. .It Fl I -Request that the daemon idle rather than exit when the kernel modules are not loaded. -Processing of events will start, or resume, when the kernel modules are (re)loaded. +Request that the daemon idle rather than exit when the kernel modules are not +loaded. +Processing of events will start, or resume, when the kernel modules are +(re)loaded. Under Linux the kernel modules cannot be unloaded while the daemon is running. .It Fl Z Zero the daemon's state, thereby allowing zevents still within the kernel @@ -75,12 +77,14 @@ Write the daemon's process ID to the specified file. Custom .Ev $PATH for zedlets to use. -Normally zedlets run in a locked-down environment, with hardcoded paths to the ZFS commands +Normally zedlets run in a locked-down environment, with hardcoded paths to the +ZFS commands .Pq Ev $ZFS , $ZPOOL , $ZED , … , and a hard-coded .Ev $PATH . This is done for security reasons. -However, the ZFS test suite uses a custom PATH for its ZFS commands, and passes it to +However, the ZFS test suite uses a custom PATH for its ZFS commands, and passes +it to .Nm with .Fl P . @@ -111,7 +115,8 @@ Defaults to .El .Sh ZEVENTS A zevent is comprised of a list of nvpairs (name/value pairs). -Each zevent contains an EID (Event IDentifier) that uniquely identifies it throughout +Each zevent contains an EID (Event IDentifier) that uniquely identifies it +throughout the lifetime of the loaded ZFS kernel module; this EID is a monotonically increasing integer that resets to 1 each time the kernel module is loaded. Each zevent also contains a class string that identifies the type of event. @@ -217,7 +222,8 @@ The ZFS release the daemon is part of. .El .Pp ZEDLETs may need to call other ZFS commands. -The installation paths of the following executables are defined as environment variables: +The installation paths of the following executables are defined as environment +variables: .Sy ZDB , .Sy ZED , .Sy ZFS , |