From 3dc055fb76517c11b63148d15f88d5f7c3a2dbd2 Mon Sep 17 00:00:00 2001 From: yamt Date: Sat, 8 Apr 2006 12:04:22 +0000 Subject: [PATCH] s/non-graphic/non-printable/ to match with the code. --- bin/ls/ls.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index d594c3df7ed8..404a3783020d 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: ls.1,v 1.57 2005/10/26 02:24:22 jschauma Exp $ +.\" $NetBSD: ls.1,v 1.58 2006/04/08 12:04:22 yamt Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -173,7 +173,7 @@ Display a slash .Pq Sq \&/ immediately after each pathname that is a directory. .It Fl q -Force printing of non-graphic characters in file names as +Force printing of non-printable characters in file names as the character .Sq \&? ; this is the default when output is to a terminal.