diff options
| author | Christopher Davidson <christopher.davidson@gmail.com> | 2024-04-03 16:51:48 +0000 |
|---|---|---|
| committer | Mitchell Horne <mhorne@FreeBSD.org> | 2024-04-18 18:18:34 +0000 |
| commit | d16abff36292cf1410b7e4d9894b5a0a6d53471e (patch) | |
| tree | 281e4aafcbdd90e97652811dd496e7dce73b9683 | |
| parent | de436a4fbf790c8af2f67dc4d21f5fdc4c9ae499 (diff) | |
bhnd_erom.9: remove self-reference
Change .Xr to .Fn, which quiets a mandoc warning.
Reviewed by: mhorne
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1135
(cherry picked from commit 81727a3dd38287d437d1e7e416dd89107a706e55)
| -rw-r--r-- | share/man/man9/bhnd_erom.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/bhnd_erom.9 b/share/man/man9/bhnd_erom.9 index f55472d71bd7..1e8101f011cf 100644 --- a/share/man/man9/bhnd_erom.9 +++ b/share/man/man9/bhnd_erom.9 @@ -204,7 +204,7 @@ hardware core must be provided using the .Fa eio argument. The registers can be mapped using -.Xr bhnd_erom_io_map 9 . +.Fn bhnd_erom_io_map . .Pp On devices that do not provide standard .Xr bhnd_chipc 4 |
