From e80aa4d865cc7efd10b83380087b1e837e976bae Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 25 Jul 2009 08:51:28 +0200 Subject: [PATCH] Removed trailing white space at end of lines --- Changes | 4 ++-- man3/daemon.3 | 2 +- man3/fmemopen.3 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 71a64e75f..681ac27bc 100644 --- a/Changes +++ b/Changes @@ -197,8 +197,8 @@ complex.7 Reimar Döffinger Fix type used in example code man complex (from release 3.18) contains the following code: - complex z = cexp(I * pi); - Reading the C99 standard, "complex" is not a valid type, + complex z = cexp(I * pi); + Reading the C99 standard, "complex" is not a valid type, and several compilers (Intel ICC, ARM RVCT) will refuse to compile. It should be double complex z = cexp(I * pi); instead. diff --git a/man3/daemon.3 b/man3/daemon.3 index a03c1ab85..d75b269dd 100644 --- a/man3/daemon.3 +++ b/man3/daemon.3 @@ -58,7 +58,7 @@ is zero, .BR daemon () changes the process's current working directory to the root directory ("/"); -otherwise, +otherwise, .PP If .I noclose diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index f1688d57b..0eb263ef2 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -175,7 +175,7 @@ and are not widely available on other systems. .SH NOTES There is no file descriptor associated with the file stream returned by these functions -(i.e., +(i.e., .BR fileno (3) will return an error if called on the returned stream). .SH BUGS