add mkdir

This commit is contained in:
Connor Lane Smith
2011-05-26 05:47:58 +01:00
parent 6c7f288bd8
commit 5629972223
5 changed files with 69 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
.TH TOUCH 1 sbase\-VERSION
.SH NAME
touch \- set files' modification time
touch \- set files' timestamps
.SH SYNOPSIS
.B touch
.RB [ \-c ]
@@ -9,8 +9,8 @@ touch \- set files' modification time
.RI [ file ...]
.SH DESCRIPTION
.B touch
sets the files' modification time to the current time. If a file does not exist
it is created.
sets the given files' modification time to the current time. If a file does not
exist it is created.
.SH OPTIONS
.TP
.B \-c