cp: add -v, fix manpage info

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
This commit is contained in:
Hiltjo Posthuma
2014-07-10 20:30:30 +00:00
committed by sin
parent ac402965d5
commit f67320ce93
5 changed files with 15 additions and 5 deletions

View File

@@ -22,4 +22,3 @@ apathmax(char **p, long *size)
if(!(*p = malloc(*size)))
eprintf("malloc:");
}