]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
_exit.2, accept.2, chmod.2, dup.2, getgroups.2, keyctl.2, link.2, mkdir.2, mknod...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 15 Aug 2017 15:44:09 +0000 (17:44 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 15 Aug 2017 15:44:09 +0000 (17:44 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
84 files changed:
man2/_exit.2
man2/accept.2
man2/chmod.2
man2/dup.2
man2/getgroups.2
man2/keyctl.2
man2/link.2
man2/mkdir.2
man2/mknod.2
man2/pipe.2
man2/poll.2
man2/reboot.2
man2/rename.2
man2/select.2
man2/select_tut.2
man2/stat.2
man2/symlink.2
man2/unlink.2
man3/__ppc_get_timebase.3
man3/abs.3
man3/bzero.3
man3/crypt.3
man3/dbopen.3
man3/dl_iterate_phdr.3
man3/dlinfo.3
man3/dlsym.3
man3/duplocale.3
man3/encrypt.3
man3/err.3
man3/ffs.3
man3/fpurge.3
man3/ftw.3
man3/getdate.3
man3/gethostbyname.3
man3/getlogin.3
man3/getmntent.3
man3/getpwent_r.3
man3/getpwnam.3
man3/getspnam.3
man3/inet_pton.3
man3/insque.3
man3/isfdtype.3
man3/mallinfo.3
man3/mallopt.3
man3/matherr.3
man3/mcheck.3
man3/mempcpy.3
man3/mkfifo.3
man3/mq_getattr.3
man3/newlocale.3
man3/open_memstream.3
man3/openpty.3
man3/perror.3
man3/posix_memalign.3
man3/posix_spawn.3
man3/printf.3
man3/pthread_attr_init.3
man3/pthread_cancel.3
man3/pthread_cleanup_push.3
man3/pthread_create.3
man3/pthread_getattr_default_np.3
man3/pthread_getattr_np.3
man3/pthread_getcpuclockid.3
man3/pthread_setaffinity_np.3
man3/pthread_setschedparam.3
man3/pthread_sigmask.3
man3/pthread_sigqueue.3
man3/regex.3
man3/resolver.3
man3/rpmatch.3
man3/rtnetlink.3
man3/scanf.3
man3/setbuf.3
man3/strchr.3
man3/strfromd.3
man3/strverscmp.3
man3/termios.3
man3/tsearch.3
man3/unlocked_stdio.3
man3/updwtmp.3
man7/netlink.7
man7/rtld-audit.7
man7/sock_diag.7
man7/unix.7

index 5f30db2bc315731e7c92c42967f5fb73e8a99d7c..59d2cae5f45eb4eb63fc4018e34a74f30da12a62 100644 (file)
@@ -33,7 +33,7 @@ _exit, _Exit \- terminate the calling process
 .B #include <unistd.h>
 .PP
 .BI "void _exit(int " status );
-.PP
+
 .B #include <stdlib.h>
 .PP
 .BI "void _Exit(int " status );
index 83407b313f6e30aed6d39bc27de267328db99f8c..aee2bf5a8f638fdaf7abb86ef437afe8a0b578ce 100644 (file)
@@ -47,7 +47,7 @@ accept, accept4 \- accept a connection on a socket
 .B #include <sys/socket.h>
 .PP
 .BI "int accept(int " sockfd ", struct sockaddr *" addr ", socklen_t *" addrlen );
-.PP
+
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <sys/socket.h>
 .PP
index c4569f67b51933a348f582123a69c0f35ab0aa72..fd31ee14eb11568f530da3ee54d10cfb4ac38fa6 100644 (file)
@@ -39,7 +39,7 @@ chmod, fchmod, fchmodat \- change permissions of a file
 .BI "int chmod(const char *" pathname ", mode_t " mode );
 .br
 .BI "int fchmod(int " fd ", mode_t " mode );
-.PP
+
 .BR "#include <fcntl.h>" "           /* Definition of AT_* constants */"
 .B #include <sys/stat.h>
 .PP
index 5a6d4fa4e6d31cca2bfee2cb8788d31d2cb154fe..77e312982f6bfa019339d3fa9915e8466a806c4b 100644 (file)
@@ -43,7 +43,7 @@ dup, dup2, dup3 \- duplicate a file descriptor
 .PP
 .BI "int dup(int " oldfd );
 .BI "int dup2(int " oldfd ", int " newfd );
-.PP
+
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .BR "#include <fcntl.h>" "              /* Obtain O_* constant definitions */
 .B #include <unistd.h>
index 1873a7aecf90a78aa5d2f6137d9929fd90a33764..bd89eec2ce955205a0b39250f9d4bf08ddb757be 100644 (file)
@@ -38,7 +38,7 @@ getgroups, setgroups \- get/set list of supplementary group IDs
 .B #include <unistd.h>
 .PP
 .BI "int getgroups(int " size ", gid_t " list []);
-.PP
+
 .B #include <grp.h>
 .PP
 .BI "int setgroups(size_t " size ", const gid_t *" list );
index ea4c5a2bb406346b5c2f96e74457cbef18bcf441..0df6bcf4b88a286c3f7ee173d9521b155b781479 100644 (file)
@@ -34,7 +34,7 @@ keyctl \- manipulate the kernel's key management facility
 .B #include <keyutils.h>
 .PP
 .BI "long keyctl(int " operation ", ...)"
-.PP
+
 .B "/* For direct call via syscall(2): */"
 .B #include <asm/unistd.h>
 .B #include <linux/keyctl.h>
index 5dde324138e2672138918c8c26e0919b797de061..64a719e6c6837f63f06246312b319ea74f5434b1 100644 (file)
@@ -37,7 +37,7 @@ link, linkat \- make a new name for a file
 .B #include <unistd.h>
 .PP
 .BI "int link(const char *" oldpath ", const char *" newpath );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <unistd.h>
 .PP
index a081125314dd85c3b3b56a6e69ce9a9b4347488d..592a6070f1b781671001f4c42ea63b0eec22cf13 100644 (file)
@@ -18,7 +18,7 @@ mkdir, mkdirat \- create a directory
 .\" .B #include <unistd.h>
 .PP
 .BI "int mkdir(const char *" pathname ", mode_t " mode );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <sys/stat.h>
 .PP
index 501f4137f100765ac4ee2d05030c1cf755c71276..e3708cb34874c63b2ab929cc282d068aeadb70b2 100644 (file)
@@ -23,7 +23,7 @@ mknod, mknodat \- create a special or ordinary file
 .B #include <unistd.h>
 .PP
 .BI "int mknod(const char *" pathname ", mode_t " mode ", dev_t " dev );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <sys/stat.h>
 .PP
index f522e84c7d37a697b76e5fdf7be1b41fdabd4ca9..89ccbcc7275360e1e7f07bad403abc2f35b72d10 100644 (file)
@@ -41,7 +41,7 @@ pipe, pipe2 \- create pipe
 .B #include <unistd.h>
 .PP
 .BI "int pipe(int " pipefd "[2]);"
-.PP
+
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .BR "#include <fcntl.h>" "              /* Obtain O_* constant definitions */
 .B #include <unistd.h>
index eed77adf8db6a932f9e58abf4bd12cf567c84626..4b3c15f768ccd715763df4b5e9de8051faa236d3 100644 (file)
@@ -36,7 +36,7 @@ poll, ppoll \- wait for some event on a file descriptor
 .B #include <poll.h>
 .PP
 .BI "int poll(struct pollfd *" fds ", nfds_t " nfds ", int " timeout );
-.PP
+
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <signal.h>
 .B #include <poll.h>
index 5dc54d74f2a4474ed15e862a4e468c9b97a12c2a..2dabab8d0c23da290c453ce56f159bd18970a1df 100644 (file)
@@ -37,7 +37,7 @@ reboot \- reboot or enable/disable Ctrl-Alt-Del
 .B #include <linux/reboot.h>
 .PP
 .BI "int reboot(int " magic ", int " magic2 ", int " cmd ", void *" arg );
-.PP
+
 /* Under glibc and most alternative libc's (including uclibc, dietlibc,
    musl and a few others), some of the constants involved have gotten
    symbolic names RB_*, and the library call is a 1-argument
index 38a32f5d6b737148a6640a8ae030f2c5a862f94d..8b2db438a728d2d823fafe421aa0542f77191ab3 100644 (file)
@@ -38,7 +38,7 @@ rename, renameat, renameat2 \- change the name or location of a file
 .B #include <stdio.h>
 .PP
 .BI "int rename(const char *" oldpath ", const char *" newpath );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <stdio.h>
 .PP
index f22628d8d7cfa0f9520c8b52e846c51ec2d6320f..8b1d430509808e1a1dac394663b3ab93ff6a067b 100644 (file)
@@ -44,7 +44,7 @@ synchronous I/O multiplexing
 /* According to POSIX.1-2001, POSIX.1-2008 */
 .br
 .B #include <sys/select.h>
-.PP
+
 /* According to earlier standards */
 .br
 .B #include <sys/time.h>
@@ -63,7 +63,7 @@ synchronous I/O multiplexing
 .BI "void FD_SET(int " fd ", fd_set *" set );
 .br
 .BI "void FD_ZERO(fd_set *" set );
-.PP
+
 .B #include <sys/select.h>
 .PP
 .BI "int pselect(int " nfds ", fd_set *" readfds ", fd_set *" writefds ,
index 285863909e73eea88ccf27ac40b0fdcb070d6f96..7d710c76def1c107e430d7dea74fc56c19e6a34f 100644 (file)
@@ -38,7 +38,7 @@ synchronous I/O multiplexing
 /* According to POSIX.1-2001, POSIX.1-2008 */
 .br
 .B #include <sys/select.h>
-.PP
+
 /* According to earlier standards */
 .br
 .B #include <sys/time.h>
@@ -57,7 +57,7 @@ synchronous I/O multiplexing
 .BI "void FD_SET(int " fd ", fd_set *" set );
 .br
 .BI "void FD_ZERO(fd_set *" set );
-.PP
+
 .B #include <sys/select.h>
 .PP
 .BI "int pselect(int " nfds ", fd_set *" readfds ", fd_set *" writefds ,
index 4b3708666f17873f214d42787efb13db394dbcac..af55b1fbf04658e626a8e9314ad11418f6a9461b 100644 (file)
@@ -53,7 +53,7 @@ stat, fstat, lstat, fstatat \- get file status
 .BI "int fstat(int " fd ", struct stat *" statbuf );
 .br
 .BI "int lstat(const char *" pathname ", struct stat *" statbuf );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <sys/stat.h>
 .PP
index 789580287c8aebd23dd1ac6991ace1f36e1c673f..8c558d5fb673e6b64acb9c4b352b0b3417d764de 100644 (file)
@@ -38,7 +38,7 @@ symlink, symlinkat \- make a new name for a file
 .B #include <unistd.h>
 .PP
 .BI "int symlink(const char *" target ", const char *" linkpath );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <unistd.h>
 .PP
index 11c048af8cafd89f5be54811432a5260d370b662..e0a86d125604d118d00a9f1c278ef9d647cf36d7 100644 (file)
@@ -38,7 +38,7 @@ unlink, unlinkat \- delete a name and possibly the file it refers to
 .B #include <unistd.h>
 .PP
 .BI "int unlink(const char *" pathname );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <unistd.h>
 .PP
index c5bd02f80209258caa559d9abfe9d64acb3244ff..0c998ca694b7648e5a09b40b6220e10764609c57 100644 (file)
@@ -31,7 +31,7 @@ __ppc_get_timebase, __ppc_get_timebase_freq \- get the current value
 .B #include <sys/platform/ppc.h>
 .PP
 .BI "uint64_t __ppc_get_timebase(void)"
-
+.PP
 .BI "uint64_t __ppc_get_timebase_freq(void);"
 .SH DESCRIPTION
 .BR __ppc_get_timebase ()
index 9329f8d21e11040885473350b0fc81639c5f2e40..7519f3defaad5f10795e39fe38608a56beb4e0c4 100644 (file)
@@ -43,7 +43,7 @@ abs, labs, llabs, imaxabs \- compute the absolute value of an integer
 .BI "long int labs(long int " j );
 .br
 .BI "long long int llabs(long long int " j );
-.PP
+
 .B #include <inttypes.h>
 .PP
 .BI "intmax_t imaxabs(intmax_t " j );
index 11bfb75b0038ad728d477cab9b3c2bd1a1a6306e..0247c44c7d63f343257e6201457853d56b33badf 100644 (file)
@@ -28,11 +28,11 @@ bzero, explicit_bzero \- zero a byte string
 .SH SYNOPSIS
 .nf
 .B #include <strings.h>
-
+.PP
 .BI "void bzero(void *" s ", size_t " n );
 
 .B #include <string.h>
-
+.PP
 .BI "void explicit_bzero(void *" s ", size_t " n );
 .fi
 .SH DESCRIPTION
index 5515d33aa106004612ac4195c35e972dd9ae75ee..35185c43f559e4fd8678fcaca416200eb00f8a28 100644 (file)
@@ -43,7 +43,7 @@ crypt, crypt_r \- password and data encryption
 .B #include <unistd.h>
 .PP
 .BI "char *crypt(const char *" key ", const char *" salt );
-.PP
+
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .br
 .B #include <crypt.h>
index 0db6d34f767e692636e83e0e2402420d431608b2..1ff08e5d605818f3d4e61a637c5e8109bd23b655 100644 (file)
@@ -43,7 +43,7 @@ dbopen \- database access methods
 .B #include <limits.h>
 .B #include <db.h>
 .B #include <fcntl.h>
-
+.PP
 .BI "DB *dbopen(const char *" file ", int " flags ", int " mode \
 ", DBTYPE " type ,
 .BI "           const void *" openinfo );
index bc8dc1de91e6486ef4963300cebb2ea95ed55acc..7c49ffa5f0b4321031f6949fd02b1a0bce737194 100644 (file)
@@ -29,7 +29,7 @@ dl_iterate_phdr \- walk through list of shared objects
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <link.h>
-
+.PP
 .BI "int dl_iterate_phdr("
 .BI "          int (*" callback ") (struct dl_phdr_info *" info ,
 .BI "                           size_t " size ", void *" data "),"
index 8d71fcd752de7b9f48cc1cba9b7d186e4f6be1fd..8de25ab2a4975c71ced7d9d0f12564126fcaf3ba 100644 (file)
@@ -31,9 +31,9 @@ dlinfo \- obtain information about a dynamically loaded object
 .B #define _GNU_SOURCE
 .B #include <link.h>
 .B #include <dlfcn.h>
-
+.PP
 .BR "int dlinfo(void *" handle ", int " request ", void *" info );
-
+.PP
 Link with \fI\-ldl\fP.
 .fi
 .SH DESCRIPTION
index cd673f313afe0dda8f3426db4fff2a0e9009db4e..215f10816766ee25ef22f8081e3bfe43697c92a8 100644 (file)
@@ -29,7 +29,7 @@ dlsym, dlvsym \- obtain address of a symbol in a shared object or executable
 .B #include <dlfcn.h>
 .PP
 .BI "void *dlsym(void *" handle ", const char *" symbol );
-.PP
+
 .B #define _GNU_SOURCE
 .br
 .B #include <dlfcn.h>
index 7794959f03de6632e0cde64c227cb823a276b3f0..5bc03d9c67610d31276a0bc6f67cfcf9523864c0 100644 (file)
@@ -29,7 +29,7 @@ duplocale \- duplicate a locale object
 .SH SYNOPSIS
 .nf
 .B #include <locale.h>
-
+.PP
 .BI "locale_t duplocale(locale_t " locobj );
 .fi
 .PP
index 1f74ec6331c953d495f33445274c7d659c101dfa..ef3dee393de976774afbe5223549b89f80c4e250 100644 (file)
@@ -36,13 +36,13 @@ encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages
 .B #include <unistd.h>
 .PP
 .BI "void encrypt(char " block "[64], int " edflag );
-.PP
+
 .BR "#define _XOPEN_SOURCE" "       /* See feature_test_macros(7) */"
 .br
 .B #include <stdlib.h>
 .PP
 .BI "void setkey(const char *" key );
-.PP
+
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .br
 .B "#include <crypt.h>"
index be0fe71d503eb36711f1ee85c964dd1972ef9e68..1d38a69a7b7c052ca540ef6b37b8f6be99ac720b 100644 (file)
@@ -50,7 +50,7 @@ err, verr, errx, verrx, warn, vwarn, warnx, vwarnx \- formatted error messages
 .BI "void warn(const char *" fmt ", ...);"
 .PP
 .BI "void warnx(const char *" fmt ", ...);"
-.PP
+
 .B #include <stdarg.h>
 .PP
 .BI "void verr(int " eval ", const char *" fmt ", va_list " args );
index 15ab23b4a237629cf7e5d301d73f023ac6949973..ce653fcca3660304ba42fe84087249306de1d777 100644 (file)
@@ -38,7 +38,7 @@ ffs, ffsl, ffsll \- find first bit set in a word
 .B #include <strings.h>
 .PP
 .BI "int ffs(int " i );
-.PP
+
 .B #include <string.h>
 .PP
 .BI "int ffsl(long int " i );
index 56348a5eeb552fbd5bd1cc2d4ec86f885d77ba94..7f9d87d06c5d2bcf2155303810fdf28fa5776d52 100644 (file)
@@ -31,7 +31,7 @@ fpurge, __fpurge \- purge a stream
 .B #include <stdio.h>
 .PP
 .BI "int fpurge(FILE *" stream );
-.PP
+
 /* supported */
 .B #include <stdio.h>
 .br
index 31b9a32225df0440d407641a24812223f1f9b714..9bfd4b15534de45e85217eae3a8c693f51154327 100644 (file)
@@ -39,14 +39,14 @@ ftw, nftw \- file tree walk
 .SH SYNOPSIS
 .nf
 .B #include <ftw.h>
-
+.PP
 .BI "int nftw(const char *" dirpath ,
 .BI "        int (*" fn ") (const char *" fpath ", const struct stat *" sb ,
 .BI "                   int " typeflag ", struct FTW *" ftwbuf ),
 .BI "        int " nopenfd ", int " flags );
 
 .B #include <ftw.h>
-
+.PP
 .BI "int ftw(const char *" dirpath ,
 .BI "        int (*" fn ") (const char *" fpath ", const struct stat *" sb ,
 .BI "                   int " typeflag ),
index f483636865b2bfd7c9a3693bc9784cc7905a6175..c37dc239f5569210e51bebbfbd098b2eb4d6d58e 100644 (file)
@@ -36,7 +36,7 @@ getdate, getdate_r \- convert a date-plus-time string to broken-down time
 .BI "struct tm *getdate(const char *" string );
 .PP
 .B "extern int getdate_err;"
-.PP
+
 .B "#include <time.h>"
 .PP
 .BI "int getdate_r(const char *" string ", struct tm *" res );
index c8c6499762604a037f8496b06353451d40e3add9..49b6e56e5b98f427019cb9c9d7ca19e9eabe3ba2 100644 (file)
@@ -49,7 +49,7 @@ gethostent_r \- get network host entry
 .B extern int h_errno;
 .PP
 .BI "struct hostent *gethostbyname(const char *" name );
-.PP
+
 .BR "#include <sys/socket.h>" "       /* for AF_INET */"
 .BI "struct hostent *gethostbyaddr(const void *" addr ,
 .BI "                              socklen_t " len ", int " type );
index 90206232744b9a5e0a750a12136f6444ab1c8b54..08d9d382698933504b77e48c09f88a7916862eea 100644 (file)
@@ -34,7 +34,7 @@ getlogin, getlogin_r, cuserid \- get username
 .B "char *getlogin(void);"
 .br
 .BI "int getlogin_r(char *" buf ", size_t " bufsize );
-.PP
+
 .B #include <stdio.h>
 .PP
 .BI "char *cuserid(char *" string );
index 5e78377c98b4e0d4766fb1ba131d36313d1ec86a..1743eb2524f14bce029ecf16e180e332e7516857 100644 (file)
@@ -47,7 +47,7 @@ getmntent_r \- get filesystem descriptor file entry
 .BI "int endmntent(FILE *" streamp );
 .PP
 .BI "char *hasmntopt(const struct mntent *" mnt ", const char *" opt );
-.PP
+
 /* GNU extension */
 .B #include <mntent.h>
 .PP
index b5ef7d44cbbb95a35c7ca5b743b90527e325df77..a8791a3d5d0fbc6f7a69e4bfbb119e131781c601 100644 (file)
@@ -29,11 +29,9 @@ getpwent_r, fgetpwent_r \- get passwd file entry reentrantly
 .B #include <pwd.h>
 .PP
 .BI "int getpwent_r(struct passwd *" pwbuf ", char *" buf ,
-.br
 .BI "               size_t " buflen ", struct passwd **" pwbufp );
 .PP
 .BI "int fgetpwent_r(FILE *" stream ", struct passwd *" pwbuf ", char *" buf ,
-.br
 .BI "                size_t " buflen ", struct passwd **" pwbufp );
 .fi
 .PP
index 137d7a4832499a81d6891af15131623f4d6ae19f..e9b9d34b36e5684618abe950eac5fc68a8fb15ae 100644 (file)
@@ -47,11 +47,9 @@ getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry
 .BI "struct passwd *getpwuid(uid_t " uid );
 .PP
 .BI "int getpwnam_r(const char *" name ", struct passwd *" pwd ,
-.br
 .BI "               char *" buf ", size_t " buflen ", struct passwd **" result );
 .PP
 .BI "int getpwuid_r(uid_t " uid ", struct passwd *" pwd ,
-.br
 .BI "               char *" buf ", size_t " buflen ", struct passwd **" result );
 .fi
 .PP
index e106799d777d55270be13d02381388ea9f2c5043..2a7d1535c90beb27eac12aaf44edd855ae4ce0e0 100644 (file)
@@ -13,7 +13,6 @@ lckpwdf, ulckpwdf \- get shadow password file entry
 .SH SYNOPSIS
 .nf
 /* General shadow password file API */
-.br
 .B #include <shadow.h>
 .PP
 .BI "struct spwd *getspnam(const char *" name );
@@ -33,25 +32,20 @@ lckpwdf, ulckpwdf \- get shadow password file entry
 .B int lckpwdf(void);
 .PP
 .B int ulckpwdf(void);
-.PP
+
 /* GNU extension */
-.br
 .B #include <shadow.h>
 .PP
 .BI "int getspent_r(struct spwd *" spbuf ,
-.br
 .BI "        char *" buf ", size_t " buflen ", struct spwd **" spbufp );
 .PP
 .BI "int getspnam_r(const char *" name ", struct spwd *" spbuf ,
-.br
 .BI "        char *" buf ", size_t " buflen ", struct spwd **" spbufp );
 .PP
 .BI "int fgetspent_r(FILE *" stream ", struct spwd *" spbuf ,
-.br
 .BI "        char *" buf ", size_t " buflen ", struct spwd **" spbufp );
 .PP
 .BI "int sgetspent_r(const char *" s ", struct spwd *" spbuf ,
-.br
 .BI "        char *" buf ", size_t " buflen ", struct spwd **" spbufp );
 .fi
 .PP
index 941da4cd0999369b092398c29d7ab34389e9ef89..1dfa81354133694ed41504050b8a1ec0842104e6 100644 (file)
@@ -30,7 +30,7 @@ inet_pton \- convert IPv4 and IPv6 addresses from text to binary form
 .SH SYNOPSIS
 .nf
 .B #include <arpa/inet.h>
-
+.PP
 .BI "int inet_pton(int " "af" ", const char *" "src" ", void *" "dst" );
 .fi
 .SH DESCRIPTION
index 754c61b8c4d596ad22d9bc12479f0204865ae850..a882102bd2f1d224b1b037fc3e0a2c3d771c3948 100644 (file)
@@ -41,7 +41,7 @@ insque, remque \- insert/remove an item from a queue
 .B #include <search.h>
 .PP
 .BI "void insque(void *" elem ", void *" prev );
-
+.PP
 .BI "void remque(void *" elem );
 .fi
 .PP
index 755630c21aa1432aefbd59dd0088e84144ba2cf1..746c9839f7cb7862fcadd9b60b54bb9f9f1b2b9a 100644 (file)
@@ -30,7 +30,7 @@ isfdtype \- test file type of a file descriptor
 .nf
 .B #include <sys/stat.h>
 .B #include <sys/socket.h>
-
+.PP
 .BI "int isfdtype(int " fd ", int " fdtype );
 .fi
 .PP
index dd23f3c974282f72fade88245de35f9d831295dd..8e5a909abeccb12971fc9e5d36a2f34bbdf16e85 100644 (file)
@@ -28,7 +28,7 @@
 mallinfo \- obtain memory allocation information
 .SH SYNOPSIS
 .B #include <malloc.h>
-
+.PP
 .B struct mallinfo mallinfo(void);
 .SH DESCRIPTION
 The
index c735ed103df79c7c10c6360ee2b8f6bbfef37a9e..db273ee054c077cb344f5423d0d023151ab3778d 100644 (file)
@@ -28,7 +28,7 @@
 mallopt \- set memory allocation parameters
 .SH SYNOPSIS
 .B #include <malloc.h>
-
+.PP
 .BI "int mallopt(int " param ", int " value );
 .SH DESCRIPTION
 The
index 19935f3d87eea25d9ddbf1a4facdc5925ace401e..006c7ef1c71bddb88b8baf542ca19d7b42b85ffa 100644 (file)
@@ -30,9 +30,9 @@ matherr \- SVID math library exception handling
 .SH SYNOPSIS
 .nf
 .B #include <math.h>
-
+.PP
 .BI "int matherr(struct exception *" exc );
-
+.PP
 .B extern _LIB_VERSION_TYPE _LIB_VERSION;
 .fi
 .PP
index 1de46bee987a0b32cfd5e5a9ef29a95b62f00de8..96cdba673ff96f5b86f8a7101d0428634da6205e 100644 (file)
@@ -30,11 +30,11 @@ mcheck, mcheck_check_all, mcheck_pedantic, mprobe \- heap consistency checking
 .B #include <mcheck.h>
 .PP
 .BI "int mcheck(void (*" abortfunc ")(enum mcheck_status " mstatus ));
-
+.PP
 .BI "int mcheck_pedantic(void (*" abortfunc ")(enum mcheck_status " mstatus ));
-
+.PP
 .B void mcheck_check_all(void);
-
+.PP
 .BI "enum mcheck_status mprobe(void *" ptr );
 .fi
 .SH DESCRIPTION
index ac5e341ac85cdc144a74c8793d33713c2b8e31cb..034dc6623e998589e5b72603c4c3aea562fa7c12 100644 (file)
@@ -13,13 +13,11 @@ mempcpy, wmempcpy  \- copy memory area
 .SH SYNOPSIS
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.br
 .B #include <string.h>
 .PP
 .BI "void *mempcpy(void *" dest ", const void *" src ", size_t " n );
-.PP
+
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.br
 .B #include <wchar.h>
 .PP
 .BI "wchar_t *wmempcpy(wchar_t *" dest ", const wchar_t *" src ", size_t " n );
index 1351d8ac586d2398040e2b7440771f398eb42c63..a5a7f927bc2d24a7ebfc1d64cd5022e07c770cb5 100644 (file)
@@ -34,7 +34,7 @@ mkfifo, mkfifoat \- make a FIFO special file (a named pipe)
 .B #include <sys/stat.h>
 .PP
 .BI "int mkfifo(const char *" pathname ", mode_t " mode );
-.PP
+
 .BR "#include <fcntl.h>           " "/* Definition of AT_* constants */"
 .B #include <sys/stat.h>
 .PP
index 7144611a82b050e293e4e20406c68d9d48a45597..f115df53c65401aa10c796b9e1588b8dbf6a50b0 100644 (file)
@@ -31,7 +31,7 @@ mq_getattr, mq_setattr \- get/set message queue attributes
 .B #include <mqueue.h>
 .PP
 .BI "int mq_getattr(mqd_t " mqdes ", struct mq_attr *" attr );
-
+.PP
 .BI "int mq_setattr(mqd_t " mqdes ", const struct mq_attr *" newattr ","
 .BI "                 struct mq_attr *" oldattr );
 .fi
index 578ef38a135ca0e6502e99a1a172a73b8f1c22c3..46e8d9dd82abbe299226402406ad7bd3f0914465 100644 (file)
@@ -29,10 +29,10 @@ newlocale, freelocale \- create, modify, and free a locale object
 .SH SYNOPSIS
 .nf
 .B #include <locale.h>
-
+.PP
 .BI "locale_t newlocale(int " category_mask ", const char *" locale ",
 .BI "                   locale_t " base );
-
+.PP
 .BI "void freelocale(locale_t " locobj );
 .fi
 .PP
index 9a10d733d14c39ad8450cf4606cecc9a189c96b8..27042ecf0b025a85021661497887dd552bb46f8d 100644 (file)
@@ -12,11 +12,11 @@ open_memstream, open_wmemstream \-  open a dynamic memory buffer stream
 .SH SYNOPSIS
 .nf
 .B #include <stdio.h>
-
+.PP
 .BI "FILE *open_memstream(char **" ptr ", size_t *" sizeloc );
 
 .B #include <wchar.h>
-
+.PP
 .BI "FILE *open_wmemstream(wchar_t **" ptr ", size_t *" sizeloc );
 .fi
 .PP
index 24660bdda4ccbee1b09fa641b5a5ff54b53716e6..db317aa3617f3f64c955391bcb779baed1e9b0b5 100644 (file)
@@ -45,7 +45,7 @@ openpty, login_tty, forkpty \- terminal utility functions
 .BI "pid_t forkpty(int *" amaster ", char *" name ,
 .BI "              const struct termios *" termp ,
 .BI "              const struct winsize *" winp );
-.PP
+
 .B #include <utmp.h>
 .PP
 .BI "int login_tty(int " fd );
index ef57ea6f96d0a488da410c0804c2b8ad55974236..ab383f444bbee9cf82847051e92fe213aa93927b 100644 (file)
@@ -35,7 +35,7 @@ perror \- print a system error message
 .B #include <stdio.h>
 .PP
 .BI "void perror(const char *" s );
-.PP
+
 .B #include <errno.h>
 .PP
 .BI "const char * const " sys_errlist [];
index ad411b7fed2209f070a8732b3318592d382a57d0..3a0950c69ab8dd688475702380c1683f03f5fcce 100644 (file)
@@ -36,7 +36,7 @@ posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned mem
 .BI "int posix_memalign(void **" memptr ", size_t " alignment ", size_t " size );
 .BI "void *aligned_alloc(size_t " alignment ", size_t " size );
 .BI "void *valloc(size_t " size );
-.PP
+
 .B #include <malloc.h>
 .PP
 .BI "void *memalign(size_t " alignment ", size_t " size );
index 3dd9a1fd8a90938acccb50e35cdfabdb5bd1e6ac..cc646b34aa6b6816ae604f48a771316e36765022 100644 (file)
@@ -34,12 +34,12 @@ posix_spawn, posix_spawnp \- spawn a process
 .SH SYNOPSIS
 .nf
 .B #include <spawn.h>
-
+.PP
 .BI "int posix_spawn(pid_t *" pid ", const char *" path ,
 .BI "                const posix_spawn_file_actions_t *" file_actions ,
 .BI "                const posix_spawnattr_t *" attrp ,
 .BI "                char *const " argv[] ", char *const " envp[] );
-
+.PP
 .BI "int posix_spawnp(pid_t *" pid ", const char *" file ,
 .BI "                const posix_spawn_file_actions_t *" file_actions ,
 .BI "                const posix_spawnattr_t *" attrp ,
index dae1ced1e332cf0ef44d0225eb2b76f8217a6810..ad80df5ad6ccc09f43f614ce664a5495573a1704 100644 (file)
@@ -47,7 +47,7 @@ vsprintf, vsnprintf \- formatted output conversion
 .BI "int sprintf(char *" str ", const char *" format ", ...);"
 .br
 .BI "int snprintf(char *" str ", size_t " size ", const char *" format ", ...);"
-.PP
+
 .B #include <stdarg.h>
 .PP
 .BI "int vprintf(const char *" format ", va_list " ap );
index 1433f98f847545393d81e4c3b167d71f7e1e43ea..293617edc716e86116d7f8298e80c6332aac4a99 100644 (file)
@@ -30,7 +30,7 @@ thread attributes object
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_attr_init(pthread_attr_t *" attr );
 .BI "int pthread_attr_destroy(pthread_attr_t *" attr );
 .PP
index 8450e72c001b0c37905f2ad5cc92edfd4b8eb0e0..8c9b206476e2f805943f6776cf7b2482fb49398e 100644 (file)
@@ -29,7 +29,7 @@ pthread_cancel \- send a cancellation request to a thread
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_cancel(pthread_t " thread );
 .PP
 Compile and link with \fI\-pthread\fP.
index 26c319f02dbaa1918df8e4cb84a86e488e8c9f23..928615dbc98df13a039c85b6ece38eba547b64f9 100644 (file)
@@ -30,7 +30,7 @@ thread cancellation clean-up handlers
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "void pthread_cleanup_push(void (*" routine ")(void *),"
 .BI "                          void *" arg );
 .BI "void pthread_cleanup_pop(int " execute );
index a433d44728acf0afecdd554ef911e5d757604a56..33099adb0c1d1505087897e0a03e32175a94e78d 100644 (file)
@@ -29,7 +29,7 @@ pthread_create \- create a new thread
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_create(pthread_t *" thread ", const pthread_attr_t *" attr ,
 .BI "                   void *(*" start_routine ") (void *), void *" arg );
 .fi
index 059611075c49fae71e6ccc9b3a16c69aa3e2b002..bfcd52d0dd207bd330fba004ef34488d74345eb4 100644 (file)
@@ -30,7 +30,7 @@ get or set default thread-creation attributes
 .nf
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_getattr_default_np(pthread_attr_t *" attr );
 .BI "int pthread_setattr_default_np(pthread_attr_t *" attr );
 .PP
index 679f1397388afc8168754cba162e989b384b5f0f..0b0224c8f4bd28f09716bddc3738147415b12905 100644 (file)
@@ -30,7 +30,7 @@ pthread_getattr_np \- get attributes of created thread
 .nf
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_getattr_np(pthread_t " thread ", pthread_attr_t *" attr );
 .PP
 Compile and link with \fI\-pthread\fP.
index 6efc6738c343c401b42ff5f0e9be03be29f1023d..73fbcea1fc993407810ee8c28e925719875a59ef 100644 (file)
@@ -30,7 +30,7 @@ pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock
 .nf
 .B #include <pthread.h>
 .B #include <time.h>
-
+.PP
 .BI "int pthread_getcpuclockid(pthread_t " thread ", clockid_t *" clock_id );
 .PP
 Compile and link with \fI\-pthread\fP.
index 96736f0f6539a2a311cda947878ff6d07edc065f..64487719de747377f41005715f1ea453e5e57dd9 100644 (file)
@@ -31,7 +31,7 @@ CPU affinity of a thread
 .nf
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_setaffinity_np(pthread_t " thread ", size_t " cpusetsize ,
 .BI "                           const cpu_set_t *" cpuset );
 .BI "int pthread_getaffinity_np(pthread_t " thread ", size_t " cpusetsize ,
index 01a92e8484c35121f116cad05d96cf9693a3df91..08cf3f790e5f162b5f0217936825330714834c03 100644 (file)
@@ -30,7 +30,7 @@ scheduling policy and parameters of a thread
 .SH SYNOPSIS
 .nf
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_setschedparam(pthread_t " thread ", int " policy ,
 .BI "                          const struct sched_param *" param );
 .BI "int pthread_getschedparam(pthread_t " thread ", int *" policy ,
index 400d81f81705515fdd362089589ed0f499aa2805..e528448e56931314c0de0ff6b426e5a7ac1462c8 100644 (file)
@@ -29,7 +29,7 @@ pthread_sigmask \- examine and change mask of blocked signals
 .SH SYNOPSIS
 .nf
 .B #include <signal.h>
-
+.PP
 .BI "int pthread_sigmask(int " how ", const sigset_t *" set \
 ", sigset_t *" oldset );
 .fi
index d09be064280f8c5bcbbb2113cb1777b92bdf802a..a123a23a095e54f5e8dd6475b19185059c6c4294 100644 (file)
@@ -29,7 +29,7 @@ pthread_sigqueue \- queue a signal and data to a thread
 .nf
 .B #include <signal.h>
 .B #include <pthread.h>
-
+.PP
 .BI "int pthread_sigqueue(pthread_t " thread ", int " sig ,
 .BI "                     const union sigval " value );
 .fi
index 90ffb8cdb54c34b937b8e9d0ed2d236c3d1fc865..68aab89a84e3668114e1281575daaa0d11427d71 100644 (file)
@@ -34,16 +34,16 @@ regcomp, regexec, regerror, regfree \- POSIX regex functions
 .nf
 .B #include <sys/types.h>
 .B #include <regex.h>
-
+.PP
 .BI "int regcomp(regex_t *" preg ", const char *" regex ", int " cflags );
-
+.PP
 .BI "int regexec(const regex_t *" preg ", const char *" string \
 ", size_t " nmatch ,
 .BI "            regmatch_t " pmatch[] ", int " eflags );
-
+.PP
 .BI "size_t regerror(int " errcode ", const regex_t *" preg ", char *" errbuf ,
 .BI "                size_t " errbuf_size );
-
+.PP
 .BI "void regfree(regex_t *" preg );
 .fi
 .SH DESCRIPTION
index a0bf15424d08538c1e6bf70d6741868226ade015..b23bf5b323151a0fea6b60031a9e82e23ee4c68f 100644 (file)
@@ -40,39 +40,39 @@ dn_comp, dn_expand \- resolver routines
 .B #include <netinet/in.h>
 .B #include <arpa/nameser.h>
 .B #include <resolv.h>
-
+.PP
 .B struct __res_state;
 .B typedef struct __res_state *res_state;
-
+.PP
 .BI "int res_ninit(res_state " statep );
-
+.PP
 .BI "int res_nquery(res_state " statep ,
 .BI "           const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char *" answer ", int " anslen );
-
+.PP
 .BI "int res_nsearch(res_state " statep ,
 .BI "           const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char *" answer ", int " anslen );
-
+.PP
 .BI "int res_nquerydomain(res_state " statep ,
 .BI "           const char *" name ", const char *" domain ,
 .BI "           int " class ", int " type ", unsigned char *" answer ,
 .BI "           int " anslen );
-
+.PP
 .BI "int res_nmkquery(res_state " statep ,
 .BI "           int " op ", const char *" dname ", int " class ,
 .BI "           int " type ", const unsigned char *" data ", int " datalen ,
 .BI "           const unsigned char *" newrr ,
 .BI "           unsigned char *" buf ", int " buflen );
-
+.PP
 .BI "int res_nsend(res_state " statep ,
 .BI "           const unsigned char *" msg ", int " msglen ,
 .BI "           unsigned char *" answer ", int " anslen );
-
+.PP
 .BI "int dn_comp(const char *" exp_dn ", unsigned char *" comp_dn ,
 .BI "           int " length ", unsigned char **" dnptrs ,
 .BI "           unsigned char **" lastdnptr );
-
+.PP
 .BI "int dn_expand(const unsigned char *" msg ,
 .BI "           const unsigned char *" eomorig ,
 .BI "           const unsigned char *" comp_dn ", char *" exp_dn ,
@@ -82,24 +82,24 @@ dn_comp, dn_expand \- resolver routines
 .SS Deprecated
 .nf
 .B extern struct __res_state _res;
-
+.PP
 .B int res_init(void);
-
+.PP
 .BI "int res_query(const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char *" answer ", int " anslen );
-
+.PP
 .BI "int res_search(const char *" dname ", int " class ", int " type ,
 .BI "           unsigned char *" answer ", int " anslen );
-
+.PP
 .BI "int res_querydomain(const char *" name ", const char *" domain ,
 .BI "           int " class ", int " type ", unsigned char *" answer ,
 .BI "           int " anslen );
-
+.PP
 .BI "int res_mkquery(int " op ", const char *" dname ", int " class ,
 .BI "           int " type ", const unsigned char *" data ", int " datalen ,
 .BI "           const unsigned char *" newrr ,
 .BI "           unsigned char *" buf ", int " buflen );
-
+.PP
 .BI "int res_send(const unsigned char *" msg ", int " msglen ,
 .BI "           unsigned char *" answer ", int " anslen );
 .fi
index 4255b15cc792a4d903f49d4f2b030404891aa761..2230344310aa54256c01d6f20314b17883f67ffa 100644 (file)
@@ -32,7 +32,7 @@ rpmatch \- determine if the answer to a question is affirmative or negative
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
-
+.PP
 .BI "int rpmatch(const char *" response );
 .fi
 .PP
index 994d9c7ba38683553d6c56ae4be783d26e1de042..bc3e979ea961eab82454640b5eb31962535fcd2b 100644 (file)
@@ -20,7 +20,7 @@ rtnetlink \- macros to manipulate rtnetlink messages
 .B #include <linux/rtnetlink.h>
 .br
 .B #include <sys/socket.h>
-
+.PP
 .BI "rtnetlink_socket = socket(AF_NETLINK, int " socket_type \
 ", NETLINK_ROUTE);"
 .PP
index 9339041dadf2f86dafdf1e16a3b1b42d975ee4f0..b86f639c6450f750ed688e90eb48a053e99071d3 100644 (file)
@@ -55,13 +55,13 @@ scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion
 .SH SYNOPSIS
 .nf
 .B #include <stdio.h>
-
+.PP
 .BI "int scanf(const char *" format ", ...);"
 .BI "int fscanf(FILE *" stream ", const char *" format ", ...);"
 .BI "int sscanf(const char *" str ", const char *" format ", ...);"
-.PP
-.B #include <stdarg.h>
 
+.B #include <stdarg.h>
+.PP
 .BI "int vscanf(const char *" format ", va_list " ap );
 .BI "int vsscanf(const char *" str ", const char *" format ", va_list " ap );
 .BI "int vfscanf(FILE *" stream ", const char *" format ", va_list " ap );
index 1003a1d54933e59a3e95c939a88191b05dafead0..61df9f256dc777ce8068bd089cf7fe075bd2ef56 100644 (file)
@@ -51,13 +51,13 @@ setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations
 .SH SYNOPSIS
 .nf
 .B #include <stdio.h>
-
+.PP
 .BI "void setbuf(FILE *" stream ", char *" buf );
-
+.PP
 .BI "void setbuffer(FILE *" stream ", char *" buf ", size_t "  size );
-
+.PP
 .BI "void setlinebuf(FILE *" stream );
-
+.PP
 .BI "int setvbuf(FILE *" stream ", char *" buf ", int " mode \
 ", size_t " size );
 .fi
index 07b55bebfe4e912518067532d9624bf1a7f81edc..606578ed79ab11e2dcf4a831137bcf9a8e68d84e 100644 (file)
@@ -40,7 +40,7 @@ strchr, strrchr, strchrnul \- locate character in string
 .BI "char *strchr(const char *" s ", int " c );
 .PP
 .BI "char *strrchr(const char *" s ", int " c );
-.PP
+
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
 .B #include <string.h>
 .PP
index 892bb3d445137d9c1fa73ebeee4360c1d2c13baf..1888a6510b956b640e73c0c51ed317118ce30c9d 100644 (file)
@@ -36,7 +36,7 @@ a string
 .SH SYNOPSIS
 .nf
 .B #include <stdlib.h>
-
+.PP
 .BI "int strfromd(char *restrict " str ", size_t " n ",
 .BI "             const char *restrict " format ", double " fp ");"
 .BI "int strfromf(char *restrict " str ", size_t " n ",
@@ -44,7 +44,7 @@ a string
 .BI "int strfroml(char *restrict " str ", size_t " n ",
 .BI "             const char *restrict " format ", long double " fp ");"
 .fi
-
+.PP
 .in -4
 Feature Test Macro Requirements for glibc (see
 .BR feature_test_macros (7)):
index 75f5dcf2603699fd49aa3ee1426d8aea35bc5042..e71e1b6d58219e0a4933fa5d4e6354b9f899a51c 100644 (file)
@@ -29,7 +29,6 @@ strverscmp \- compare two version strings
 .SH SYNOPSIS
 .nf
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.br
 .B #include <string.h>
 .PP
 .BI "int strverscmp(const char *" s1 ", const char *" s2 );
index add5ef9a2ffff59a7337b507acdb94460c556c83..45205721932d145ddeff760c59a69bdbd6463341 100644 (file)
@@ -45,7 +45,6 @@ get and set terminal attributes, line control, get and set baud rate
 .SH SYNOPSIS
 .nf
 .B #include <termios.h>
-.br
 .B #include <unistd.h>
 .PP
 .BI "int tcgetattr(int " fd ", struct termios *" termios_p );
index 944dee91470de9e86a294d1fc733d4e07c7a155c..4d277867a0120b7ec4ed253ed18da15542812f7c 100644 (file)
@@ -41,9 +41,8 @@ tsearch, tfind, tdelete, twalk, tdestroy \- manage a binary tree
 .BI "void twalk(const void *" root ", void (*" action ")(const void *" nodep ,
 .BI "                                   const VISIT " which ,
 .BI "                                   const int " depth "));"
-.PP
+
 .BR "#define _GNU_SOURCE" "         /* See feature_test_macros(7) */"
-.br
 .B #include <search.h>
 .PP
 .BI "void tdestroy(void *" root ", void (*" free_node ")(void *" nodep ));
index 49e294aa113b23a85c036362ed75dda30112e391..ec5fc9a3dc639fab892a5cd900322437d225f6c0 100644 (file)
@@ -49,7 +49,7 @@ putchar_unlocked \- nonlocking stdio functions
 .PP
 .BI "char *fgets_unlocked(char *" s ", int " n ", FILE *" stream );
 .BI "int fputs_unlocked(const char *" s ", FILE *" stream );
-.PP
+
 .B #include <wchar.h>
 .PP
 .BI "wint_t getwc_unlocked(FILE *" stream );
index 67ff9d18c7fe24c63f5b336722feafbfb47f1fae..aa06ab4ad3cb6476ac907f585ee91b903c57e95c 100644 (file)
@@ -38,7 +38,7 @@ updwtmp, logwtmp \- append an entry to the wtmp file
 .BI "void logwtmp(const char *" line ", const char *" name \
 ", const char *" host );
 .fi
-
+.PP
 For
 .BR logwtmp (),
 link with \fI\-lutil\fP.
index 3dab0b992441c0603f31ca3961a90eca3a55b269..b4cc0f93a7bc9949ea57f2a04096437d161fe17c 100644 (file)
@@ -16,7 +16,7 @@ netlink \- communication between kernel and user space (AF_NETLINK)
 .B #include <asm/types.h>
 .B #include <sys/socket.h>
 .B #include <linux/netlink.h>
-
+.PP
 .BI "netlink_socket = socket(AF_NETLINK, " socket_type ", " netlink_family );
 .fi
 .SH DESCRIPTION
index 52fbdcdc5b2411bcd0c79a8f61086812fb37b0b7..1853d323930b88303d37cb64466ebc889bb76239 100644 (file)
 .SH NAME
 rtld-audit \- auditing API for the dynamic linker
 .SH SYNOPSIS
+.nf
 .BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
-
 .B #include <link.h>
+.fi
 .SH DESCRIPTION
 The GNU dynamic linker (run-time linker)
 provides an auditing API that allows an application
index f29ae07620974ac1265c23f4d8cea3156565a5e7..f8eab86418ae197cedbf62ae30fa83ceb16e34e4 100644 (file)
@@ -30,7 +30,7 @@ sock_diag \- obtaining information about sockets
 .B #include <linux/sock_diag.h>
 .BR "#include <linux/unix_diag.h>" " /* for UNIX domain sockets */"
 .BR "#include <linux/inet_diag.h>" " /* for IPv4 and IPv6 sockets */"
-
+.PP
 .BI "diag_socket = socket(AF_NETLINK, " socket_type ", NETLINK_SOCK_DIAG);"
 .fi
 .SH DESCRIPTION
index feda14ed3f7d3d68c5c6315bd8e71418616ef229..0204a33de299b9c8f1a2d11ff9f022ceb8ebff3e 100644 (file)
@@ -24,7 +24,7 @@ unix \- sockets for local interprocess communication
 .B #include <sys/socket.h>
 .br
 .B #include <sys/un.h>
-
+.PP
 .IB unix_socket " = socket(AF_UNIX, type, 0);"
 .br
 .IB error " = socketpair(AF_UNIX, type, 0, int *" sv ");"