Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
.SH NAME
acct \- switch process accounting on or off
.SH SYNOPSIS
-.ad l
.nf
.B #include <unistd.h>
.PP
.BI "int acct(const char *" filename );
.fi
-.ad b
.PP
.RS -4
Feature Test Macro Requirements for glibc (see
.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
-.ad l
.B #include <unistd.h>
.PP
.B pid_t setsid(void);
-.ad b
.fi
.SH DESCRIPTION
.BR setsid ()
.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
-.ad l
.B #include <sys/shm.h>
.PP
.BI "int shmctl(int " shmid ", int " cmd ", struct shmid_ds *" buf );
-.ad b
.fi
.SH DESCRIPTION
.BR shmctl ()
.RI ( libc ", " -lc )
.SH SYNOPSIS
.nf
-.ad l
.B #include <sys/shm.h>
.PP
.BI "int shmget(key_t " key ", size_t " size ", int " shmflg );
-.ad b
.fi
.SH DESCRIPTION
.BR shmget ()