summaryrefslogtreecommitdiffstats
path: root/bin/ln
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2018-12-07 23:21:31 +0000
committerschwarze <schwarze@openbsd.org>2018-12-07 23:21:31 +0000
commite794ba8b1e814c427061b473d9df76935b99dcd1 (patch)
treef67bbd1b1c2a33ac6f63a17b09256bfbfd4329ba /bin/ln
parentzap trailing whitespace (diff)
downloadwireguard-openbsd-e794ba8b1e814c427061b473d9df76935b99dcd1.tar.xz
wireguard-openbsd-e794ba8b1e814c427061b473d9df76935b99dcd1.zip
format a pair of dashes as "\(em" rather than "--",
and a normal hyphen as "-" rather than "\-"
Diffstat (limited to 'bin/ln')
-rw-r--r--bin/ln/symlink.710
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7
index 92d8cabd9df..40314d3688e 100644
--- a/bin/ln/symlink.7
+++ b/bin/ln/symlink.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: symlink.7,v 1.19 2014/12/13 21:00:19 guenther Exp $
+.\" $OpenBSD: symlink.7,v 1.20 2018/12/07 23:21:31 schwarze Exp $
.\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $
.\"
.\" Copyright (c) 1992, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)symlink.7 8.3 (Berkeley) 3/31/94
.\"
-.Dd $Mdocdate: December 13 2014 $
+.Dd $Mdocdate: December 7 2018 $
.Dt SYMLINK 7
.Os
.Sh NAME
@@ -164,11 +164,11 @@ is not.
(The latter is described in the third area, below.)
.Pp
If it is explicitly intended that the command operate on the symbolic
-link instead of following the symbolic link -- e.g., it is desired that
+link instead of following the symbolic link \(em e.g., it is desired that
.Dq Li "chown owner slink"
change the ownership of
.Dq Li slink ,
-not of what it points to -- the
+not of what it points to \(em the
.Fl h
option should be used.
In the above example,
@@ -315,7 +315,7 @@ walk follow any symbolic links named on the command line, regardless
of the type of file they reference, by specifying the
.Fl H
(for
-.Dq half\-logical )
+.Dq half-logical )
flag.
This flag is intended to make the command-line name space look
like the logical name space.