diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-07 15:48:51 +0000 |
commit | c4d9468ea0e627c69802bd0689c93527dc2e2a85 (patch) | |
tree | 0505e005ecc9492a4b759dc8e06eb138613e4aa4 /share/man/man5/link.5 | |
parent | 5de15c0508449da98f193b4d397a9750d2494ce3 (diff) | |
download | src-c4d9468ea0e627c69802bd0689c93527dc2e2a85.tar.gz src-c4d9468ea0e627c69802bd0689c93527dc2e2a85.zip |
mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Notes
Notes:
svn path=/head/; revision=81251
Diffstat (limited to 'share/man/man5/link.5')
-rw-r--r-- | share/man/man5/link.5 | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index 85c0e278df3f..199591e6ba4a 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -196,10 +196,8 @@ The location of the Procedure Linkage Table within this image. The location of an array of .Fa relocation_info structures -.Po -see -.Xr a.out 5 -.Pc +(see +.Xr a.out 5 ) specifying run-time relocations. .It Fa sdt_hash The location of the hash table for fast symbol lookup in this object's @@ -227,10 +225,8 @@ A structure describes a shared object that is needed to complete the link edit process of the object containing it. A list of such objects -.Po -chained through -.Fa sod_next -.Pc +(chained through +.Fa sod_next ) is pointed at by the .Fa sdt_sods @@ -256,10 +252,8 @@ specifies a library that is to be searched for by .Nm ld.so . The path name is obtained by searching a set of directories -.Po -see also -.Xr ldconfig 8 -.Pc +(see also +.Xr ldconfig 8 ) for a shared object matching .Em lib\&<sod_name>\&.so.n.m . If not set, @@ -340,10 +334,8 @@ struct nzlist { .Ed .Bl -tag -width nz_size .It Fa nlist -.Po -see -.Xr nlist 3 -.Pc . +(see +.Xr nlist 3 ) . .It Fa nz_size The size of the data represented by this symbol. .El |