Module Name:src
Committed By: dholland
Date: Thu Oct 13 06:22:26 UTC 2016
Modified Files:
src/usr.bin/timeout: timeout.1
Log Message:
typo
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/timeout/timeout.1
Please note that diffs are not public dom
Module Name:src
Committed By: christos
Date: Tue Aug 5 08:20:02 UTC 2014
Modified Files:
src/usr.bin/timeout: timeout.c
Log Message:
Fix overflow check. From Kamil Rytarowski.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/usr.bin/timeout/timeout.c
Ple
Module Name:src
Committed By: martin
Date: Sat Aug 2 09:16:22 UTC 2014
Modified Files:
src/usr.bin/timeout: timeout.c
Log Message:
Cast signal argument of kill(2) to int, as sig_atomic_t may be larger.
Avoids:
src/usr.bin/timeout/timeout.c:331:5: error: conversion to 'int
Module Name:src
Committed By: wiz
Date: Sat Aug 2 06:20:56 UTC 2014
Modified Files:
src/usr.bin/timeout: timeout.1
Log Message:
Punctuation, markup, whitespace improvements.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/timeout/timeout.1
Pleas