diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 06:32:39 +0000 |
commit | cdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (patch) | |
tree | 41adf4a10c4f0d96bf0ba441636caac3b5d84f84 /usr.bin/xargs/xargs.1 | |
parent | 18359d659dc6d1787630809adba2563122681b41 (diff) |
no longer any need to quote macro lines with >9 args;
From: Jan Stary
Diffstat (limited to 'usr.bin/xargs/xargs.1')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index c61247cbcce..f23db1e2dc5 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.26 2010/09/03 11:09:29 jmc Exp $ +.\" $OpenBSD: xargs.1,v 1.27 2013/08/14 06:32:30 jmc Exp $ .\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -34,12 +34,12 @@ .\" .\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: September 3 2010 $ +.Dd $Mdocdate: August 14 2013 $ .Dt XARGS 1 .Os .Sh NAME .Nm xargs -.Nd "construct argument list(s) and execute utility" +.Nd construct argument list(s) and execute utility .Sh SYNOPSIS .Nm xargs .Bk -words |