* libString rdline is a private function, * document is punctrune * remove ainc32 from 386/atom.s (may need to be added later) * setfd in libsec should be static Reference: /n/atom/patch/applied/manref1 Date: Sun Oct 4 16:24:26 CES 2015 Signed-off-by: quanstro@quanstro.net --- /sys/src/libString/s_rdinstack.c Sun Oct 4 16:22:22 2015 +++ /sys/src/libString/s_rdinstack.c Sun Oct 4 16:22:23 2015 @@ -37,7 +37,7 @@ * * Empty lines and leading whitespace are removed. */ -char * +static char * rdline(Biobuf *fp, String *to) { int c; --- /sys/src/libc/386/atom.s Sun Oct 4 16:22:25 2015 +++ /sys/src/libc/386/atom.s Sun Oct 4 16:22:26 2015 @@ -1,5 +1,4 @@ TEXT ainc(SB), $0 /* int ainc(int *); */ -TEXT ainc32(SB), 1, $0 /* u32int ainc(u32int*); */ MOVL addr+0(FP), BX MOVL $1, AX LOCK; XADDL AX, (BX) --- /sys/man/2/isalpharune Sun Oct 4 16:22:28 2015 +++ /sys/man/2/isalpharune Sun Oct 4 16:22:29 2015 @@ -1,6 +1,6 @@ .TH ISALPHARUNE 2 .SH NAME -isalpharune, isbaserune, islowerrune, isspacerune, issurrogaterune, istitlerune, isupperrune, isdigitrune, tobaserune, tolowerrune, totitlerune, toupperrune \- Unicode character classes and cases +isalpharune, isbaserune, isdigitrune, islowerrune, ispunctrune, isspacerune, issurrogaterune, istitlerune, isupperrune, tobaserune, tolowerrune, totitlerune, toupperrune \- Unicode character classes and cases .SH SYNOPSIS .B #include .br @@ -19,6 +19,9 @@ int islowerrune(Rune c) .PP .B +int ispunctrune(Rune c) +.PP +.B int isspacerune(Rune c) .PP .B @@ -29,9 +32,6 @@ .PP .B int isupperrune(Rune c) -.PP -.B -int ispunctrune(Rune c) .PP .B Rune tobaserune(Rune c) --- /sys/src/libsec/port/tlshand.c Sun Oct 4 16:22:34 2015 +++ /sys/src/libsec/port/tlshand.c Sun Oct 4 16:22:36 2015 @@ -397,7 +397,7 @@ //================= client/server ======================== -int +static int setfd(int ctl, int fd, int version) { int i;