git: 9front

Download patch

ref: 11383109b050967515553089eeddfa3278c6abb5
parent: d10ef0f597a7e45379e4ad142033cf7bc9ab0de7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jun 19 05:02:59 EDT 2015

exec(2): return register (R0) contains address of Tos structure.

--- a/sys/man/2/exec
+++ b/sys/man/2/exec
@@ -175,7 +175,9 @@
 followed by a terminating null pointer; and
 the return register (e.g.
 .B R0
-on the 68020) contains the address of the clock information.
+on the 68020) contains the address of the
+.B Tos
+structure.
 .SH SOURCE
 .B /sys/src/libc/9syscall
 .br
--