diff options
author | 2010-01-10 10:53:33 +0000 | |
---|---|---|
committer | 2010-01-10 10:53:33 +0000 | |
commit | b463a36b7bf14e00d2880de2bc7a40064ab930aa (patch) | |
tree | 2ef9b58a14ba87c48d69cca3a20e8f13c704e457 /usr.bin/sed | |
parent | have smtpd errx() at startup if no hostname could be detected either from (diff) | |
download | wireguard-openbsd-b463a36b7bf14e00d2880de2bc7a40064ab930aa.tar.xz wireguard-openbsd-b463a36b7bf14e00d2880de2bc7a40064ab930aa.zip |
remove references to docs we no longer install;
Diffstat (limited to 'usr.bin/sed')
-rw-r--r-- | usr.bin/sed/sed.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/sed/sed.1 b/usr.bin/sed/sed.1 index 57a8026e447..1e0f96da26d 100644 --- a/usr.bin/sed/sed.1 +++ b/usr.bin/sed/sed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sed.1,v 1.34 2009/08/07 06:37:50 jmc Exp $ +.\" $OpenBSD: sed.1,v 1.35 2010/01/10 10:53:33 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)sed.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: August 7 2009 $ +.Dd $Mdocdate: January 10 2010 $ .Dt SED 1 .Os .Sh NAME @@ -521,9 +521,6 @@ option on the command line. .Xr regex 3 , .Xr setbuf 3 , .Xr re_format 7 -.Pp -"SED \(em A Non-interactive Text Editor", -.Pa /usr/share/doc/usd/15.sed/ . .Sh STANDARDS The .Nm |