Module Name: src Committed By: jruoho Date: Tue Apr 13 08:24:31 UTC 2010
Modified Files: src/share/man/man9: SET.9 Log Message: Add a BUGS section. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/SET.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man9/SET.9 diff -u src/share/man/man9/SET.9:1.1 src/share/man/man9/SET.9:1.2 --- src/share/man/man9/SET.9:1.1 Mon Mar 22 10:32:48 2010 +++ src/share/man/man9/SET.9 Tue Apr 13 08:24:31 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: SET.9,v 1.1 2010/03/22 10:32:48 jruoho Exp $ +.\" $NetBSD: SET.9,v 1.2 2010/04/13 08:24:31 jruoho Exp $ .\" .\" Copyright (c) 2010 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 22, 2010 +.Dd April 13, 2010 .Dt SET 9 .Os .Sh NAME @@ -64,8 +64,8 @@ is set in .Fa val . .El -.Pp -The rationale is to provide clarity in the source code, -but arguably these operations are clear enough without the use of the macros. .Sh SEE ALSO .Xr bits 3 +.Sh BUGS +The rationale is to provide clarity in the source code, +but arguably these operations are clear enough without the use of the macros.