]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man3/*: srcfix: fix warnings from "mandoc -Tlint"
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Sat, 20 Jun 2020 20:43:49 +0000 (20:43 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 21 Jun 2020 07:22:01 +0000 (09:22 +0200)
Remove superfluous paragraph macros.

Remove request ".br" if it precedes a line, that begins with a
space, as such lines automatically cause a break.

There is no change in the output from "nroff" and "groff".

###

Examples of warnings from "mandoc -Tlint":

mandoc: bindresvport.3:41:2: WARNING: skipping paragraph macro: PP after SH

mandoc: crypt.3:228:2: WARNING: skipping paragraph macro: PP empty

mandoc: dlinfo.3:151:2: WARNING: skipping paragraph macro: IP empty

mandoc: exec.3:86:2: WARNING: skipping paragraph macro: PP after SS

mandoc: getsubopt.3:45:2: WARNING: skipping paragraph macro: br before text line with leading blank

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
46 files changed:
man3/__setfpucw.3
man3/bindresvport.3
man3/catgets.3
man3/crypt.3
man3/dl_iterate_phdr.3
man3/dlinfo.3
man3/dlsym.3
man3/errno.3
man3/exec.3
man3/exit.3
man3/fdim.3
man3/fmtmsg.3
man3/ftime.3
man3/getaddrinfo.3
man3/getgrouplist.3
man3/gethostbyname.3
man3/gethostid.3
man3/getnameinfo.3
man3/getpass.3
man3/getrpcent.3
man3/getsubopt.3
man3/hsearch.3
man3/ilogb.3
man3/makecontext.3
man3/malloc.3
man3/memcmp.3
man3/mq_open.3
man3/ntp_gettime.3
man3/posix_spawn.3
man3/pthread_atfork.3
man3/pthread_getattr_default_np.3
man3/pthread_mutexattr_setrobust.3
man3/pthread_setname_np.3
man3/rcmd.3
man3/realpath.3
man3/sem_wait.3
man3/setbuf.3
man3/setjmp.3
man3/shm_open.3
man3/strptime.3
man3/system.3
man3/termios.3
man3/tzset.3
man3/undocumented.3
man3/xdr.3
man3/y0.3

index f130be4d7c825f711ba047b20d276095a7168501..be546d6b9890ef7c6a89a9d14e21ab1cef0d8397 100644 (file)
@@ -52,11 +52,8 @@ can be used.
 .B __setfpucw(0x1372)
 .PP
 Set FPU control word on the i386 architecture to
-.br
      \- extended precision
-.br
      \- rounding to nearest
-.br
      \- exceptions on overflow, zero divide and NaN
 .SH SEE ALSO
 .BR feclearexcept (3)
index 0061113eb5d0e74fc24874f43a71d73783cc344a..b8d06980b3fe9c173a34b64702286ae17da4c674 100644 (file)
@@ -38,7 +38,6 @@ bindresvport \- bind a socket to a privileged IP port
 .BI "int bindresvport(int " sockfd ", struct sockaddr_in *" sin );
 .fi
 .SH DESCRIPTION
-.PP
 .BR bindresvport ()
 is used to bind the socket referred to by the
 file descriptor
index e509a3ffa2b08f26e13b163eb35d8e70fe4d571a..495db8f35e82fa4ee2ccc27b7870f45cfc2765e7 100644 (file)
@@ -57,7 +57,6 @@ the application if it is to be saved or modified.
 The return string is
 always terminated with a null byte (\(aq\e0\(aq).
 .SH RETURN VALUE
-.PP
 On success,
 .BR catgets ()
 returns a pointer to an internal buffer area
index d46cf50855e477269133a6eb634757c4ea65bbbb..a24d8ffc213b6c117c3b638ed68ea7b64bbd2e01 100644 (file)
@@ -225,8 +225,8 @@ then the result has the form:
 .RS
 .PP
 $\fIid\fP$\fIsalt\fP$\fIencrypted\fP
-.PP
 .RE
+.PP
 .I id
 identifies the encryption method used instead of DES and this
 then determines how the rest of the password string is interpreted.
@@ -285,8 +285,8 @@ result has the form
 .RS
 .PP
 $\fIid\fP$\fIrounds=yyy\fP$\fIsalt\fP$\fIencrypted\fP
-.PP
 .RE
+.PP
 where \fIyyy\fP is the number of hashing rounds actually used.
 The number of rounds actually used is 1000 if
 .I xxx
index 3ae03fd0528f0fa6af66248446e85c3a5c6ccfbf..f049c5071983c4dd2f7fdef942f65002d1e03953 100644 (file)
@@ -295,7 +295,6 @@ Name: "/lib64/ld-linux-x86-64.so.2" (7 segments)
      6: [0x7f55718afba0; memsz:    460] flags: 0x4; PT_GNU_RELRO
 .EE
 .in
-.PP
 .SS Program source
 \&
 .EX
index 55bbc734ef3c5f6644ce9abe1361c931571df549..4c3c8aa79de0d28d8eb902fb0471093fb8e13af8 100644 (file)
@@ -148,7 +148,6 @@ fields of the buffer allocated in the previous step.
 Use a
 .B RTLD_DI_SERINFO
 to obtain the library search paths.
-.IP
 .RE
 .IP
 The
index cd9d69cb739915c9cfd08078e6f084642106cd6f..ac44c0f963dd30b0cbb54b7897593b8a84c27b5a 100644 (file)
@@ -105,7 +105,6 @@ and
 from
 .IR <dlfcn.h> .
 .PP
-.PP
 The function
 .BR dlvsym ()
 does the same as
index 7ff22e746de9dcdc350fd31e451561974178c4bf..307e486cf410388013337e8314b35cb0752457bf 100644 (file)
@@ -145,7 +145,7 @@ $ \fBerrno \-s permission\fP
 EACCES 13 Permission denied
 .EE
 .in
-.PP
+.\".PP
 .\" POSIX.1 (2001 edition) lists the following symbolic error names.  Of
 .\" these, \fBEDOM\fP and \fBERANGE\fP are in the ISO C standard.  ISO C
 .\" Amendment 1 defines the additional error number \fBEILSEQ\fP for
index 88d74a4f2ff7e4d459b5da1a6368c5c7ac2a5259..a5e7977355c1d284f7d4c394d9623712d2528691 100644 (file)
@@ -83,7 +83,6 @@ to be executed.
 The functions can be grouped based on the letters following the "exec" prefix.
 .\"
 .SS l - execl(), execlp(), execle()
-.PP
 The
 .I "const char\ *arg"
 and subsequent ellipses can be thought of as
@@ -105,7 +104,6 @@ By contrast with the 'l' functions, the 'v' functions (below) specify the
 command-line arguments of the executed program as a vector.
 .\"
 .SS v - execv(), execvp(), execvpe()
-.PP
 The
 .I "char\ *const argv[]"
 argument is an array of pointers to null-terminated strings that
@@ -116,7 +114,6 @@ The array of pointers
 .I must
 be terminated by a null pointer.
 .SS e - execle(), execvpe()
-.PP
 The environment of the caller is specified via the argument
 .IR envp .
 The
@@ -133,7 +130,6 @@ image from the external variable
 .I environ
 in the calling process.
 .SS p - execlp(), execvp(), execvpe()
-.PP
 These functions duplicate the actions of the shell in
 searching for an executable file
 if the specified filename does not contain a slash (/) character.
index a06c8cf3d4860c1d16aef39f8a7a42ba11f32c2e..0193accfa2ede4fc60e51711c9589e3842c4d895 100644 (file)
@@ -107,7 +107,6 @@ so it is not thread-safe.
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
 .SH NOTES
-.PP
 The behavior is undefined if one of the functions registered using
 .BR atexit (3)
 and
index dc138e0c15247130faf56d2f8473bb7fca428f70..2477dd0f0e01a887d952b5545624f7b2e4976c42 100644 (file)
@@ -67,7 +67,6 @@ is set to
 An overflow floating-point exception
 .RB ( FE_OVERFLOW )
 is raised.
-.PP
 .SH VERSIONS
 These functions first appeared in glibc in version 2.1.
 .SH ATTRIBUTES
index 174f617573083d83536930876570d1bd14c9216c..70dbd6788d5a9d44b34d67f513b240b8d4763e32 100644 (file)
@@ -325,7 +325,6 @@ unknown mount option
 TO FIX: See mount(8).
 .EE
 .in
-.PP
 .SH SEE ALSO
 .BR addseverity (3),
 .BR perror (3)
index d24893bb19fa9a3b2bb0f1c2292cdc60a7b1b18c..cb11110eb0c0d0b2bd215250fb5614032b1bc7b3 100644 (file)
@@ -102,7 +102,6 @@ gives microseconds;
 .BR clock_gettime (2)
 gives nanoseconds but is not as widely available.
 .SH BUGS
-.PP
 Early glibc2 is buggy and returns 0 in the
 .I millitm
 field;
index 12f77ce94e4df25c6e34861e16e392ce5b958c32..8aa54478925ce56d2e16cb454665e2a63ceb39fa 100644 (file)
@@ -424,7 +424,6 @@ function frees the memory that was allocated
 for the dynamically allocated linked list
 .IR res .
 .SS Extensions to getaddrinfo() for Internationalized Domain Names
-.PP
 Starting with glibc 2.3.4,
 .BR getaddrinfo ()
 has been extended to selectively allow the incoming and outgoing
index 194267101a8de2765bd6797be7dd3e6e2c60427c..61c88f75f18d890ecdd2113b3cf65a20137452e4 100644 (file)
@@ -122,7 +122,6 @@ in the array
 even when the number of groups exceeds
 .IR *ngroups .
 .SH EXAMPLES
-.PP
 The program below displays the group list for the user named in its
 first command-line argument.
 The second command-line argument specifies the
index f33517fa46c411d8c744ad7b1d4cc8899455a6e3..5533ef6dacc416e269871efa7a9d675cf6d8b2e8 100644 (file)
@@ -254,7 +254,6 @@ keyword was used to control the order of host lookups as defined in
 .IR /etc/host.conf
 .RB ( host.conf (5)).
 .PP
-.PP
 The \fIhostent\fP structure is defined in \fI<netdb.h>\fP as follows:
 .PP
 .in +4n
index 4fef906cb82c9b684aab29a9f114260809381bd5..b355b0ffa5a1125634e6709afdeda775ac099c1e 100644 (file)
@@ -42,7 +42,6 @@ Feature Test Macro Requirements for glibc (see
 .in
 .PP
 .ad l
-.br
 .BR gethostid ():
 .RS 4
 _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500
index c5a4f2d4d900630df151b75062b45b7926420643..4f8e6f706c8fbac9557f8d5d0d12f0b64a80e041 100644 (file)
@@ -116,7 +116,6 @@ If set, then the numeric form of the service address is returned.
 (When not set, this will still happen in case the service's name
 cannot be determined.)
 .SS Extensions to getnameinfo() for Internationalized Domain Names
-.PP
 Starting with glibc 2.3.4,
 .BR getnameinfo ()
 has been extended to selectively allow
index eb2c2e86462c07541501df68aa411bec261a1bf9..c3aa806de74b2906bea23a954a5d72724a7a161d 100644 (file)
@@ -128,7 +128,7 @@ Removed in POSIX.1-2001.
 .\" are transmitted as part of the password.
 .\" Since libc 5.4.19 also line editing is disabled, so that also
 .\" backspace and the like will be seen as part of the password.
-.PP
+.
 In the GNU C library implementation, if
 .I /dev/tty
 cannot be opened, the prompt is written to
index 4badfc494bf37e042a336d8d9d485943162f2648..e6b44e7c71fd449414944b40a3b7cd37782f542a 100644 (file)
@@ -24,7 +24,6 @@ RPC entry
 .BI "void endrpcent(void);"
 .fi
 .SH DESCRIPTION
-.PP
 The
 .BR getrpcent (),
 .BR getrpcbyname (),
index 27cd708e0006da8cec13b2eab492ade94a4feb81..6cf2d7a82a76a7c3e6dbd8b5442e3e1374634c5f 100644 (file)
@@ -42,7 +42,6 @@ Feature Test Macro Requirements for glibc (see
 .PD 0
 _XOPEN_SOURCE\ >= 500
 .\"    || _XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED
-.br
     || /* Since glibc 2.12: */ _POSIX_C_SOURCE\ >=\ 200809L
 .PD
 .RE
@@ -143,7 +142,6 @@ T}  Thread safety   MT-Safe
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
 .SH NOTES
-.PP
 Since
 .BR getsubopt ()
 overwrites any commas it finds in the string
index 3a81f2d84df96b932be8b47ce9516a8b746b9f19..f839e382562d9d53a79cef081636caa70b06d2f3 100644 (file)
@@ -193,7 +193,6 @@ In the event of an error, these two functions set
 .I errno
 to indicate the cause of the error.
 .SH ERRORS
-.PP
 .BR hcreate_r ()
 and
 .BR hdestroy_r ()
@@ -298,7 +297,6 @@ updating the \fIdata\fP for the given \fIkey\fP in this case.
 .PP
 Individual hash table entries can be added, but not deleted.
 .SH EXAMPLES
-.PP
 The following program inserts 24 items into a hash table, then prints
 some of them.
 .PP
index 03e4a4119121183e0811d52a858e3533c0f2cf70..a8a831e5e0f5cccbbcb822b4376b56634ffafea6 100644 (file)
@@ -119,7 +119,6 @@ is raised, and
 is set to
 .BR EDOM
 (but see BUGS).
-.IP
 .TP
 Domain error: \fIx\fP is an infinity
 An invalid floating-point exception
index c3d6a78f9227791b0da292f4f7afcdf843cad5d0..1d8429fa45db7bd474153df368e240a662d6fda9 100644 (file)
@@ -150,7 +150,6 @@ Nevertheless, starting with version 2.8, glibc makes some changes to
 .BR makecontext (),
 to permit this on some 64-bit architectures (e.g., x86-64).
 .SH EXAMPLES
-.PP
 The example program below demonstrates the use of
 .BR getcontext (3),
 .BR makecontext (),
index b48a30d7c4cae125ded8fdf030cf3dd8a5f41fca..9958e1843a90bdee9ce024ad1204959d59a360f5 100644 (file)
@@ -58,7 +58,6 @@ Feature Test Macro Requirements for glibc (see
         _GNU_SOURCE
 .ad
 .SH DESCRIPTION
-.PP
 The
 .BR malloc ()
 function allocates
index 247eed223c0d5735b2a19eb78d61f392dc1945a0..d0676201fc3a1abf3f976176821972dd9243945a 100644 (file)
@@ -76,7 +76,6 @@ T}    Thread safety   MT-Safe
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, C89, C99, SVr4, 4.3BSD.
 .SH NOTES
-.PP
 Do not use
 .BR memcmp ()
 to compare security critical data, such as cryptographic secrets,
index 53519ab5bc0710efa033ec5a6f64705e50805849..b6ba4cd48faa0b94a25238aff088d7cafb5287aa 100644 (file)
@@ -126,7 +126,6 @@ specify the maximum number of messages and
 the maximum size of messages that the queue will allow.
 This structure is defined as follows:
 .PP
-.PP
 .in +4n
 .EX
 struct mq_attr {
index 702a5b65594f8d9100873cefc09106a42297a03f..87d87365e85d0050e6d687da9a8e1609a5257d3d 100644 (file)
@@ -66,7 +66,6 @@ struct timeval {
 };
 .EE
 .in
-.IP
 .TP
 .I maxerror
 Maximum error, in microseconds.
index 9bc00fe19cfb677d4de360c65f60f422d3d9130c..7dabe0c15654129a584c6f6daf3a03fffa6377a6 100644 (file)
@@ -536,7 +536,6 @@ and
 .BR posix_spawnp ()
 functions are available since glibc 2.2.
 .SH CONFORMING TO
-.PP
 POSIX.1-2001, POSIX.1-2008.
 .\" FIXME . This piece belongs in spawnattr_setflags(3)
 .\" The
index 003833ab6a59e7a5d26f3585177f70f9e4e5aa41..2d480bd7e90a926ac5862d393970591e923067fd 100644 (file)
@@ -65,7 +65,6 @@ Any of the three arguments may be NULL if no handler is needed
 in the corresponding phase of
 .BR fork (2)
 processing.
-.PP
 .SH RETURN VALUE
 On success,
 .BR pthread_atfork ()
index 9d9720e614ed0a540416a65ecbc238f17eb639ee..297d2a4bc930137874e8b0f14f67d37691d2fe96 100644 (file)
@@ -114,7 +114,6 @@ Detach state:        JOINABLE
 Inherit scheduler:   INHERIT
 .EE
 .in
-.PP
 .SS Program source
 \&
 .EX
index af933bec8d75615ce06e1c0932584543cce57e45..2d45247e34c6b5e9d0cb6f01d2ea37f44f5e5c8c 100644 (file)
@@ -186,7 +186,6 @@ were also defined.
 These GNU-specific APIs, which first appeared in glibc 2.4,
 are nowadays obsolete and should not be used in new programs.
 .SH EXAMPLES
-.PP
 The program below demonstrates the use of the robustness attribute of a
 mutex attributes object.
 In this program, a thread holding the mutex
index 575f04019a433b8a4de896914d58908db4ad6d83..31e46831d3dfa440815116da62dd8de0ce5de69c 100644 (file)
@@ -127,7 +127,6 @@ filesystem:
 .BR pthread_getname_np ()
 retrieves it from the same location.
 .SH EXAMPLES
-.PP
 The program below demonstrates the use of
 .BR pthread_setname_np ()
 and
index 6a22102f463fc3d364dee1be4c2df654dc9ec22e..d4f4ace034f4853ec809f814d39317136ebda564 100644 (file)
@@ -114,7 +114,6 @@ All four functions are used by the
 .BR rshd (8)
 server (among others).
 .SS rcmd()
-.PP
 The
 .BR rcmd ()
 function
@@ -162,7 +161,6 @@ although you may be able to get its attention by using out-of-band data.
 The protocol is described in detail in
 .BR rshd (8).
 .SS rresvport()
-.PP
 The
 .BR rresvport ()
 function is used to obtain a socket with a privileged
@@ -186,7 +184,6 @@ for a circular search of the port range;
 on (successful) return, it contains the port number that was bound to.
 .\"
 .SS iruserok() and ruserok()
-.PP
 The
 .BR iruserok ()
 and
index 57b56d3362a53be5bb3095046e0737e4104ba0c5..4154612199eeb05f72eabdcdb4d858db536d4c62 100644 (file)
@@ -182,7 +182,7 @@ A typical source fragment would be
 .in
 .PP
 (But see the BUGS section.)
-.PP
+.\".PP
 .\"     2012-05-05, According to Casper Dik, the statement about
 .\"     Solaris was not true at least as far back as 1997, and
 .\"     may never have been true.
index 156971eba19d1bcf23a8d24b385c100ba2aa501b..ccd63141956d4a354b97737fb2c1890ad890f283 100644 (file)
@@ -157,7 +157,6 @@ T}  Thread safety   MT-Safe
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008.
 .SH EXAMPLES
-.PP
 The (somewhat trivial) program shown below operates on an
 unnamed semaphore.
 The program expects two command-line arguments.
index 50dccff0b158c1fd9a54d38f726de3dd82539ebd..18f7567034810152806fa12a2a1c74b8c652b458 100644 (file)
@@ -194,7 +194,7 @@ functions conform to C89 and C99.
 .\" On 4.2BSD and 4.3BSD systems,
 .\" .BR setbuf ()
 .\" always uses a suboptimal buffer size and should be avoided.
-.PP
+.\".PP
 You must make sure that the space that
 .I buf
 points to still exists by the time
index f97133cd7a37e95a61f9eeca284c143ae605a9cc..c456681b13f16423dcfcebf5e66265947cd7b64d 100644 (file)
@@ -96,7 +96,6 @@ call because the "fake" return returns the value provided in
 If the programmer mistakenly passes the value 0 in
 .IR val ,
 the "fake" return will instead return 1.
-.PP
 .SS sigsetjmp() and siglongjmp()
 .BR sigsetjmp ()
 and
@@ -149,7 +148,6 @@ T{
 .BR siglongjmp ()
 T}     Thread safety   MT-Safe
 .TE
-.PP
 .SH CONFORMING TO
 .BR setjmp (),
 .BR longjmp ():
index bbda0a0c5e0e9fcd155ab92044349c9ccf259388..bba4eb8266394b39442fa270febd4ea2c514054d 100644 (file)
@@ -271,7 +271,6 @@ may be set to either the calling process's effective group ID
 or, if the object is visible in the filesystem,
 the group ID of the parent directory.
 .SH NOTES
-.PP
 POSIX leaves the behavior of the combination of
 .B O_RDONLY
 and
@@ -336,10 +335,8 @@ struct shmbuf {
 };
 .EE
 .in
-.PP
 .\"
 .SS Program source: pshm_ucase_bounce.c
-.PP
 The "bounce" program creates a new shared memory object with the name
 given in its command-line argument and sizes the object to
 match the size of the
@@ -425,10 +422,8 @@ main(int argc, char *argv[])
 }
 .EE
 .in
-.PP
 .\"
 .SS Program source: pshm_ucase_send.c
-.PP
 The "send" program takes two command-line arguments:
 the pathname of a shared memory object previously created by the "bounce"
 program and a string that is to be copied into that object.
@@ -507,7 +502,6 @@ main(int argc, char *argv[])
 }
 .EE
 .in
-.PP
 .SH SEE ALSO
 .BR close (2),
 .BR fchmod (2),
index e29c02774e53812efc8d0946b63dee1e4f985bae..d12f298ff9120a3c19c6a8ebc4e8296f340a70a6 100644 (file)
@@ -313,7 +313,6 @@ T}  Thread safety   MT-Safe env locale
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, SUSv2.
 .SH NOTES
-.PP
 In principle, this function does not initialize
 .I tm
 but
index 441e9334bec11b107b504f9ce94326e6520414aa..43ca13a32cbc36857d52ca83166c87675b883421 100644 (file)
@@ -211,7 +211,6 @@ return value that is indistinguishable from the case
 where a shell could not be executed in the child process.
 .\"
 .SS Caveats
-.PP
 Do not use
 .BR system ()
 from a privileged program
index f0a690d2ba1b9b1f5ccba2a8a5c4ccab30f1dfba..b05f13a1ba67d66557f8df176c2f98023c8cba89 100644 (file)
@@ -88,7 +88,6 @@ Feature Test Macro Requirements for glibc (see
 The termios functions describe a general terminal interface that is
 provided to control asynchronous communications ports.
 .SS The termios structure
-.PP
 Many of the functions described here have a \fItermios_p\fP argument
 that is a pointer to a \fItermios\fP structure.
 This structure contains at least the following members:
@@ -670,7 +669,6 @@ and
 see the description of
 noncanonical mode below.
 .SS Retrieving and changing terminal settings
-.PP
 .BR tcgetattr ()
 gets the parameters associated with the object referred by \fIfd\fP and
 stores them in the \fItermios\fP structure referenced by
@@ -837,7 +835,6 @@ in noncanonical mode to return either 0, or \-1 with
 set to
 .BR EAGAIN .
 .SS Raw mode
-.PP
 .BR cfmakeraw ()
 sets the terminal to something like the
 "raw" mode of the old Version 7 terminal driver:
@@ -858,7 +855,6 @@ termios_p\->c_cflag |= CS8;
 .in
 .\"
 .SS Line control
-.PP
 .BR tcsendbreak ()
 transmits a continuous stream of zero-valued bits for a specific
 duration, if the terminal is using asynchronous serial data
@@ -982,7 +978,6 @@ It takes the same arguments as
 .BR cfsetispeed (),
 and sets both input and output speed.
 .SH RETURN VALUE
-.PP
 .BR cfgetispeed ()
 returns the input baud rate stored in the
 \fItermios\fP
index 845f6283e4944772349a53d2f3d5c8287cf795b3..e64854bc1b0d323b0ddec4385fb00035711d11ed 100644 (file)
@@ -234,7 +234,6 @@ T}  Thread safety   MT-Safe env locale
 .SH CONFORMING TO
 POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD.
 .SH NOTES
-.PP
 4.3BSD had a function
 .BI "char *timezone(" zone ", " dst )
 that returned the
index e240ef294c81de967d295233b024a8b9385b01b2..6e4fb4339d8ab030ae67f7faf6607d0d67de370b 100644 (file)
@@ -42,7 +42,6 @@ similar to that of the other Linux section 3 man pages), and send it to
 .B mtk.manpages@gmail.com
 for inclusion in the next man page release.
 .SS The list
-.PP
 .BR authdes_create (3),
 .BR authdes_getucred (3),
 .BR authdes_pk_create (3),
index 2b52817de7592728667db60d45339d9971b1fad5..aa4eaeecba8b72a05296b097379ea60017370436 100644 (file)
@@ -12,7 +12,6 @@
 .SH NAME
 xdr \- library routines for external data representation
 .SH SYNOPSIS AND DESCRIPTION
-.PP
 These routines allow C programmers to describe
 arbitrary data structures in a machine-independent fashion.
 Data for remote procedure calls are transmitted using these
index 378f60bf0158164da2a284b1a5729c050bcadd97..50c48579475fe6618543569aab8a80154328db80 100644 (file)
--- a/man3/y0.3
+++ b/man3/y0.3
@@ -85,7 +85,6 @@ _XOPEN_SOURCE \ >=\ 600
 .RE
 .ad b
 .SH DESCRIPTION
-.PP
 The
 .BR y0 ()
 and