git: fb4cdd51608f - main - fhreadlink.2: fix old typo in the manpage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 18:38:28 UTC
The branch main has been updated by wosch: URL: https://cgit.FreeBSD.org/src/commit/?id=fb4cdd51608f3008f035d01f6a499811cda41735 commit fb4cdd51608f3008f035d01f6a499811cda41735 Author: Wolfram Schneider <wosch@FreeBSD.org> AuthorDate: 2024-11-25 18:35:27 +0000 Commit: Wolfram Schneider <wosch@FreeBSD.org> CommitDate: 2024-11-25 18:38:20 +0000 fhreadlink.2: fix old typo in the manpage PR: 282967 Approved by: kib --- lib/libsys/fhreadlink.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libsys/fhreadlink.2 b/lib/libsys/fhreadlink.2 index 77bd2f6e7870..4855f4d8ec67 100644 --- a/lib/libsys/fhreadlink.2 +++ b/lib/libsys/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