From bb3db0d56837281233accd9203c578ec05ec0e91 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 29 Jan 2015 13:21:12 +0100 Subject: tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8) --- sys/man/4/tftpfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/man/4/tftpfs b/sys/man/4/tftpfs index c22e33a10..7189f7f95 100644 --- a/sys/man/4/tftpfs +++ b/sys/man/4/tftpfs @@ -22,7 +22,7 @@ tftpfs \- trivial file transfer protocol (TFTP) file system serves files from a TFTP server as a filesystem. TFTP is mostly used by bootloaders to download kernel images for network bootstrap (see -.IR dhcp (8)). +.IR dhcpd (8)). As the protocol has no way of distinguishing files from directories, the final path segment needs to conain a dot (.) character to be recognized as a file. To access files that -- cgit v1.2.3