]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed trailing white space at end of lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 7 Oct 2008 08:58:44 +0000 (10:58 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 7 Oct 2008 08:58:44 +0000 (10:58 +0200)
man2/execve.2
man2/mount.2
man3/ctime.3
man5/proc.5

index bf8899044bb3acd5083bc9660d8ecf3c53801698..13dac9e87523ab0f6f365ed11ea09c1e00fb4648 100644 (file)
@@ -504,7 +504,7 @@ resource limit changes, then the value reported by
 will also change,
 to reflect the fact that the limit on space for holding
 command-line arguments and environment variables has changed.
-.\" 
+.\"
 .\" .SH BUGS
 .\" Some Linux versions have failed to check permissions on ELF
 .\" interpreters.  This is a security hole, because it allows users to
index 1a8970d2cbd3c80ac333e7958e875f7e9c122471..6915c3ac5ce29cd36f70b4abd56b939da7194ee1 100644 (file)
@@ -401,7 +401,7 @@ of the namespace of the process that called
 .BR clone ();
 or it calls
 .BR unshare (2)
-with the 
+with the
 .BR CLONE_NEWNS
 flag,
 which causes the caller's namespace to obtain a private copy
index 3724996f18a2cd71440a0e2fe0549d387033439a..ddcc656f21f3291a7961502be90e9e6e147bb0da 100644 (file)
@@ -256,7 +256,7 @@ normalized (so that, for example, 40 October is changed into 9 November);
 .I tm_isdst
 is set (regardless of its initial value)
 to a positive value or to 0, respectively,
-to indicate whether DST is or is not in effect at the specified time. 
+to indicate whether DST is or is not in effect at the specified time.
 Calling
 .BR mktime ()
 also sets the external variable \fItzname\fP with
index 788dc3d6b2703a029f47fdda579536f26eb8ef41..d3032965c248053e467542af91718e2d5dd47938 100644 (file)
@@ -1308,7 +1308,7 @@ kernel.
 .I /proc/mounts
 Before kernel 2.4.19, this file was a list
 of all the file systems currently mounted on the system.
-With the introduction of per-process namespaces in 
+With the introduction of per-process namespaces in
 Linux 2.4.19, this file became a link to
 .IR /proc/self/mounts ,
 which lists the mount points of the process's own namespace.