* [PATCH] fix trailing , with SEE ALSO
@ 2021-10-22 17:46 Mike Frysinger
2022-03-05 18:08 ` Mike Frysinger
2022-03-06 17:09 ` Alejandro Colomar (man-pages)
0 siblings, 2 replies; 3+ messages in thread
From: Mike Frysinger @ 2021-10-22 17:46 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
man2/syscalls.2 | 2 +-
man3/encrypt.3 | 2 +-
man3/strtol.3 | 2 +-
man4/hpsa.4 | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/man2/syscalls.2 b/man2/syscalls.2
index 800873b559bb..e80e20f524f7 100644
--- a/man2/syscalls.2
+++ b/man2/syscalls.2
@@ -1181,7 +1181,7 @@ returns a pair of GID and effective GID via registers
is used for configuring the Host Address Extension register on
low-cost Alphas in order to access address space beyond first 27 bits.
.SH SEE ALSO
-.BR ausyscall (1)
+.BR ausyscall (1),
.BR intro (2),
.BR syscall (2),
.BR unimplemented (2),
diff --git a/man3/encrypt.3 b/man3/encrypt.3
index b4be7f3e0a56..e4e22f286718 100644
--- a/man3/encrypt.3
+++ b/man3/encrypt.3
@@ -221,5 +221,5 @@ main(void)
.SH SEE ALSO
.BR cbc_crypt (3),
.BR crypt (3),
-.BR ecb_crypt (3),
+.BR ecb_crypt (3)
.\" .BR fcrypt (3)
diff --git a/man3/strtol.3 b/man3/strtol.3
index f1470c68131d..eca92dbbefec 100644
--- a/man3/strtol.3
+++ b/man3/strtol.3
@@ -305,4 +305,4 @@ main(int argc, char *argv[])
.BR atol (3),
.BR strtod (3),
.BR strtoimax (3),
-.BR strtoul (3),
+.BR strtoul (3)
diff --git a/man4/hpsa.4 b/man4/hpsa.4
index 286f078a70a8..ab8ba1c6f0a7 100644
--- a/man4/hpsa.4
+++ b/man4/hpsa.4
@@ -222,7 +222,7 @@ for some examples.
.BR st (4),
.BR cciss_vol_status (8),
.BR hpacucli (8),
-.BR hpacuxe (8),
+.BR hpacuxe (8)
.PP
.UR http://cciss.sf.net
.UE ,
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] fix trailing , with SEE ALSO
2021-10-22 17:46 [PATCH] fix trailing , with SEE ALSO Mike Frysinger
@ 2022-03-05 18:08 ` Mike Frysinger
2022-03-06 17:09 ` Alejandro Colomar (man-pages)
1 sibling, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2022-03-05 18:08 UTC (permalink / raw)
To: Michael Kerrisk; +Cc: linux-man
[-- Attachment #1: Type: text/plain, Size: 15 bytes --]
ping ...
-mike
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix trailing , with SEE ALSO
2021-10-22 17:46 [PATCH] fix trailing , with SEE ALSO Mike Frysinger
2022-03-05 18:08 ` Mike Frysinger
@ 2022-03-06 17:09 ` Alejandro Colomar (man-pages)
1 sibling, 0 replies; 3+ messages in thread
From: Alejandro Colomar (man-pages) @ 2022-03-06 17:09 UTC (permalink / raw)
To: Mike Frysinger; +Cc: linux-man, Michael Kerrisk
Hi Mike,
On 10/22/21 19:46, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Patch applied. Thanks for the ping.
May I ask you to please CC me in future patches?
Cheers,
Alex
> ---
> man2/syscalls.2 | 2 +-
> man3/encrypt.3 | 2 +-
> man3/strtol.3 | 2 +-
> man4/hpsa.4 | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/man2/syscalls.2 b/man2/syscalls.2
> index 800873b559bb..e80e20f524f7 100644
> --- a/man2/syscalls.2
> +++ b/man2/syscalls.2
> @@ -1181,7 +1181,7 @@ returns a pair of GID and effective GID via registers
> is used for configuring the Host Address Extension register on
> low-cost Alphas in order to access address space beyond first 27 bits.
> .SH SEE ALSO
> -.BR ausyscall (1)
> +.BR ausyscall (1),
> .BR intro (2),
> .BR syscall (2),
> .BR unimplemented (2),
> diff --git a/man3/encrypt.3 b/man3/encrypt.3
> index b4be7f3e0a56..e4e22f286718 100644
> --- a/man3/encrypt.3
> +++ b/man3/encrypt.3
> @@ -221,5 +221,5 @@ main(void)
> .SH SEE ALSO
> .BR cbc_crypt (3),
> .BR crypt (3),
> -.BR ecb_crypt (3),
> +.BR ecb_crypt (3)
> .\" .BR fcrypt (3)
> diff --git a/man3/strtol.3 b/man3/strtol.3
> index f1470c68131d..eca92dbbefec 100644
> --- a/man3/strtol.3
> +++ b/man3/strtol.3
> @@ -305,4 +305,4 @@ main(int argc, char *argv[])
> .BR atol (3),
> .BR strtod (3),
> .BR strtoimax (3),
> -.BR strtoul (3),
> +.BR strtoul (3)
> diff --git a/man4/hpsa.4 b/man4/hpsa.4
> index 286f078a70a8..ab8ba1c6f0a7 100644
> --- a/man4/hpsa.4
> +++ b/man4/hpsa.4
> @@ -222,7 +222,7 @@ for some examples.
> .BR st (4),
> .BR cciss_vol_status (8),
> .BR hpacucli (8),
> -.BR hpacuxe (8),
> +.BR hpacuxe (8)
> .PP
> .UR http://cciss.sf.net
> .UE ,
--
Alejandro Colomar
Linux man-pages comaintainer; https://www.kernel.org/doc/man-pages/
http://www.alejandro-colomar.es/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-06 17:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-22 17:46 [PATCH] fix trailing , with SEE ALSO Mike Frysinger
2022-03-05 18:08 ` Mike Frysinger
2022-03-06 17:09 ` Alejandro Colomar (man-pages)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox