diff options
author | 1999-05-27 16:54:23 +0000 | |
---|---|---|
committer | 1999-05-27 16:54:23 +0000 | |
commit | eff3f957c8d5978ccbf5060f2e39f44af1c36bce (patch) | |
tree | e920785d651f4e9bb7448df71bd700148b43bef6 /lib/libc/sys/swapctl.2 | |
parent | Handle unterminated quoted strings without dup'ing the last character (diff) | |
download | wireguard-openbsd-eff3f957c8d5978ccbf5060f2e39f44af1c36bce.tar.xz wireguard-openbsd-eff3f957c8d5978ccbf5060f2e39f44af1c36bce.zip |
add missing .El macros (which properly terminate .Bl macro lists)
Diffstat (limited to 'lib/libc/sys/swapctl.2')
-rw-r--r-- | lib/libc/sys/swapctl.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index e899bff9537..c74501680cf 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -198,9 +198,10 @@ An I/O error occurred while opening the swap device. .It Bq Er EFAULT .Fa arg points outside the process' allocated address space. +.El .Sh SEE ALSO -.Xr swapctl 8 , -.Xr config 8 +.Xr config 8 , +.Xr swapctl 8 .Sh BUGS The .Dv SWAP_OFF |