summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-03-25 07:47:12 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-03-25 07:47:12 +1300
commit2e0023cb0d406395864bd267f8334257e8a231e1 (patch)
treeacc644fb3e1efef6b89d9a5134671b42d98efaf5
parent05826f4c23ab2da11a3588519576e6a8d6d7e129 (diff)
Removed trailing white space at end of lines
-rw-r--r--man1/getent.12
-rw-r--r--man3/malloc.38
2 files changed, 5 insertions, 5 deletions
diff --git a/man1/getent.1 b/man1/getent.1
index a421d7366..97ddf2d96 100644
--- a/man1/getent.1
+++ b/man1/getent.1
@@ -24,7 +24,7 @@
.SH NAME
getent \- get entries from Name Service Switch libraries
.SH SYNOPSIS
-.B "getent
+.B "getent
.IR database " [" key " ...]"
.SH DESCRIPTION
The
diff --git a/man3/malloc.3 b/man3/malloc.3
index 793fe901e..fc877ab1f 100644
--- a/man3/malloc.3
+++ b/man3/malloc.3
@@ -257,15 +257,15 @@ For details, see
.BR mallopt (3).
.SH "SEE ALSO"
.\" http://g.oswego.edu/dl/html/malloc.html
-.\" A Memory Allocator - by Doug Lea
-.\"
+.\" A Memory Allocator - by Doug Lea
+.\"
.\" http://www.bozemanpass.com/info/linux/malloc/Linux_Heap_Contention.html
.\" Linux Heap, Contention in free() - David Boreham
-.\"
+.\"
.\" http://www.citi.umich.edu/projects/linux-scalability/reports/malloc.html
.\" malloc() Performance in a Multithreaded Linux Environment -
.\" Check Lever, David Boreham
-.\"
+.\"
.BR brk (2),
.BR mmap (2),
.BR alloca (3),