The branch main has been updated by bdrewery: URL: https://cgit.FreeBSD.org/src/commit/?id=30394f3c87cdbeb27aa387dddd3d24020509834f
commit 30394f3c87cdbeb27aa387dddd3d24020509834f Author: Bryan Drewery <[email protected]> AuthorDate: 2025-10-15 23:39:57 +0000 Commit: Bryan Drewery <[email protected]> CommitDate: 2025-10-24 00:01:58 +0000 clock_gettime(2): Remove unneeded trailing wording. --- lib/libsys/clock_gettime.2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/libsys/clock_gettime.2 b/lib/libsys/clock_gettime.2 index 89551d0f720b..841673648dfc 100644 --- a/lib/libsys/clock_gettime.2 +++ b/lib/libsys/clock_gettime.2 @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd August 10, 2024 +.Dd October 15, 2025 .Dt CLOCK_GETTIME 2 .Os .Sh NAME @@ -80,7 +80,6 @@ Behavior during a leap second is not defined by and POSIX standard. Increments in SI seconds, even while the system is suspended. Its epoch is unspecified. The count is not adjusted by leap seconds. -.Fx implements .It Dv CLOCK_UPTIME .It Dv CLOCK_UPTIME_PRECISE .It Dv CLOCK_UPTIME_FAST
