mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
mdoc: fix parenthesis
Reviewed by: brueffer
This commit is contained in:
parent
cccbcac6bb
commit
2a10d6d199
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207942
@ -104,7 +104,7 @@ This is strictly for compatibility with
|
||||
and has no effect; the ``b'' is ignored.
|
||||
.Pp
|
||||
Any created files will have mode
|
||||
.Pf \\*q Dv S_IRUSR
|
||||
.Do Dv S_IRUSR
|
||||
\&|
|
||||
.Dv S_IWUSR
|
||||
\&|
|
||||
@ -114,7 +114,7 @@ Any created files will have mode
|
||||
\&|
|
||||
.Dv S_IROTH
|
||||
\&|
|
||||
.Dv S_IWOTH Ns \\*q
|
||||
.Dv S_IWOTH Dc
|
||||
.Pq Li 0666 ,
|
||||
as modified by the process'
|
||||
umask value (see
|
||||
|
@ -111,11 +111,13 @@ constraints.
|
||||
Accordingly, the
|
||||
.Xr ELF 3
|
||||
library offers translation facilities
|
||||
.Xr ( elf32_xlatetof 3 ,
|
||||
.Po
|
||||
.Xr elf32_xlatetof 3 ,
|
||||
.Xr elf32_xlatetom 3 ,
|
||||
.Xr elf64_xlatetof 3
|
||||
and
|
||||
.Xr elf64_xlatetom 3 )
|
||||
.Xr elf64_xlatetom 3
|
||||
.Pc
|
||||
to and from these
|
||||
representations and also provides higher-level APIs that retrieve and store
|
||||
data from the ELF object in a transparent manner.
|
||||
|
Loading…
Reference in New Issue
Block a user