Correct a typo.

PR:		28205
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
This commit is contained in:
Dima Dorfman 2001-06-16 22:04:58 +00:00
parent 53c24748d7
commit 9ad6a380e5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9626

View file

@ -15,7 +15,7 @@
author to assign us the copyright. For now, it is valuable
content so it should stay.
$FreeBSD$
$FreeBSD: doc/en_US.ISO8859-1/books/developers-handbook/x86/chapter.sgml,v 1.2 2001/06/15 21:26:07 murray Exp $
-->
<chapter id="x86">
@ -4239,7 +4239,7 @@ telephoto pictures.
Most of the programs we have written so far worked with
individual characters, or bytes, as their input: The
<application>hex</application> program converted individual bytes
into a hexadecimal number, the <application>cvs</application>
into a hexadecimal number, the <application>csv</application>
program either let a character through, or deleted it,
or changed it to a different character, etc.
</para>