I've converted all the man pages so far into roff format.

This commit is contained in:
Warren Toomey
2016-03-28 13:24:27 +10:00
parent dfb61a274f
commit fed6525853
9 changed files with 344 additions and 293 deletions
+26 -19
View File
@@ -1,19 +1,26 @@
11/3/70 MV (I)
NAME mv -- move or rename a file
SYNOPSIS mv name1 name2
DESCRIPTION mv changes the name of name with the rename system call.
FILES
SEE ALSO
DIAGNOSTICS "twofiles" - please provide two filenames
"? file" - either unable to remove or create a file
BUGS The second diagnostic is ambiguous.
OWNER wkt
.oh '11/3/70''MV(I)'
.ta 18 31
NAME mv -- move or rename a file
.sp
SYNOPSIS
.ul
mv
name1 name2
.sp
DESCRIPTION
.ul
mv
changes the name of name with the rename
system call.
.sp
FILES --
.sp
SEE ALSO --
.sp
DIAGNOSTICS "twofiles" - please provide two filenames
"? file" - either unable to remove or create
a file
.sp
BUGS The second diagnostic is ambiguous.
.sp
OWNER wkt