diff options
author | ru <ru@FreeBSD.org> | 2002-05-29 17:16:09 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-05-29 17:16:09 +0000 |
commit | 0d0f2e8c89896b6f51c4b8b15e2dcb231c59c466 (patch) | |
tree | 470ae2b5ac6b20edf4d3854c51daa6ecf6250cf1 /share/man/man5 | |
parent | 4a675d0d9d158b3db9a0ed25706536e3a5891e59 (diff) | |
download | FreeBSD-src-0d0f2e8c89896b6f51c4b8b15e2dcb231c59c466.zip FreeBSD-src-0d0f2e8c89896b6f51c4b8b15e2dcb231c59c466.tar.gz |
mdoc(7) police: don't unnecessarily use macros.
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/a.out.5 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man5/a.out.5 b/share/man/man5/a.out.5 index 9cfa763..c6b4784 100644 --- a/share/man/man5/a.out.5 +++ b/share/man/man5/a.out.5 @@ -172,10 +172,8 @@ and is used by the kernel to set the initial break after the data segment. The kernel loads the program so that this amount of writable memory appears to follow the data segment and initially reads as zeroes. -.Po -.Em bss -= block started by symbol -.Pc +.Em ( bss += block started by symbol) .It Fa a_syms Contains the size in bytes of the symbol table section. .It Fa a_entry |