From: Alejandro Colomar Date: Sun, 12 Sep 2021 13:08:23 +0000 (+0200) Subject: Various pages: Remove unnecessary .ad requests X-Git-Tag: man-pages-5.19-rc1~572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e1bb1cd5aa3cb2515f0eeef65b025d90eab17f;p=thirdparty%2Fman-pages.git Various pages: Remove unnecessary .ad requests Signed-off-by: Alejandro Colomar --- diff --git a/man2/acct.2 b/man2/acct.2 index 923775cb2f..144699de22 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -13,13 +13,11 @@ .SH NAME acct \- switch process accounting on or off .SH SYNOPSIS -.ad l .nf .B #include .PP .BI "int acct(const char *" filename ); .fi -.ad b .PP .RS -4 Feature Test Macro Requirements for glibc (see diff --git a/man2/setsid.2 b/man2/setsid.2 index 546bdf59f0..dc47190b2d 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -17,11 +17,9 @@ Standard C library .RI ( libc ", " -lc ) .SH SYNOPSIS .nf -.ad l .B #include .PP .B pid_t setsid(void); -.ad b .fi .SH DESCRIPTION .BR setsid () diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 3fa9fe7af3..3293f077db 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -31,11 +31,9 @@ Standard C library .RI ( libc ", " -lc ) .SH SYNOPSIS .nf -.ad l .B #include .PP .BI "int shmctl(int " shmid ", int " cmd ", struct shmid_ds *" buf ); -.ad b .fi .SH DESCRIPTION .BR shmctl () diff --git a/man2/shmget.2 b/man2/shmget.2 index ceb009693f..f35eb3d258 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -23,11 +23,9 @@ Standard C library .RI ( libc ", " -lc ) .SH SYNOPSIS .nf -.ad l .B #include .PP .BI "int shmget(key_t " key ", size_t " size ", int " shmflg ); -.ad b .fi .SH DESCRIPTION .BR shmget ()