Typographical improvement by David H. Gutteridge in PR 44645.
This commit is contained in:
parent
ebc56329ec
commit
b8f8abf38a
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: ln.1,v 1.22 2007/10/29 11:22:59 jnemeth Exp $
|
.\" $NetBSD: ln.1,v 1.23 2011/02/27 06:02:07 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1980, 1990, 1993
|
.\" Copyright (c) 1980, 1990, 1993
|
||||||
.\" The Regents of the University of California. All rights reserved.
|
.\" The Regents of the University of California. All rights reserved.
|
||||||
|
@ -57,7 +57,7 @@ at once without using up storage for the
|
||||||
instead, a link
|
instead, a link
|
||||||
.Dq points
|
.Dq points
|
||||||
to the original copy.
|
to the original copy.
|
||||||
There are two types of links; hard links and symbolic links.
|
There are two types of links: hard links and symbolic links.
|
||||||
How a link
|
How a link
|
||||||
.Dq points
|
.Dq points
|
||||||
to a file is one of the differences between a hard or symbolic link.
|
to a file is one of the differences between a hard or symbolic link.
|
||||||
|
|
Loading…
Reference in New Issue