Markup fixes.

This commit is contained in:
Ruslan Ermilov 2006-09-17 21:48:47 +00:00
parent 807ee6099c
commit a3ec17db37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162387
2 changed files with 5 additions and 3 deletions

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 31, 2003
.Dd March 27, 2006
.Dt RTLD 1
.Os
.Sh NAME
@ -83,7 +83,9 @@ recognizes a number of environment variables that can be used to modify
its behaviour.
On 64-bit architectures, the linker for 32-bit objects recognizes
all the environment variables listed below, but is being prefixed with
LD_32_, for example: LD_32_TRACE_LOADED_OBJECTS.
.Ev LD_32_ ,
for example:
.Ev LD_32_TRACE_LOADED_OBJECTS .
.Pp
.Bl -tag -width ".Ev LD_LIBMAP_DISABLE"
.It Ev LD_DUMP_REL_POST

View File

@ -178,7 +178,7 @@ Set the
.Ar umask
for newly created files.
The default is 022
.Pq Dv S_IWGRP No | Dv S_IWOTH .
.Pq Dv S_IWGRP | S_IWOTH .
.It Fl w
Allow writes requests to create new files.
By default