git: 7efa3a6028ce - stable/14 - fhreadlink.2: fix old typo in the manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Nov 2024 13:30:13 UTC
The branch stable/14 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=7efa3a6028ce0cde4981ef432c7013c3f779aedd commit 7efa3a6028ce0cde4981ef432c7013c3f779aedd Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-11-25 18:35:27 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2024-11-28 12:53:17 +0000 fhreadlink.2: fix old typo in the manpage PR: 282967 (cherry picked from commit fb4cdd51608f3008f035d01f6a499811cda41735) --- lib/libc/sys/fhreadlink.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/fhreadlink.2 b/lib/libc/sys/fhreadlink.2 index 2d8db95685da..ce186b7654c7 100644 --- a/lib/libc/sys/fhreadlink.2 +++ b/lib/libc/sys/fhreadlink.2 @@ -60,7 +60,7 @@ code in the global variable .Va errno . .Sh ERRORS The -.Fn readlink +.Fn fhreadlink system call will fail if: .Bl -tag -width Er