]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Various pages: srcfix: trim a trailing space
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>
Fri, 12 Jun 2020 19:57:42 +0000 (19:57 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 15 Jun 2020 13:57:30 +0000 (15:57 +0200)
Output is from: test-groff -b -e -mandoc -T utf8 -rF0 -t -w w -z

  [ "test-groff" is a developmental version of "groff" ]

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

####

troff: <fts.3>:50: warning: trailing space
####

troff: <getgrnam.3>:175: warning: trailing space
####

troff: <getpwnam.3>:181: warning: trailing space
####

troff: <rcmd.3>:52: warning: trailing space
troff: <rcmd.3>:57: warning: trailing space
troff: <rcmd.3>:60: warning: trailing space
troff: <rcmd.3>:63: warning: trailing space
troff: <rcmd.3>:69: warning: trailing space
troff: <rcmd.3>:73: warning: trailing space
####

troff: <rexec.3>:48: warning: trailing space
troff: <rexec.3>:51: warning: trailing space
####

troff: <sem_open.3>:36: warning: trailing space

Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/fts.3
man3/getgrnam.3
man3/getpwnam.3
man3/rcmd.3
man3/rexec.3
man3/sem_open.3

index 959a29c82bc17e1a826361765a63a5ccd78b8d60..374f87158c06ca0ad3dbb87fd7b4107912dc6e8c 100644 (file)
@@ -47,7 +47,7 @@ traverse a file hierarchy
 .B #include <sys/stat.h>
 .B #include <fts.h>
 .PP
-.BI "FTS *fts_open(char * const *" path_argv ", int " options ", "
+.BI "FTS *fts_open(char * const *" path_argv ", int " options ,
 .BI "              int (*" compar ")(const FTSENT **, const FTSENT **));"
 .PP
 .BI "FTSENT *fts_read(FTS *" ftsp );
index aa25864d02a0f28ad78e81340dfd63b10101aaef..970b806934b496a3c3a3e091656549fd228a17c0 100644 (file)
@@ -172,7 +172,7 @@ In case of error, an error number is returned, and NULL is stored in
 .IR *result .
 .SH ERRORS
 .TP
-.BR 0 " or " ENOENT " or " ESRCH " or " EBADF " or " EPERM " or ... "
+.BR 0 " or " ENOENT " or " ESRCH " or " EBADF " or " EPERM " or ..."
 The given
 .I name
 or
index adaf1abf24adf89ab8203284b6c2a4049497ae3c..b383c0c18ad0b2f2f25fed594b44eb2ae9dcfd34 100644 (file)
@@ -178,7 +178,7 @@ In case of error, an error number is returned, and NULL is stored in
 .IR *result .
 .SH ERRORS
 .TP
-.BR 0 " or " ENOENT " or " ESRCH " or " EBADF " or " EPERM " or ... "
+.BR 0 " or " ENOENT " or " ESRCH " or " EBADF " or " EPERM " or ..."
 The given
 .I name
 or
index eed86c853a093ff53d31853a9d2e5ce92d46b109..6a22102f463fc3d364dee1be4c2df654dc9ec22e 100644 (file)
@@ -49,28 +49,28 @@ stream to a remote command
 .nf
 .B #include <netdb.h> \ \ \fP/* Or <unistd.h> on some systems */
 .PP
-.BI "int rcmd(char **" ahost ", unsigned short " inport ", const char *" locuser ", "
+.BI "int rcmd(char **" ahost ", unsigned short " inport ", const char *" locuser ,
 .BI "         const char *" remuser ", const char *" cmd ", int *" fd2p );
 .PP
 .BI "int rresvport(int *" port );
 .PP
-.BI "int iruserok(uint32_t " raddr ", int " superuser ", "
+.BI "int iruserok(uint32_t " raddr ", int " superuser ,
 .BI "             const char *" ruser ", const char *" luser );
 .PP
-.BI "int ruserok(const char *" rhost ", int " superuser ", "
+.BI "int ruserok(const char *" rhost ", int " superuser ,
 .BI "            const char *" ruser ", const char *" luser );
 .PP
-.BI "int rcmd_af(char **" ahost ", unsigned short " inport ", const char *" locuser ", "
+.BI "int rcmd_af(char **" ahost ", unsigned short " inport ", const char *" locuser ,
 .BI "            const char *" remuser ", const char *" cmd ", int *" fd2p ,
 .BI "            sa_family_t " af );
 .PP
 .BI "int rresvport_af(int *" port ", sa_family_t " af );
 .PP
-.BI "int iruserok_af(const void *" raddr ", int " superuser ", "
+.BI "int iruserok_af(const void *" raddr ", int " superuser ,
 .BI "                const char *" ruser ", const char *" luser \
 ", sa_family_t " af );
 .PP
-.BI "int ruserok_af(const char *" rhost ", int " superuser ", "
+.BI "int ruserok_af(const char *" rhost ", int " superuser ,
 .BI "               const char *" ruser ", const char *" luser \
 ", sa_family_t " af );
 .fi
index 2b8e5c57ad3c323aefc389c769151e777c273770..4a3d3968c436b313c9a90a1eb676df1f80ecfbe6 100644 (file)
@@ -45,10 +45,10 @@ rexec, rexec_af \- return stream to a remote command
 .nf
 .B #include <netdb.h>
 .PP
-.BI "int rexec(char **" ahost ", int " inport ", const char *" user ", "
+.BI "int rexec(char **" ahost ", int " inport ", const char *" user ,
 .BI "          const char *" passwd ", const char *" cmd ", int *" fd2p );
 .PP
-.BI "int rexec_af(char **" ahost ", int " inport ", const char *" user ", "
+.BI "int rexec_af(char **" ahost ", int " inport ", const char *" user ,
 .BI "             const char *" passwd ", const char *" cmd ", int *" fd2p ,
 .BI "             sa_family_t " af  );
 .fi
index a5c716591fdbb9a1ce81b061c29f1617d68b89e5..62e004919e2c93446c4ae6ea11e387eace2d225d 100644 (file)
@@ -33,7 +33,7 @@ sem_open \- initialize and open a named semaphore
 .B #include <semaphore.h>
 .PP
 .BI "sem_t *sem_open(const char *" name ", int " oflag );
-.BI "sem_t *sem_open(const char *" name ", int " oflag ", "
+.BI "sem_t *sem_open(const char *" name ", int " oflag ,
 .BI "                mode_t " mode ", unsigned int " value );
 .fi
 .PP