aboutsummaryrefslogtreecommitdiff
path: root/unlink.1
diff options
context:
space:
mode:
Diffstat (limited to 'unlink.1')
-rw-r--r--unlink.125
1 files changed, 25 insertions, 0 deletions
diff --git a/unlink.1 b/unlink.1
new file mode 100644
index 0000000..9ac52d1
--- /dev/null
+++ b/unlink.1
@@ -0,0 +1,25 @@
+UNLINK(1) "fases core"
+
+# NAME
+
+unlink - call the unlink(3) function
+
+# SYNOPSIS
+
+*unlink* *file*
+
+# DESCRIPTION
+
+The *unlink* command is equivalent to the following C code:
+
+ unlink(file);
+
+# AUTHOR
+
+Written by Ferass El Hafidi as part of the fases project.
+
+Source code is at https://git.vitali64.duckdns.org/utils/fases.git.
+
+# COPYRIGHT
+
+Copyright (C) 2023 Ferass El Hafidi