summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2018-06-03 23:46:47 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2018-06-03 23:46:47 +0200
commitff1a1e63a897e01578de27fa6bf41b2c8793e23e (patch)
tree394b03e4624b0d1b986c403a0e2a0e5eddafd9dc /sys
parent56ffc907ac25b28e3640a2d1ef5b61df90f0b700 (diff)
getuser(2): add source or sysname()
Diffstat (limited to 'sys')
-rw-r--r--sys/man/2/getuser2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/man/2/getuser b/sys/man/2/getuser
index 7303fe24a..e5aed07a6 100644
--- a/sys/man/2/getuser
+++ b/sys/man/2/getuser
@@ -32,6 +32,8 @@ Unlike
caches the string, reading the file only once.
.SH SOURCE
.B /sys/src/libc/port/getuser.c
+.br
+.B /sys/src/libc/9sys/sysname.c
.SH SEE ALSO
.IR intro (2),
.IR cons (3)