Sort SEE ALSO.

This commit is contained in:
wiz 2011-04-08 08:49:19 +00:00
parent 0c99d89e18
commit 3d72e50534
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: roundup.9,v 1.6 2011/04/08 07:55:04 jruoho Exp $
.\" $NetBSD: roundup.9,v 1.7 2011/04/08 08:49:19 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -94,8 +94,8 @@ uint16_t rx;
rx = roundup2(rx, sizeof(uint32_t));
.Ed
.Sh SEE ALSO
.Xr param 3 ,
.Xr ilog2 3 ,
.Xr param 3 ,
.Xr imax 9
.Sh CAVEATS
All described macros make no assumptions about the type of the parameters.