Merge pull request #23 from fischerling/add-some-man-pages

add simple manual pages for rmdir, mkdir, showpid
This commit is contained in:
Enrico Fraccaroli
2024-02-26 09:59:16 -05:00
committed by GitHub
3 changed files with 21 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
SYNOPSIS
mkdir DIRECTORY
DESCRIPTION
Create the DIRECTORY, if it does not exist.
OPTIONS
--help : shows command help.
+8
View File
@@ -0,0 +1,8 @@
SYNOPSIS
rmdir DIRECTORY
DESCRIPTION
Remove the DIRECTORY, if it is empty.
OPTIONS
--help : shows command help.
+5
View File
@@ -0,0 +1,5 @@
SYNOPSIS
showpid
DESCRIPTION
showpid uses getppid() to print the ID of the parent process.