summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2013-12-02 22:19:31 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2013-12-02 22:19:31 +0000
commit33d02169df743dc13b9c2f972d8eda7edd964e74 (patch)
treef7514ff97827872764d1fc43691c2dba049ecf09 /bin
parent6622d48921306fe447231ec038943dfba57b51f7 (diff)
use a wording more usual in our manual pages.
ok guenther@
Diffstat (limited to 'bin')
-rw-r--r--bin/ln/ln.116
1 files changed, 10 insertions, 6 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 8e72ac88dff..30b896bc09a 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ln.1,v 1.30 2013/03/12 06:00:05 guenther Exp $
+.\" $OpenBSD: ln.1,v 1.31 2013/12/02 22:19:30 sobrado Exp $
.\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: March 12 2013 $
+.Dd $Mdocdate: December 2 2013 $
.Dt LN 1
.Os
.Sh NAME
@@ -72,9 +72,11 @@ If the target is a symlink to a directory, do not descend into it.
When creating a hard link and the source is a symbolic link,
link to the fully resolved target of the symbolic link.
This is the default.
-This option cancels the
+The
+.Fl L
+option overrides any previous
.Fl P
-option.
+options.
.It Fl n
An alias for
.Fl h
@@ -82,9 +84,11 @@ for compatibility with other operating systems.
.It Fl P
When creating a hard link and the source is a symbolic link,
link to the symbolic link itself.
-This option cancels the
+The
+.Fl P
+option overrides any previous
.Fl L
-option.
+options.
.It Fl s
Create a symbolic link.
.El