Module Name:    src
Committed By:   wiz
Date:           Tue Nov  1 23:18:07 UTC 2011

Modified Files:
        src/share/man/man9: scanc.9

Log Message:
Fix typo, try to improve Nd.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/scanc.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/scanc.9
diff -u src/share/man/man9/scanc.9:1.1 src/share/man/man9/scanc.9:1.2
--- src/share/man/man9/scanc.9:1.1	Tue Nov  1 13:33:05 2011
+++ src/share/man/man9/scanc.9	Tue Nov  1 23:18:07 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: scanc.9,v 1.1 2011/11/01 13:33:05 yamt Exp $
+.\"	$NetBSD: scanc.9,v 1.2 2011/11/01 23:18:07 wiz Exp $
 .\"
 .\" Copyright (c)2011 YAMAMOTO Takashi,
 .\" All rights reserved.
@@ -31,7 +31,7 @@
 .\" ------------------------------------------------------------
 .Sh NAME
 .Nm scanc
-.Nd Scan characters
+.Nd use byte string as lookup table index
 .\" ------------------------------------------------------------
 .Sh SYNOPSIS
 .In lib/libkern/libkern.h
@@ -51,7 +51,7 @@ A character in the string is used as an 
 .Fa table .
 If a bitwise-AND of the byte from the table and
 .Fa mask
-isn't zero or the string is exausted, the scan stops.
+isn't zero or the string is exhausted, the scan stops.
 .\" ------------------------------------------------------------
 .Sh RETURN VALUES
 The

Reply via email to