diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-10 19:19:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-12-10 19:19:01 +0000 |
commit | 00660ad830552d25753270635ab41438d3c91b77 (patch) | |
tree | 2bfa73a771d345aa2f1d673dda3d4ec91aaa4419 /lib/libc/sys/symlink.2 | |
parent | 42e3650df64814ae9dfa98658778fdc787408f85 (diff) |
use .Rv; no change of meaning; from Kaspars at Bankovskis dot net
Diffstat (limited to 'lib/libc/sys/symlink.2')
-rw-r--r-- | lib/libc/sys/symlink.2 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index 89293c83c2d..8b5d60eeabb 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.2,v 1.17 2014/12/04 20:10:16 schwarze Exp $ +.\" $OpenBSD: symlink.2,v 1.18 2014/12/10 19:19:00 schwarze Exp $ .\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)symlink.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: December 4 2014 $ +.Dd $Mdocdate: December 10 2014 $ .Dt SYMLINK 2 .Os .Sh NAME @@ -85,10 +85,7 @@ parameter, the current working directory is used and the behavior is identical to a call to .Fn symlink . .Sh RETURN VALUES -Upon successful completion, a zero value is returned. -If an error occurs, the error code is stored in -.Va errno -and a \-1 value is returned. +.Rv -std .Sh ERRORS The symbolic link succeeds unless: .Bl -tag -width Er |