diff options
author | ru <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-20 09:17:07 +0000 |
commit | ed72feddcb3cc58c18aff36f4227af3fb11facad (patch) | |
tree | 13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libstand | |
parent | 10aca679734b6819f63019fd7c2ba4e54357c677 (diff) | |
download | FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.zip FreeBSD-src-ed72feddcb3cc58c18aff36f4227af3fb11facad.tar.gz |
Sort sections.
Diffstat (limited to 'lib/libstand')
-rw-r--r-- | lib/libstand/libstand.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3 index 624be32..816006a 100644 --- a/lib/libstand/libstand.3 +++ b/lib/libstand/libstand.3 @@ -651,8 +651,6 @@ pointers should be terminated with a NULL. Devices are exported by the supporting code via the array .Vt struct devsw *devsw[] which is a NULL terminated array of pointers to device switch structures. -.Sh BUGS -The lack of detailed memory usage data is unhelpful. .Sh HISTORY The .Nm @@ -678,3 +676,5 @@ The reorganisation and port to .Fx 3.0 , the environment functions and this manpage were written by .An Mike Smith Aq msmith@FreeBSD.org . +.Sh BUGS +The lack of detailed memory usage data is unhelpful. |