diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-10-30 00:24:46 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-10-30 00:24:46 +0000 |
commit | 33736ffdf1f2ac217360b569f5f830d55f4cfde4 (patch) | |
tree | 73d2123b9938a843493510c640d1ad2be8081211 /usr.bin/xargs | |
parent | 0f9fe76e9ba60a970964ebdbc054abf80e947a7d (diff) |
usr.bin/ man page fixes, t-z
Diffstat (limited to 'usr.bin/xargs')
-rw-r--r-- | usr.bin/xargs/xargs.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index e2ca32f6334..1307f1070b3 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xargs.1,v 1.5 1997/12/13 20:05:55 deraadt Exp $ +.\" $OpenBSD: xargs.1,v 1.6 1998/10/30 00:24:44 aaron Exp $ .\" $NetBSD: xargs.1,v 1.6 1994/11/14 06:51:40 jtc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -155,6 +155,7 @@ or an invocation of the utility exits with a value of 255. .Sh DIAGNOSTICS .Nm xargs exits with one of the following values: +.Pp .Bl -tag -width Ds -compact .It 0 All invocations of |