summaryrefslogtreecommitdiff
path: root/bin/ln/ln.1
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ln/ln.1')
-rw-r--r--bin/ln/ln.116
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index e519288e61b..923c8d038f8 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ln.1,v 1.8 1999/09/23 19:15:49 aaron Exp $
+.\" $OpenBSD: ln.1,v 1.9 2000/10/18 06:55:08 aaron Exp $
.\" $NetBSD: ln.1,v 1.10 1995/07/25 19:37:04 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -121,19 +121,19 @@ makes links in
to all the named source files.
The links made will have the same name as the files being linked to.
.Sh EXAMPLES
-Create a symbolic link named
+.Cm ln -s /var/www /home/www
+.Pp
+Creates a symbolic link named
.Pa /home/www
-and point it to
-.Pa /var/www :
+and points it to
+.Pa /var/www .
.Pp
-.D1 Ic ln -s /var/www /home/www
+.Cm ln /usr/local/bin/fooprog-1.0 /usr/local/bin/fooprog
.Pp
Hard link
.Pa /usr/local/bin/fooprog
to file
-.Pa /usr/local/bin/fooprog-1.0 :
-.Pp
-.D1 Ic ln /usr/local/bin/fooprog-1.0 /usr/local/bin/fooprog
+.Pa /usr/local/bin/fooprog-1.0 .
.Pp
As an exercise, try the following commands:
.Pp