aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2002-06-25 09:58:29 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2002-06-25 09:58:29 +0000
commit9c24ed854cf946dd6ddec05219ddfcca480c77dd (patch)
treec892c5a76b15638a9312f91791079009ea2922f6 /bin
parent79804ff9752c22959909d95f828e01533f49e108 (diff)
downloadsrc-9c24ed854cf946dd6ddec05219ddfcca480c77dd.tar.gz
src-9c24ed854cf946dd6ddec05219ddfcca480c77dd.zip
Correctly mark up the final command line arguments with the Ar macro for
the last two synopsis forms.
Notes
Notes: svn path=/head/; revision=98809
Diffstat (limited to 'bin')
-rw-r--r--bin/ln/ln.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index bfdce85fcd18..637867b4dbfe 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -46,11 +46,11 @@
.Nm
.Op Fl fhinsv
.Ar source_file
-.Op target_file
+.Op Ar target_file
.Nm
.Op Fl fhinsv
.Ar source_file ...
-.Op target_dir
+.Ar target_dir
.Nm link
.Ar source_file Ar target_file
.Sh DESCRIPTION