Sort SEE ALSO.

This commit is contained in:
wiz 2011-04-08 08:47:50 +00:00
parent 264450c5e9
commit b0f3c6983e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ffs32.3,v 1.5 2011/04/08 08:40:05 jruoho Exp $
.\" $NetBSD: ffs32.3,v 1.6 2011/04/08 08:47:50 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -93,8 +93,8 @@ f = ffs32(n);
l = fls32(n);
.Ed
.Sh SEE ALSO
.Xr bits 3 ,
.Xr bitops 3 ,
.Xr bits 3 ,
.Xr bitstring 3 ,
.Xr ffs 3 ,
.Xr setbit 9