diff options
author | 2006-10-24 11:46:53 +0000 | |
---|---|---|
committer | 2006-10-24 11:46:53 +0000 | |
commit | b916d9a3be36ca1c0ae57543297768c96f6a5166 (patch) | |
tree | 3e81d010e18584576f6dac29e24abf7262a92802 | |
parent | Reuse len instead of calling strlen again. (diff) | |
download | wireguard-openbsd-b916d9a3be36ca1c0ae57543297768c96f6a5166.tar.xz wireguard-openbsd-b916d9a3be36ca1c0ae57543297768c96f6a5166.zip |
+.Ex -std 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 , |