diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-21 20:14:15 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-21 20:14:15 +0000 |
commit | dd5527c60720f715e788f56a1c857d6b3fbc2f14 (patch) | |
tree | 5d20a0f432e3dad9d3214a7d491256f75a2470a9 /share/man/man5/link.5 | |
parent | fb5ce63a63cc22c5740037f3be09a9d0ebc137f7 (diff) | |
download | src-dd5527c60720f715e788f56a1c857d6b3fbc2f14.tar.gz src-dd5527c60720f715e788f56a1c857d6b3fbc2f14.zip |
Use the .Fx macro for FreeBSD references for releases prior to 2.0.
Use the .Tn macro for generic FreeBSD references. Cleanup other
formatting problems noticed while making the above changes.
Notes
Notes:
svn path=/head/; revision=24091
Diffstat (limited to 'share/man/man5/link.5')
-rw-r--r-- | share/man/man5/link.5 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index dc2809d1d890..86f182359a68 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id$ +.\" $Id: link.5,v 1.11 1997/02/22 13:26:03 peter Exp $ .\" .Dd October 23, 1993 .Dt LINK 5 @@ -126,9 +126,12 @@ and .Xr ld.so 1 are .Em LD_VERSION_SUN (3), -which is used by the SunOS 4.x releases, and +which is used by the +.Tn SunOS +4.x releases, and .Em LD_VERSION_BSD (8), -which is currently in use by FreeBSD since release 1.1. +which has been in use since +.Fx 1.1 . .It Fa d_un Refers to a .Em d_version @@ -482,7 +485,9 @@ was loaded by crt0. .It Fa crt_dzfd On SunOS systems, this field contains an open file descriptor to .Dq Pa /dev/zero -used to get demand paged zeroed pages. On FreeBSD systems it contains -1. +used to get demand paged zeroed pages. On +.Tn FreeBSD +systems it contains -1. .It Fa crt_ldfd Contains an open file descriptor that was used by crt0 to load .Nm ld.so . |