summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-06-11 23:33:37 +0000
committerderaadt <deraadt@openbsd.org>1997-06-11 23:33:37 +0000
commit4a54d7995192c867111f3440c8d7ef8585c5f33f (patch)
treedf3880ac75e61e62904cce4228024134a011815e
parentmalloc checks. prevent starvation for > 100 active domain queries. (diff)
downloadwireguard-openbsd-4a54d7995192c867111f3440c8d7ef8585c5f33f.tar.xz
wireguard-openbsd-4a54d7995192c867111f3440c8d7ef8585c5f33f.zip
.Xr
-rw-r--r--games/hangman/hangman.62
-rw-r--r--share/man/man4/ddb.44
2 files changed, 5 insertions, 1 deletions
diff --git a/games/hangman/hangman.6 b/games/hangman/hangman.6
index 42040574dc1..b8adbd6e0f8 100644
--- a/games/hangman/hangman.6
+++ b/games/hangman/hangman.6
@@ -53,5 +53,7 @@ and how many wrong guesses you have made on the screen in a graphic fashion.
.It Pa /usr/share/dict/words
On-line word list
.El
+.Sh SEE ALSO
+.Xr ddb 4 .
.Sh AUTHOR
Ken Arnold
diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4
index 8d367067a64..c445d587898 100644
--- a/share/man/man4/ddb.4
+++ b/share/man/man4/ddb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ddb.4,v 1.3 1997/06/04 07:04:31 mickey Exp $
+.\" $OpenBSD: ddb.4,v 1.4 1997/06/11 23:33:40 deraadt Exp $
.\" $NetBSD: ddb.4,v 1.5 1994/11/30 16:22:09 jtc Exp $
.\"
.\" Mach Operating System
@@ -327,3 +327,5 @@ a binary operator which rounds up the left hand side to the next
multiple of right hand side.
.It "*<expr>"
indirection. It may be followed by a ':' and modifiers as described above.
+.Sh SEE ALSO
+.Xr hangman 6 .