diff options
author | 2003-06-26 18:41:22 +0000 | |
---|---|---|
committer | 2003-06-26 18:41:22 +0000 | |
commit | 2b32f73bd3a6e6f38092defce15497d2e60528f1 (patch) | |
tree | d39a3e2294baaa29109269fdf1ad3cbd4594ccd8 | |
parent | various regression tests for -Wbounded (diff) | |
download | wireguard-openbsd-2b32f73bd3a6e6f38092defce15497d2e60528f1.tar.xz wireguard-openbsd-2b32f73bd3a6e6f38092defce15497d2e60528f1.zip |
remove superfluous .Ek;
from wiz@netbsd
-rw-r--r-- | usr.sbin/spray/spray.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/spray/spray.8 b/usr.sbin/spray/spray.8 index c5cd84d1a27..03618c0cc13 100644 --- a/usr.sbin/spray/spray.8 +++ b/usr.sbin/spray/spray.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spray.8,v 1.7 2000/11/09 17:53:25 aaron Exp $ +.\" $OpenBSD: spray.8,v 1.8 2003/06/26 18:41:22 jmc Exp $ .\" .\" Copyright (c) 1994 James A. Jegers .\" All rights reserved. @@ -33,9 +33,7 @@ .Op Fl c Ar count .Op Fl d Ar delay .Op Fl l Ar length -.Ar host -\&... -.Ek +.Ar host ... .Sh DESCRIPTION .Nm sends multiple RPC packets to |