diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-01 02:20:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-01 02:20:39 +0000 |
commit | 1720b89e2ad1c9e66fca8f70b769aab367a9a55a (patch) | |
tree | 33786da528c415f4b96e0096634fc8b4983cde89 /share/man | |
parent | 3cca2994fc80d0682b5f73d0f59ad6990f0a1ecf (diff) |
missing article;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/end.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man3/end.3 b/share/man/man3/end.3 index 90ea915adfb..6a4fb4c10ef 100644 --- a/share/man/man3/end.3 +++ b/share/man/man3/end.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: end.3,v 1.9 2005/12/31 18:16:34 miod Exp $ +.\" $OpenBSD: end.3,v 1.10 2006/01/01 02:20:38 jmc Exp $ .\" $NetBSD: end.3,v 1.5 1996/03/01 00:17:49 jtc Exp $ .\" .\" Copyright (c) 1986 @@ -49,7 +49,7 @@ The addresses of the global symbols and .Va end correspond to the next address following the end of the text segment, -the end of initialized data segment, and the end of the data segment +the end of the initialized data segment, and the end of the data segment .Pq Tn BSS . .Sh SEE ALSO .Xr brk 2 , |