white space clean-ups.

This commit is contained in:
Michael Kerrisk 2007-12-23 17:46:23 +00:00
parent 2b528e4d79
commit 8568021d3b
2 changed files with 3 additions and 3 deletions

View File

@ -536,7 +536,7 @@ main(int argc, char *argv[])
fd = open(argv[1], O_RDONLY);
if (fd == \-1)
handle_error("open");
handle_error("open");
if (fstat(fd, &sb) == \-1) /* To obtain file size */
handle_error("fstat");

View File

@ -77,7 +77,7 @@ from
\fIeither\fP of the following macro
definitions must be made before including any header files:
.RS
.nf
.nf
#define _BSD_SOURCE
#define _XOPEN_SOURCE 500 /* or any value > 500 */
@ -87,7 +87,7 @@ definitions must be made before including any header files:
Alternatively, equivalent definitions can be included in the
compilation command:
.RS
.nf
.nf
cc -D_BSD_SOURCE
cc -D_XOPEN_SOURCE=500 # Or any value > 500