Merge pull request #661 from linehk/fix-typo3

docs/notes/计算机操作系统 - 进程管理.md: fix typo
This commit is contained in:
CyC2018 2019-04-11 20:09:04 +08:00 committed by GitHub
commit 6ae24598cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,7 +544,7 @@ int pipe(int fd[2]);
它具有以下限制:
- 只支持半双工通信(向交替传输);
- 只支持半双工通信(向交替传输);
- 只能在父子进程中使用。
<div align="center"> <img src="https://gitee.com/CyC2018/CS-Notes/raw/master/docs/pics/53cd9ade-b0a6-4399-b4de-7f1fbd06cdfb.png"/> </div><br>