From 0e4a3eb8438686897b03a11b19cb01e029b94fa0 Mon Sep 17 00:00:00 2001 From: Shidong Wang Date: Mon, 22 Apr 2019 21:46:36 +0800 Subject: [PATCH] Fix null --- chapter/newline-used-for-nul.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter/newline-used-for-nul.md b/chapter/newline-used-for-nul.md index c1abd23..361689e 100755 --- a/chapter/newline-used-for-nul.md +++ b/chapter/newline-used-for-nul.md @@ -2,4 +2,4 @@ 文件中的 NUL 符 (`\0`),在内存中被以新行(`\n`)保存,在缓存空间中显示为 `^@`。 -更多信息请参看 `man 7 ascii` 和 `:h NL-used-for-Nul` 。 \ No newline at end of file +更多信息请参看 `man 7 ascii` 和 `:h NL-used-for-Nul` 。