diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
commit | 36d2092a3330692c43f33ef4e05edc997c05ecad (patch) | |
tree | 4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man/1/5e | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/1/5e')
-rw-r--r-- | sys/man/1/5e | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/man/1/5e b/sys/man/1/5e index 9c9cb1793..1bc53d13a 100644 --- a/sys/man/1/5e +++ b/sys/man/1/5e @@ -22,8 +22,8 @@ and .IR exec (2), which allows for the execution of threaded programs (e.g., .IR rio (1) -or -.IR catclock (1)). +or catclock (see +.IR games (1)). .PP .I 5e executes the specified binary @@ -113,8 +113,8 @@ notes. Obscure opcodes, in particular uncommon operations on R15, are not implemented. Accesses spanning segment boundaries will be treated as page faults. -Many syscalls such as -.IR pread (2) +Many syscalls such as pread (see +.IR read (2)) will shuffle data around (in most cases unnecessarily) if invoked on potentially shared segments of variable length, in particular the bss segment. FPA emulation leaves much to be desired, rounding modes are ignored, all calculations are performed at extended precision. |