summaryrefslogtreecommitdiff
path: root/sys/man/1
diff options
context:
space:
mode:
authorspew <devnull@localhost>2017-01-20 16:14:03 -0600
committerspew <devnull@localhost>2017-01-20 16:14:03 -0600
commitdbf6aaf513a4dbcc53d938917d47b057adfab81f (patch)
treee50793f828af67f59392bca20096cc1d547bfe80 /sys/man/1
parent339fda9164372e4eafb1cf3d494d7f0df47155ab (diff)
games/mix: fix man page directories
Diffstat (limited to 'sys/man/1')
-rw-r--r--sys/man/1/mix6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/man/1/mix b/sys/man/1/mix
index 88668d70d..af89d0f23 100644
--- a/sys/man/1/mix
+++ b/sys/man/1/mix
@@ -25,7 +25,7 @@ machine. The
.B -g
option causes the emulator immediately to run a complete assembled
.B MIX
-program and exits the emulator when the emulator halts.
+program and exits when the emulator halts.
.PP
The following commands are accepted:
.TP
@@ -95,12 +95,12 @@ field of the above instructions must be an integer between 0 and 3999
inclusive. A number-sign (#) starts a comment which extends to the end
of the line.
.SH SOURCE
-.B /sys/src/cmd/games/mix
+.B /sys/src/games/mix
.SH "SEE ALSO"
.nf
Donald Knuth, ``The Art of Computer Programming'', Volume 1. Section 1.3
.PP
-.B /sys/src/cmd/games/mix/examples
+.B /sys/src/games/mix/examples
.SH BUGS
As opposed to Knuth's specification,
the