CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/01/29 17:01:59
Modified files: lib/libc/gen : vis.3 Log message: Rework vis.3 so it has standard sections. Moved the return values from the description to a proper return values section. Broke up the description into function description followed by a subsection for the range and encoding. Replaced srclen with strlen(src) when srclen isn't an argument. Moved the common flag argument to its own paragraph. input schwarze@, input + ok jmc@