Source-Changes-HG archive

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

[src/trunk]: src/bin/test Properly quote `[' as macro argument.



details:   https://anonhg.NetBSD.org/src/rev/b305d3ad700f
branches:  trunk
changeset: 516150:b305d3ad700f
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Oct 17 21:14:45 2001 +0000

description:
Properly quote `[' as macro argument.

diffstat:

 bin/test/test.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4a0187c72bc6 -r b305d3ad700f bin/test/test.1
--- a/bin/test/test.1   Wed Oct 17 21:08:15 2001 +0000
+++ b/bin/test/test.1   Wed Oct 17 21:14:45 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: test.1,v 1.14 2000/09/04 07:30:13 kleink Exp $
+.\"    $NetBSD: test.1,v 1.15 2001/10/17 21:14:45 wiz Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -46,7 +46,7 @@
 .Sh SYNOPSIS
 .Nm test
 .Ar expression
-.Nm [
+.Nm \&[
 .Ar expression Cm ]
 .Sh DESCRIPTION
 The



Home | Main Index | Thread Index | Old Index