From a3847715fe5de7007ee45ec6b4d4737caa556a8b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 6 Sep 2017 20:38:25 +0200 Subject: [PATCH] clock_getres.2, ctime.3, tgamma.3: srcfix: fix unbalanced .RS/.RE Signed-off-by: Michael Kerrisk --- man2/clock_getres.2 | 1 + man3/ctime.3 | 1 - man3/tgamma.3 | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 5078be1c4..68090aa4c 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -256,6 +256,7 @@ service based upon this clock, including the function; nor on the expiration of relative timers based upon this clock. Consequently, these time services shall expire when the requested relative interval elapses, independently of the new or old value of the clock. +.RE .\" .SS Historical note for SMP systems Before Linux added kernel support for diff --git a/man3/ctime.3 b/man3/ctime.3 index c8ec23f63..88293b02b 100644 --- a/man3/ctime.3 +++ b/man3/ctime.3 @@ -151,7 +151,6 @@ null-terminated string of the form .PP .in +4n .EX -.RS "Wed Jun 30 21:49:08 1993\\n" .EE ,in diff --git a/man3/tgamma.3 b/man3/tgamma.3 index 568087bd4..531955502 100644 --- a/man3/tgamma.3 +++ b/man3/tgamma.3 @@ -70,7 +70,7 @@ outside the poles: .PP .RS Gamma(x) * Gamma(1 \- x) = PI / sin(PI * x) -.PP +.RE .SH RETURN VALUE On success, these functions return Gamma(x). .PP