From 10ebc7c038c47bf660d9c4c17d43ad56e45fe6c9 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 13 Oct 2005 16:01:28 +0000 Subject: [PATCH] - When bintime was added to this manpage, standalone .Nm changed from microtime to bintime. However, one standaline .Nm wasn't changed, and as a result, the manpage claimed that bintime was added in both 5.0 and 3.0. Fix by listing microtime explicitly. - Fix a grammar bogon. PR: docs/87147 (1) Submitted by: Matthew Luckie (1) MFC after: 3 days --- share/man/man9/microtime.9 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man9/microtime.9 b/share/man/man9/microtime.9 index 65d627c48a1e..3288578e1736 100644 --- a/share/man/man9/microtime.9 +++ b/share/man/man9/microtime.9 @@ -109,12 +109,12 @@ The functions first appeared in .Fx 5.0 . The -.Nm +.Nm microtime and .Nm nanotime functions first appeared in .Fx 3.0 -but existed in other incarnations since +but have existed in other incarnations since .Bx 4.4 . .Sh AUTHORS This manual page was written by