diff options
author | Ian Lepore <ian@FreeBSD.org> | 2014-02-15 02:30:34 +0000 |
---|---|---|
committer | Ian Lepore <ian@FreeBSD.org> | 2014-02-15 02:30:34 +0000 |
commit | 53bf5ef829d5fd312db3851ce6cb589173b744e1 (patch) | |
tree | a51a4122b776614ca782a5775b8c7f937d552128 | |
parent | e9e21b6e41292d3660e923d62546e5896bebdcce (diff) | |
download | src-53bf5ef829d5fd312db3851ce6cb589173b744e1.tar.gz src-53bf5ef829d5fd312db3851ce6cb589173b744e1.zip |
Fix a typo, C_ALSOLUTE -> C_ABSOLUTE.
Notes
Notes:
svn path=/head/; revision=261908
-rw-r--r-- | share/man/man9/timeout.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 344ac81ce504..178250caefcf 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -357,7 +357,7 @@ The following .Fa flags may be specified: .Bl -tag -width ".Dv C_DIRECT_EXEC" -.It Dv C_ALSOLUTE +.It Dv C_ABSOLUTE Handle the .Fa sbt argument as absolute time of the event since boot, or relative time otherwise. |