diff options
| author | Keith White <kwhite.uottawa@gmail.com> | 2024-10-18 12:49:30 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2024-10-18 12:50:24 +0000 |
| commit | 167bfde7057f38894c8fbd790a65136f0174368e (patch) | |
| tree | f3ef0105741e0f1b72990dd5bfda9fd50d2312e3 | |
| parent | f57efe95cc25ae527c632d4ffcf064799f922216 (diff) | |
ftime.3: fix typo in spelling of libutil
PR: 282171
MFC after: 3 days
| -rw-r--r-- | lib/libutil/ftime.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/ftime.3 b/lib/libutil/ftime.3 index 043bbe2ed2c3..e5770367f022 100644 --- a/lib/libutil/ftime.3 +++ b/lib/libutil/ftime.3 @@ -32,7 +32,7 @@ .Nm ftime .Nd get date and time .Sh LIBRARY -.Lb libuitl +.Lb libutil .Sh SYNOPSIS .In sys/types.h .In sys/timeb.h |
