diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-04 09:02:04 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-05-04 09:02:04 +0000 |
commit | 54a313181ed74ab117531bbf1354b98329a90f44 (patch) | |
tree | c128c63359aa4c3e747d9ee82976103904c2192f /sys/man/mkfile | |
parent | b1955840c58c667de6a95631d1f4b9b0a70202c3 (diff) |
fix manpages
Diffstat (limited to 'sys/man/mkfile')
-rw-r--r-- | sys/man/mkfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/mkfile b/sys/man/mkfile index b9a146cf2..a0e013028 100644 --- a/sys/man/mkfile +++ b/sys/man/mkfile @@ -107,4 +107,4 @@ print.out:V: permind } > print.out clean:V: - rm -f man.out + rm -f man.out print.out |