]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/4/tftpfs
games/mix: implement Knuth's specification for comments
[plan9front.git] / sys / man / 4 / tftpfs
index f4b820368d325704797093f4276f02bdb8afb189..7189f7f957d85c0003772d60e546198fe23dc57a 100644 (file)
@@ -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
@@ -65,7 +65,7 @@ Boot a kernel from a tftp server (note the final
 dot in the kernel path).
 .IP
 .EX
-ip/tftpd 10.192.254.53
+ip/tftpfs 10.192.254.53
 echo reboot /n/tftp/386/9pcf. >/dev/reboot
 .EE
 .SH SOURCE