summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-04-09 14:18:40 +0200
committerAlejandro Colomar <alx@kernel.org>2024-04-09 14:18:49 +0200
commitbb3646b633354e1be29e0a9fe820553cd36c39cd (patch)
tree3aa4836a23607e6c9669ca9cc3c93788fd158bc8
parentbd8d791aea6f5c7bc07db2f76f7790bf098c5dff (diff)
S_ISBLK.3, S_ISCHR.3, S_ISDIR.3, S_ISFIFO.3, S_ISLNK.3, S_ISREG.3, S_ISSOCK.3: Add link pages to inode(7)
These function-like macros are described in inode(7). Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man3/S_ISBLK.31
-rw-r--r--man3/S_ISCHR.31
-rw-r--r--man3/S_ISDIR.31
-rw-r--r--man3/S_ISFIFO.31
-rw-r--r--man3/S_ISLNK.31
-rw-r--r--man3/S_ISREG.31
-rw-r--r--man3/S_ISSOCK.31
7 files changed, 7 insertions, 0 deletions
diff --git a/man3/S_ISBLK.3 b/man3/S_ISBLK.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISBLK.3
@@ -0,0 +1 @@
+.so man7/inode.7
diff --git a/man3/S_ISCHR.3 b/man3/S_ISCHR.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISCHR.3
@@ -0,0 +1 @@
+.so man7/inode.7
diff --git a/man3/S_ISDIR.3 b/man3/S_ISDIR.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISDIR.3
@@ -0,0 +1 @@
+.so man7/inode.7
diff --git a/man3/S_ISFIFO.3 b/man3/S_ISFIFO.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISFIFO.3
@@ -0,0 +1 @@
+.so man7/inode.7
diff --git a/man3/S_ISLNK.3 b/man3/S_ISLNK.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISLNK.3
@@ -0,0 +1 @@
+.so man7/inode.7
diff --git a/man3/S_ISREG.3 b/man3/S_ISREG.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISREG.3
@@ -0,0 +1 @@
+.so man7/inode.7
diff --git a/man3/S_ISSOCK.3 b/man3/S_ISSOCK.3
new file mode 100644
index 000000000..a5c4b88db
--- /dev/null
+++ b/man3/S_ISSOCK.3
@@ -0,0 +1 @@
+.so man7/inode.7