Skip to content

Commit 758519e

Browse files
committed
finish 文件权限控制篇
1 parent 0e52b58 commit 758519e

File tree

4 files changed

+893
-239
lines changed

4 files changed

+893
-239
lines changed

source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
# -- Project information -----------------------------------------------------
1919

20-
project = 'Linux 常用 C 函数'
21-
copyright = '2018-2022, 人人都懂物联网'
20+
project = 'Linux 常用 C 函数参考手册'
21+
copyright = '2018-2023, 人人都懂物联网'
2222
author = 'GetIoT.tech'
2323

2424
# The full version, including alpha/beta/rc tags

source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Linux 常用 C 函数参考手册
2121
data-structure
2222
file
2323
file-content
24+
permission
2425
process
2526
ipcs
2627
pthreads
27-
permission
2828
signal
2929
network
3030
io-multiplexing

source/memory-string.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ int main()
12101210
12111211
```shell
12121212
ab-cd : ef;gh :i-jkl;mnop;qrs-tu: vwx-y;z
1213-
# '' 和 ':' 字符已经被 '\0' 字符取代
1213+
# '-' 和 ':' 字符已经被 '\0' 字符取代
12141214
ab cd
12151215
ef;gh
12161216
i

0 commit comments

Comments
 (0)