diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 12:35:54 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 12:35:54 +0000 |
commit | b5b6ea79517a587ee8a4a77cf3d85cfc27d51163 (patch) | |
tree | bd6fdecc3b2610f737938f47b1ab6ff46f1b4742 /usr.bin/xargs | |
parent | 61e78652616621242710a0c1cdb9db8834aee19c (diff) |
use the UNIX-related macros (.At and .Ux) where appropriate.
ok jmc@
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index e6dc8a25800..46f458b5bf4 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.22 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: xargs.1,v 1.23 2009/10/22 12:35:53 sobrado Exp $ .\" $FreeBSD: xargs.1,v 1.30 2003/05/21 21:07:28 ru Exp $$ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)xargs.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: October 22 2009 $ .Dt XARGS 1 .Os .Sh NAME @@ -327,7 +327,8 @@ The meanings of the 123, 124, and 125 exit values were taken from .Sh HISTORY The .Nm -command appeared in PWB UNIX. +command appeared in PWB +.Ux . .Sh BUGS If .Ar utility |