Skip to content

Commit f3c53e1

Browse files
committed
update docs
Signed-off-by: Rong Tao <rongtao@cestc.cn>
1 parent 6c78086 commit f3c53e1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en/code-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You may often see the special character `^M` under Unix like system if code is *
4242
- Remember, set `errno` in ULPatch functions if necessary.
4343

4444

45-
## Documents Standards
45+
## Document Standard
4646

4747
- Modify Chinese and English documents simultaneously;
48-
- English words in Chinese documents need to be separated from Chinese words by **space**;
48+
- English words in Chinese documents need to be separated from Chinese words by a single **whitespace**;

docs/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ I'm a Linux Newbie, little student.
7676

7777
- [GitHub RToax ULPatch](https://github.com/Rtoax/ulpatch)
7878
- [GitHub ULPatch](https://github.com/ulpatch)
79-
- [ULPatch Documents](https://rtoax.github.io/ulpatch/) / [zh](https://rtoax.github.io/ulpatch/zh/)
79+
- [ULPatch Documentation](https://rtoax.github.io/ulpatch/) / [zh](https://rtoax.github.io/ulpatch/zh/).

docs/zh/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ ULPatch 借鉴了 [cloudlinux/libcare](https://github.com/cloudlinux/libcare)
7474

7575
- [GitHub RToax ULPatch](https://github.com/Rtoax/ulpatch)
7676
- [GitHub ULPatch](https://github.com/ulpatch)
77-
- [ULPatch 文档](https://rtoax.github.io/ulpatch/zh) / [en](https://rtoax.github.io/ulpatch/)
77+
- [ULPatch 文档](https://rtoax.github.io/ulpatch/zh) / [en](https://rtoax.github.io/ulpatch/).

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Local Test:
1010
# $ mkdocs serve
1111
#
12-
site_name: ULPatch Documents
12+
site_name: ULPatch Documentation
1313
site_description: ULPatch is open source user space live patch tool
1414
site_url: https://rtoax.github.io/ulpatch/
1515
repo_url: https://github.com/Rtoax/ulpatch

0 commit comments

Comments
 (0)