plan9fox/sys/man/2
2022-05-15 16:14:36 +00:00
..
0intro
9p man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
9pcmdbuf
9pfid 9pfid(2): document Srv* in Req (thanks kjn) 2021-05-17 09:17:22 -07:00
9pfile
9pqueue 9pqueue(2): fix typo 2022-04-19 20:21:37 +00:00
abort
abs
access
addpt addpt(2): fix inconsistency in description 2021-10-10 17:13:57 +00:00
aes
allocimage
aml
arg
arith3
assert
atof
auth minor man page typos 2021-04-08 21:42:31 +02:00
authsrv
avl
bin
bind
bio libbio: add aux pointer to bio 2020-11-01 11:42:54 -08:00
blowfish
brk libc: use usize for sbrk() increment 2021-07-25 16:03:14 +00:00
cachechars
chacha
chdir chdir(2): add reference to getwd(2) in SEE ALSO section 2020-08-25 20:51:24 +09:30
cleanname
color
complete
control
cputime arm64: use generic timer virtual counter for cycles() 2021-07-23 15:10:01 +00:00
ctime ctime(2): add tmdate(2) to "see also" 2020-11-18 20:11:55 +01:00
ctype
debugger
des
dial dial(2): dial returns an open data file, not a ctl one. also fixed little typo. 2021-07-25 18:27:59 +00:00
dirread
disk
draw libdraw: add bezierpts 2021-01-09 12:20:49 -08:00
dsa
dup fix manpage references for dup(2), kproc(9) and panic(9). 2021-09-08 18:22:35 +00:00
ec
elgamal
encode libc: add encode(2) variants for custom alphabets 2021-07-03 20:03:17 +00:00
encrypt
errstr
event fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
exec opl3(1), exec(2): fix manpage typos (thanks umbraticus) 2021-04-27 16:08:06 +02:00
exits
exp
fauth
fcall fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
fd2path
fgetc
flate flate(2): fix typos (thanks rgl) 2019-12-18 09:01:38 +10:30
floor
fmtinstall
fopen
fork fork(2): fix commas in RFNOMNT references 2022-05-15 16:14:36 +00:00
fprintf libstdio: sync bits of vfprintf from APE 2021-02-19 23:04:09 +01:00
frame fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
frexp
fscanf
fversion
getcallerpc
getenv
getfcr
getfields
getpid libc: implement getppid() reading /proc/$pid/ppid instead of /dev/ppid 2020-12-19 15:15:38 +01:00
getuser libc: re-implement getuser() by stating /proc/$pid/status 2020-12-23 02:31:28 +01:00
getwd getwd(2): add reference to chdir(2) in SEE ALSO section 2020-08-25 20:51:38 +09:30
graphics mainly just spelling and typos 2021-11-01 20:49:43 +00:00
html
httpd
hypot
idn misc small manpage fixes 2018-10-28 00:05:05 +02:00
intmap
ioproc man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
iounit
ip man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
isalpharune
json
keyboard keyboard(2) spelling (thanks Amavect) 2018-09-22 09:41:16 +02:00
lock
mach mach(2): fix byteswapping function signatures 2019-03-06 19:10:58 -08:00
malloc
matrix
memdraw memdraw(2): remove references to iprint() 2019-05-11 15:28:18 +00:00
memlayer fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
memory libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions use usize 2021-07-25 15:54:22 +00:00
mktemp
mouse
mp mp(2): correct documentation of error handling (thanks LordCreepity) 2020-10-24 17:24:59 -07:00
muldiv
nan nan(2): document isInf(x, 0) matching +∞ and -∞ 2021-02-18 21:40:30 +01:00
ndb libndb: move mkptrname() into libndb to avoid duplication 2021-11-03 19:38:36 +00:00
notify notify(2): fix typo 2020-04-07 12:14:12 +09:30
nusb nusb: Fix handling of interface altsetting. 2022-02-21 19:50:16 +00:00
object
open
perror
pipe
plumb fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
pool fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
postnote
prime
print fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
privalloc
procsetname provide procsetname(2) manpage 2018-09-26 15:24:29 +02:00
proto
pushtls man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
qball
qsort
quaternion
quote
rand
rc4
read
readcolmap
readv
regexp
remove
rendezvous
rsa libsec: add X509reqtoRSApub() function and return subject alt names in X509to*pub() name buffer 2021-07-04 22:00:24 +00:00
rune rune(2): complete source references 2019-09-04 02:41:22 +02:00
runestrcat
salsa
sat
scribble
scsi
sechash libsec: remove hash pickle functions, document ripemd160, cleanup sechash(2) manpage 2020-03-01 15:07:44 +01:00
seek
segattach
segbrk
segflush
semacquire
setjmp
sin
sinh
sleep
stat
strcat strcat(2): 0 → nil in manpage in refrence to pointers 2021-07-12 21:42:39 +00:00
string
stringsize
subfont
symbol fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
thread thread(2): fix description of when/why procexec(l) functions return 2019-12-19 17:12:15 +10:30
time
tmdate tmdate(2): "ttt" is a valid format too, mention it 2021-06-23 08:07:16 +00:00
tmpfile
ttf fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00
venti
venti-cache man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
venti-client
venti-conn sys/src/libventi: implement vtreconn and vtredial functions 2019-09-06 11:54:44 -07:00
venti-fcall
venti-file
venti-log man page fixes (thanks stuart morrow) 2021-08-24 21:45:37 +00:00
venti-mem
venti-packet
venti-server
venti-zero
wait
window fix bad function declarations in manpages 2019-04-09 18:34:17 +00:00