瀏覽代碼

network is case-sensitive

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10781 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Chris Staub 9 年之前
父節點
當前提交
be8bda02c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bootscripts/README

+ 1 - 1
bootscripts/README

@@ -26,7 +26,7 @@ Network Configuration:
       - BROADCAST: Broadcast address
       - BROADCAST: Broadcast address
 
 
       SERVICE ipv4-static-route:
       SERVICE ipv4-static-route:
-      - TYPE   : Network (default type if not specified), default, host or unreachable
+      - TYPE   : network (default type if not specified), default, host or unreachable
       - IP     : IP Address of target (for network, host and unreachable)
       - IP     : IP Address of target (for network, host and unreachable)
       - PREFIX : CIDR prefix of target (for network, host and unreachable)
       - PREFIX : CIDR prefix of target (for network, host and unreachable)
       - GATEWAY: IP Address of gateway to reach target (for network and default)
       - GATEWAY: IP Address of gateway to reach target (for network and default)