diff options
author | 2019-04-08 17:49:07 +0000 | |
---|---|---|
committer | 2019-04-08 17:49:07 +0000 | |
commit | 75bcd186ffca609c79061f076589caf65748b9de (patch) | |
tree | 694ef732fa2363aca41cab8e288de7677da100f9 | |
parent | Check that pf and IPv6 stack handle two ping6 fragments with different (diff) | |
download | wireguard-openbsd-75bcd186ffca609c79061f076589caf65748b9de.tar.xz wireguard-openbsd-75bcd186ffca609c79061f076589caf65748b9de.zip |
macro args and punctuation should be space spearated;
from fabio scotoni
-rw-r--r-- | games/hack/hack.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/hack/hack.6 b/games/hack/hack.6 index bcdb5db53ec..29814bde0b9 100644 --- a/games/hack/hack.6 +++ b/games/hack/hack.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hack.6,v 1.21 2019/04/05 09:02:27 bentley Exp $ +.\" $OpenBSD: hack.6,v 1.22 2019/04/08 17:49:07 jmc Exp $ .\" $NetBSD: hack.6,v 1.5 1995/07/03 19:44:30 jtc Exp $ .\" .\" Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -59,7 +59,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 5 2019 $ +.Dd $Mdocdate: April 8 2019 $ .Dt HACK 6 .Os .Sh NAME @@ -154,7 +154,7 @@ Your home directory. Your shell. .It Ev TERM The type of your terminal. -.It Ev HACKPAGER, PAGER +.It Ev HACKPAGER , PAGER Pager used instead of default pager. .It Ev MAIL Mailbox file. |