Print this page
8158 Want named threads API
9857 proc manpages should have LIBRARY section

@@ -1,12 +1,14 @@
 PWRITE(3PROC)          Process Control Library Functions         PWRITE(3PROC)
 
 NAME
      Pwrite - write data to the address space of a process
 
-SYNOPSIS
+LIBRARY
      Process Control Library (libproc, -lproc)
+
+SYNOPSIS
      #include <libproc.h>
 
      ssize_t
      Pwrite(struct ps_prochandle *P, const void *buf, size_t nbyte,
          uintptr_t address);