From 71b34f447dd3e1759402a13bfeefb641540daf6b Mon Sep 17 00:00:00 2001 From: fangzhiyi18 Date: Mon, 29 Apr 2024 03:50:42 +0000 Subject: [PATCH 1/2] =?UTF-8?q?OAT=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzhiyi18 --- OAT.xml | 14 ++++++++------ man/io_uring_submit_and_get_events.3 | 3 +++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/OAT.xml b/OAT.xml index c2ae261..288d7a2 100644 --- a/OAT.xml +++ b/OAT.xml @@ -23,17 +23,19 @@ COPYING - - - - - - + + + + + + + diff --git a/man/io_uring_submit_and_get_events.3 b/man/io_uring_submit_and_get_events.3 index 9e143d1..db9d573 100644 --- a/man/io_uring_submit_and_get_events.3 +++ b/man/io_uring_submit_and_get_events.3 @@ -1,4 +1,7 @@ .\" Copyright (C), 2022 dylany +.\" +.\" SPDX-License-Identifier: LGPL-2.0-or-later +.\" .\" You may distribute this file under the terms of the GNU Free .\" Documentation License. .TH io_uring_submit_and_get_events 3 "September 5, 2022" "liburing-2.3" "liburing Manual" -- Gitee From f68bd1fa41fc6e4fc0c77effffa7edbd190bf91f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?f=E6=88=BF=E8=8A=B7=E4=BB=AA?= Date: Mon, 29 Apr 2024 06:42:46 +0000 Subject: [PATCH 2/2] update man/io_uring_submit_and_get_events.3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: f房芷仪 --- man/io_uring_submit_and_get_events.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/io_uring_submit_and_get_events.3 b/man/io_uring_submit_and_get_events.3 index db9d573..d560a94 100644 --- a/man/io_uring_submit_and_get_events.3 +++ b/man/io_uring_submit_and_get_events.3 @@ -1,9 +1,9 @@ .\" Copyright (C), 2022 dylany +.\" You may distribute this file under the terms of the GNU Free +.\" Documentation License. .\" .\" SPDX-License-Identifier: LGPL-2.0-or-later .\" -.\" You may distribute this file under the terms of the GNU Free -.\" Documentation License. .TH io_uring_submit_and_get_events 3 "September 5, 2022" "liburing-2.3" "liburing Manual" .SH NAME io_uring_submit_and_get_events \- submit requests to the submission queue and flush completions -- Gitee