diff --git a/chapter/newline-used-for-nul.md b/chapter/newline-used-for-nul.md
deleted file mode 100755
index 4690d59..0000000
--- a/chapter/newline-used-for-nul.md
+++ /dev/null
@@ -1,5 +0,0 @@
-## NUL 符用新行表示
-
-文件中的 NUL 符 (`\0`),在内存中被以新行(`\n`)保存,在缓存空间中显示为 `^@`。
-
-更多信息请参看 `man 7 ascii` 和 `:h NL-used-for-Nul` 。
\ No newline at end of file