Don't break line at the space since it is not a word separator but

an example of space character.
This commit is contained in:
enami 2004-10-15 15:07:54 +00:00
parent b0a1d8f11d
commit b07577d748
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isgraph.3,v 1.10 2003/08/07 16:42:52 agc Exp $
.\" $NetBSD: isgraph.3,v 1.11 2004/10/15 15:07:54 enami Exp $
.\"
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
@ -48,7 +48,7 @@
.Sh DESCRIPTION
The
.Fn isgraph
function tests for any printing character except space (' ').
function tests for any printing character except space ('\ ').
.Sh RETURN VALUES
The
.Fn isgraph