]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
proc.5, proc_dma.5: Split /proc/dma from proc(5)
authorAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 14:19:30 +0000 (16:19 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 15 Aug 2023 21:13:50 +0000 (23:13 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man5/proc.5
man5/proc_dma.5 [new file with mode: 0644]

index 7d194b84fedf587f196416e0aa84b3ff6e6a3e5f..29ff8a67d1a83d19cf9de4db3175d141057f73b8 100644 (file)
@@ -231,10 +231,6 @@ hierarchy.
 .\"       Added in Linux 2.6.9
 .\"       CONFIG_SCHEDSTATS
 .TP
-.I /proc/dma
-This is a list of the registered \fIISA\fP DMA (direct memory access)
-channels in use.
-.TP
 .I /proc/driver
 Empty subdirectory.
 .TP
diff --git a/man5/proc_dma.5 b/man5/proc_dma.5
new file mode 100644 (file)
index 0000000..7f8dda4
--- /dev/null
@@ -0,0 +1,16 @@
+.\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
+.\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
+.\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
+.\"
+.\" SPDX-License-Identifier: GPL-3.0-or-later
+.\"
+.TH proc_dma 5 (date) "Linux man-pages (unreleased)"
+.SH NAME
+/proc/dma \- ISA DMA channels
+.SH DESCRIPTION
+.TP
+.I /proc/dma
+This is a list of the registered \fIISA\fP DMA (direct memory access)
+channels in use.
+.SH SEE ALSO
+.BR proc (5)