Skip to content

Commit

Permalink
Removed trailing white space at end of lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mkerrisk committed Apr 20, 2014
1 parent 84b3499 commit fe8b135
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion man2/msync.2
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ According to POSIX, either
.BR MS_SYNC
or
.BR MS_ASYNC
must be specified in
must be specified in
.IR flags ,
and indeed failure to include one of these flags will cause
.BR msync ()
Expand Down
6 changes: 3 additions & 3 deletions man3/inet_net_pton.3
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ It uses
to convert the presentation format network address provided in
its first command-line to binary form, displays the return value from
.BR inet_net_pton ().
It then uses
It then uses
.BR inet_net_ntop ()
to convert the binary form back to presentation format,
and displays the resulting string.
Expand All @@ -272,7 +272,7 @@ As its final line of output,
the program displays all of the bytes of the buffer returned by
.BR inet_net_pton ()
allowing the user to see which bytes have not been touched by
.BR inet_net_pton ().
.BR inet_net_pton ().

An example run, showing that
.BR inet_net_pton ()
Expand Down Expand Up @@ -348,7 +348,7 @@ main(int argc, char *argv[])
int bits;

if (argc < 2) {
fprintf(stderr,
fprintf(stderr,
"Usage: %s presentation\-form [addr\-init\-value]\\n",
argv[0]);
exit(EXIT_FAILURE);
Expand Down
4 changes: 2 additions & 2 deletions man7/libc.7
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ both in terms of features and memory footprint,
and often intended for building small binaries,
perhaps targeted at development for embedded Linux systems.
Among such libraries are
.UR http://www.uclibc.org/
.UR http://www.uclibc.org/
.I uClibc
.UE
.UR http://www.fefe.de/dietlibc/
.UR http://www.fefe.de/dietlibc/
.I dietlibc
.UE ,
and
Expand Down

0 comments on commit fe8b135

Please sign in to comment.