diff options
author | ceri <ceri@FreeBSD.org> | 2004-10-27 11:26:51 +0000 |
---|---|---|
committer | ceri <ceri@FreeBSD.org> | 2004-10-27 11:26:51 +0000 |
commit | a60695c9202d95223d9c91eb761d88805597bd67 (patch) | |
tree | 0cec030090b48f52166d71a5c13c198a5fbc1f22 /lib/libc | |
parent | 56a7ee8e7fb7df8976226828bc05891fcd3065f5 (diff) | |
download | FreeBSD-src-a60695c9202d95223d9c91eb761d88805597bd67.zip FreeBSD-src-a60695c9202d95223d9c91eb761d88805597bd67.tar.gz |
Add necessary whitespace to correct cross references.
PR: docs/73193
Submitted by: Jilles Tjoelker <jilles at stack.nl>
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mlock.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index d8c5ab4..e7aa4d3 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -139,8 +139,8 @@ The address given is not page aligned or the length is negative. Some portion of the indicated address range is not allocated. .El .Sh "SEE ALSO" -.Xr mlockall 2, -.Xr munlockall 2, +.Xr mlockall 2 , +.Xr munlockall 2 , .Xr fork 2 , .Xr mincore 2 , .Xr minherit 2 , |