Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2024 00:34:50 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: def4322f9632 - stable/14 - ftime.3: fix typo in spelling of libutil
Message-ID:  <202410200034.49K0Yo4D061567@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=def4322f9632fddc1953df0210f278bd04026f9c

commit def4322f9632fddc1953df0210f278bd04026f9c
Author:     Keith White <kwhite.uottawa@gmail.com>
AuthorDate: 2024-10-18 12:49:30 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-10-20 00:33:44 +0000

    ftime.3: fix typo in spelling of libutil
    
    PR:     282171
    
    (cherry picked from commit 167bfde7057f38894c8fbd790a65136f0174368e)
---
 lib/libutil/ftime.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/libutil/ftime.3 b/lib/libutil/ftime.3
index dbed25317115..d87743d8720d 100644
--- a/lib/libutil/ftime.3
+++ b/lib/libutil/ftime.3
@@ -34,7 +34,7 @@
 .Nm ftime
 .Nd get date and time
 .Sh LIBRARY
-.Lb libuitl
+.Lb libutil
 .Sh SYNOPSIS
 .In sys/types.h
 .In sys/timeb.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410200034.49K0Yo4D061567>