From be1db87e414e3546ee1cd7bb442e4bb24fb82e39 Mon Sep 17 00:00:00 2001 From: Bjarni Ingi Gislason Date: Fri, 12 Jun 2020 19:57:42 +0000 Subject: [PATCH] Various pages: srcfix: trim a trailing space 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: :50: warning: trailing space #### troff: :175: warning: trailing space #### troff: :181: warning: trailing space #### troff: :52: warning: trailing space troff: :57: warning: trailing space troff: :60: warning: trailing space troff: :63: warning: trailing space troff: :69: warning: trailing space troff: :73: warning: trailing space #### troff: :48: warning: trailing space troff: :51: warning: trailing space #### troff: :36: warning: trailing space Signed-off-by: Bjarni Ingi Gislason Signed-off-by: Michael Kerrisk --- man3/fts.3 | 2 +- man3/getgrnam.3 | 2 +- man3/getpwnam.3 | 2 +- man3/rcmd.3 | 12 ++++++------ man3/rexec.3 | 4 ++-- man3/sem_open.3 | 2 +- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/man3/fts.3 b/man3/fts.3 index 959a29c82b..374f87158c 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -47,7 +47,7 @@ traverse a file hierarchy .B #include .B #include .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 ); diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index aa25864d02..970b806934 100644 --- a/man3/getgrnam.3 +++ b/man3/getgrnam.3 @@ -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 diff --git a/man3/getpwnam.3 b/man3/getpwnam.3 index adaf1abf24..b383c0c18a 100644 --- a/man3/getpwnam.3 +++ b/man3/getpwnam.3 @@ -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 diff --git a/man3/rcmd.3 b/man3/rcmd.3 index eed86c853a..6a22102f46 100644 --- a/man3/rcmd.3 +++ b/man3/rcmd.3 @@ -49,28 +49,28 @@ stream to a remote command .nf .B #include \ \ \fP/* Or 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 diff --git a/man3/rexec.3 b/man3/rexec.3 index 2b8e5c57ad..4a3d3968c4 100644 --- a/man3/rexec.3 +++ b/man3/rexec.3 @@ -45,10 +45,10 @@ rexec, rexec_af \- return stream to a remote command .nf .B #include .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 diff --git a/man3/sem_open.3 b/man3/sem_open.3 index a5c716591f..62e004919e 100644 --- a/man3/sem_open.3 +++ b/man3/sem_open.3 @@ -33,7 +33,7 @@ sem_open \- initialize and open a named semaphore .B #include .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 -- 2.47.2