Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-11-19 08:16:37 +00:00
parent 0d8e30cf39
commit 5ce7e85eb8
2 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ err.3
fopen.3
Mike Frysinger
Document 'e' (close-on-exec) option, new in glibc 2.7.
getloadavg.3
Alain Portal / mtk
Remove HISTORY section.
@ -95,10 +95,10 @@ sem_wait.3
sigsetops.3
Mats Wichmann
Note that sigset_t objects must be initialized
Note that sigset_t objects must be initialized
with sigemptyset() or sigfillset() before the other
macros are employed.
ttyslot.3
Alain Portal
Various references to "getty" were changed to "mingetty", since

View File

@ -225,7 +225,7 @@ main(int argc, char *argv[])
sa.sa_handler = handler;
sigemptyset(&sa.sa_mask);
sa.sa_flags = 0;
if (sigaction(SIGALRM, &sa, NULL) == \-1)
if (sigaction(SIGALRM, &sa, NULL) == \-1)
handle_error("sigaction");
alarm(atoi(argv[1]));