diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-24 11:46:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-24 11:46:54 +0000 |
commit | 20fceac37c1a322e86f956c818ec6c7d27718ef7 (patch) | |
tree | be04cb48540b1d320e24bcb72d6780b4ae166f0e /usr.bin/sed | |
parent | a450de5fe10dc78491467c7937dbe6562e730f89 (diff) |
+.Ex -std sed
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index b1717215031..2134c44c267 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.23 2004/10/04 21:37:49 jmc Exp $ +.\" $OpenBSD: sed.1,v 1.24 2006/10/24 11:46:53 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -489,9 +489,7 @@ This is the same as specifying the option on the command line. .El .Pp -The -.Nm -utility exits 0 on success or >0 if an error occurred. +.Ex -std sed .Sh SEE ALSO .Xr awk 1 , .Xr ed 1 , |