Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys Add quotes for multi-words width string.



details:   https://anonhg.NetBSD.org/src/rev/70af4b8f3b5c
branches:  trunk
changeset: 763570:70af4b8f3b5c
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Mar 25 17:15:26 2011 +0000

description:
Add quotes for multi-words width string.

diffstat:

 lib/libc/sys/quotactl.2 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9dabd2bb9955 -r 70af4b8f3b5c lib/libc/sys/quotactl.2
--- a/lib/libc/sys/quotactl.2   Fri Mar 25 16:13:05 2011 +0000
+++ b/lib/libc/sys/quotactl.2   Fri Mar 25 17:15:26 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: quotactl.2,v 1.28 2011/03/06 17:19:25 wiz Exp $
+.\"    $NetBSD: quotactl.2,v 1.29 2011/03/25 17:15:26 njoly Exp $
 .\"
 .\" Copyright (c) 1983, 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -92,7 +92,7 @@
 .El
 .Pp
 The block or file dictionaries have the following structures:
-.Bl -tag -width expire time
+.Bl -tag -width "expire time"
 .It Dv usage
 an unsigned integer which contains the current usage.
 .It Dv soft



Home | Main Index | Thread Index | Old Index