There was an error while loading. Please reload this page.
1 parent 210506d commit ac90469Copy full SHA for ac90469
ChangeLog
@@ -1,3 +1,8 @@
1
+2021-07-30 Boyuan Yang <073plan@gmail.com>
2
+
3
+* open(2): Minor fix to text.
4
+ Inspired by changes from GitHub @jiangqii.
5
6
2021-07-28 Boyuan Yang <073plan@gmail.com>
7
8
* Add translation for epoll(7) from manpages.
src/man2/open.2
@@ -1,10 +1,9 @@
-
.TH OPEN 2 1999-06-03 "Linux" "System calls"
.SH NAME
-open, creat \- 用来 打开和创建 一个 文件或设备
+open, creat \- 打开和/或创建一个文件
.SH SYNOPSIS 总览
.nf
-.B #includ e <sys/types.h>
+.B #include <sys/types.h>
.B #include <sys/stat.h>
9
.B #include <fcntl.h>
10
.sp
0 commit comments