diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-10 10:53:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-01-10 10:53:34 +0000 |
commit | a42a8371e2f9dd8a1135b9a43ac727674a866bb1 (patch) | |
tree | 454ce954ab5a697704cb3e12983984225664d2a8 /bin | |
parent | 491813702c6c9feb39b78b93e5ed9f1ce44c07f4 (diff) |
remove references to docs we no longer install;
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/csh.1 | 7 | ||||
-rw-r--r-- | bin/ed/ed.1 | 10 |
2 files changed, 4 insertions, 13 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index d36ca5af2dc..079470dc668 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.62 2009/07/22 06:40:56 guenther Exp $ +.\" $OpenBSD: csh.1,v 1.63 2010/01/10 10:53:33 jmc Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)csh.1 8.2 (Berkeley) 1/21/94 .\" -.Dd $Mdocdate: July 22 2009 $ +.Dd $Mdocdate: January 10 2010 $ .Dt CSH 1 .Os .Sh NAME @@ -2724,9 +2724,6 @@ source of home directories for .Xr a.out 5 , .Xr environ 7 , .Xr script 7 -.Pp -"An Introduction to the C shell", -.Pa /usr/share/doc/usd/04.csh/ . .Sh HISTORY .Nm appeared in diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index b91e1a108a8..debe6c7489e 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.53 2009/02/08 17:15:09 jmc Exp $ +.\" $OpenBSD: ed.1,v 1.54 2010/01/10 10:53:33 jmc Exp $ .\" .\" Copyright (c) 1993 Andrew Moore, Talke Studio. .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: January 10 2010 $ .Dt ED 1 .Os .Sh NAME @@ -771,12 +771,6 @@ but any changes to the buffer are lost. .Xr sh 1 , .Xr vi 1 , .Xr re_format 7 -.Pp -"A Tutorial Introduction to the UNIX Text Editor", -.Pa /usr/share/doc/usd/09.edtut/ . -.Pp -"Advanced Editing on UNIX", -.Pa /usr/share/doc/usd/10.edadv/ . .Rs .%A B. W. Kernighan .%A P. J. Plauger |