diff options
author | 2001-08-10 18:42:43 +0000 | |
---|---|---|
committer | 2001-08-10 18:42:43 +0000 | |
commit | 4d3f6d062d4a32c7104b251220c38bf62982ccff (patch) | |
tree | 03dae938a211d347a6e7753dc8667c12d425d190 | |
parent | Minor -Wall (diff) | |
download | wireguard-openbsd-4d3f6d062d4a32c7104b251220c38bf62982ccff.tar.xz wireguard-openbsd-4d3f6d062d4a32c7104b251220c38bf62982ccff.zip |
Address PR 1993. This rewording has been deemed satisfactory by the
submitter's reportedly pedantic boss.
-rw-r--r-- | bin/ln/symlink.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ln/symlink.7 b/bin/ln/symlink.7 index 7275551ad71..b8e93b26bbb 100644 --- a/bin/ln/symlink.7 +++ b/bin/ln/symlink.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.7,v 1.11 2000/03/24 03:28:37 aaron Exp $ +.\" $OpenBSD: symlink.7,v 1.12 2001/08/10 18:42:43 hugh Exp $ .\" $NetBSD: symlink.7,v 1.4 1996/04/25 15:44:56 mycroft Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -267,9 +267,9 @@ In no case will either .Nm chown or .Nm rm -affect the file which +follow the symlink to affect the file which .Dq Li slink -references in any way. +references. .Pp The second rule applies to symbolic links that reference files of type directory. |