diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 03:17:42 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 03:17:42 +0000 |
commit | 17744fce45beaf565f1c0b1d615f987bdedc877a (patch) | |
tree | ab9547347e48bc88fe5689a3d744e586c8131a2c /usr.bin/sed | |
parent | e6864e83ea82f3380b6ee56c2353b9b69b62f16a (diff) |
Some section re-ordering.
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 815ca59aa50..8152ca5ea42 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.10 2000/03/05 00:28:55 aaron Exp $ +.\" $OpenBSD: sed.1,v 1.11 2000/03/06 03:17:39 aaron Exp $ .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -495,14 +495,14 @@ utility exits 0 on success or >0 if an error occurred. .Xr grep 1 , .Xr regex 3 , .Xr re_format 7 -.Sh HISTORY -A -.Nm -command appeared in -.At v7 . .Sh STANDARDS The .Nm function is expected to be a superset of the .St -p1003.2 specification. +.Sh HISTORY +A +.Nm +command appeared in +.At v7 . |