diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-29 13:21:12 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-29 13:21:12 +0100 |
commit | bb3db0d56837281233accd9203c578ec05ec0e91 (patch) | |
tree | 47f6fd00058618b13a9cb6a10f2382029a9afbfe /sys/man/4 | |
parent | 9532b43d320db70875771836dd170e645306b923 (diff) |
tftpfs(8): fix manpage reference dhcp(8) -> dhcpd(8)
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/tftpfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |