summaryrefslogtreecommitdiff
path: root/bin/ln/ln.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-08-16 18:40:05 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-08-16 18:40:05 +0000
commitd3d6038e81f317292429b667c4a912fb2768032f (patch)
tree234f32d95cd1b767d5b1e35cf8783751c528d1cb /bin/ln/ln.1
parent7e51ffae2900f29fcb3c68df7cfd1ceef75e796c (diff)
more precise SYNOPSIS syntax
Diffstat (limited to 'bin/ln/ln.1')
-rw-r--r--bin/ln/ln.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index a83b159bed5..6cfa21a2332 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ln.1,v 1.6 1999/05/23 14:10:48 aaron Exp $
+.\" $OpenBSD: ln.1,v 1.7 1999/08/16 18:40:03 aaron Exp $
.\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -47,11 +47,11 @@
.Nm ln
.Op Fl fs
.Ar source_file
-.Op target_file
+.Op Ar target_file
.Nm ln
.Op Fl fs
.Ar source_file ...
-.Op target_dir
+.Op Ar target_dir
.Sh DESCRIPTION
The
.Nm