diff options
author | ru <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-20 11:39:41 +0000 |
commit | be1f850a8f4b96d39e564a129716f8b709eaf391 (patch) | |
tree | 8a89fb254852cf22c2fc47da7ecb516c42e7a87b /bin/mv | |
parent | 310d1292beb0595a580be9567908efd4fff625e3 (diff) | |
download | FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.zip FreeBSD-src-be1f850a8f4b96d39e564a129716f8b709eaf391.tar.gz |
mdoc(7) police: use the new features of the Nm macro.
Diffstat (limited to 'bin/mv')
-rw-r--r-- | bin/mv/mv.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1 index 528eeaa..c76c69b 100644 --- a/bin/mv/mv.1 +++ b/bin/mv/mv.1 @@ -42,11 +42,11 @@ .Nm mv .Nd move files .Sh SYNOPSIS -.Nm mv +.Nm .Op Fl f | Fl i .Op Fl v .Ar source target -.Nm mv +.Nm .Op Fl f | Fl i .Op Fl v .Ar source ... directory |