add simple manual pages for rmdir, mkdir, showpid
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
SYNOPSIS
|
||||
mkdir DIRECTORY
|
||||
|
||||
DESCRIPTION
|
||||
Create the DIRECTORY, if it does not exist.
|
||||
|
||||
OPTIONS
|
||||
--help : shows command help.
|
||||
@@ -0,0 +1,8 @@
|
||||
SYNOPSIS
|
||||
rmdir DIRECTORY
|
||||
|
||||
DESCRIPTION
|
||||
Remove the DIRECTORY, if it is empty.
|
||||
|
||||
OPTIONS
|
||||
--help : shows command help.
|
||||
@@ -0,0 +1,5 @@
|
||||
SYNOPSIS
|
||||
showpid
|
||||
|
||||
DESCRIPTION
|
||||
showpid uses getppid() to print the ID of the parent process.
|
||||
Reference in New Issue
Block a user