diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-01-04 11:19:56 +0000 |
commit | d3f71e83aa457c3da879a748802d457091a47c5f (patch) | |
tree | 17c8d21785c3a369ed1c40e82a66c38dc35606cb /bin/ln/ln.1 | |
parent | 826a606e9dd903d3cbcf9474470229ebc91fa4fe (diff) |
replace hardcoded exit values with .Ex macros;
ok jmc@
Diffstat (limited to 'bin/ln/ln.1')
-rw-r--r-- | bin/ln/ln.1 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1 index 570a0528f5f..44b426d2235 100644 --- a/bin/ln/ln.1 +++ b/bin/ln/ln.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ln.1,v 1.25 2007/09/16 18:13:57 sobrado Exp $ +.\" $OpenBSD: ln.1,v 1.26 2009/01/04 11:19:55 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: September 16 2007 $ +.Dd $Mdocdate: January 4 2009 $ .Dt LN 1 .Os .Sh NAME @@ -123,9 +123,7 @@ makes links in to all the named source files. The links made will have the same name as the files being linked to. .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std ln .Sh EXAMPLES Create a symbolic link named .Pa /home/www |