diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-16 01:59:13 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-11-16 01:59:13 +0000 |
| commit | ab687ca146cc86871eb5ad62270b007e526b4d26 (patch) | |
| tree | 5f4cff644f4ab9fa13f8ee46811698cd38af2754 | |
| parent | 4c3154d9fddcf82880ac45532a41a8ed5fa3396b (diff) | |
Notes
| -rw-r--r-- | share/doc/handbook/porting.sgml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/doc/handbook/porting.sgml b/share/doc/handbook/porting.sgml index 629b01ccb515..73ee39c6a869 100644 --- a/share/doc/handbook/porting.sgml +++ b/share/doc/handbook/porting.sgml @@ -1,4 +1,4 @@ -<!-- $Id: porting.sgml,v 1.7 1995/10/07 04:31:35 jfieber Exp $ --> +<!-- $Id: porting.sgml,v 1.8 1995/11/14 23:58:43 asami Exp $ --> <!-- The FreeBSD Documentation Project --> <sect><heading>Porting applications<label id="porting"></heading> @@ -125,7 +125,7 @@ # Date created: 5 December 1994 # Whom: asami # - # $Id: porting.sgml,v 1.7 1995/10/07 04:31:35 jfieber Exp $ + # $Id: porting.sgml,v 1.8 1995/11/14 23:58:43 asami Exp $ # DISTNAME= oneko-1.1b @@ -156,10 +156,10 @@ <heading>COMMENT</heading> <p>This is the one-line description of the port. It is - recommended to have the name of the package at the + recommended to not have the name of the package at the beginning, as in: <tscreen><verb> -oneko-1.1b, a cat chasing a mouse all over the screen +A cat chasing a mouse all over the screen </verb></tscreen> <sect3> @@ -882,7 +882,7 @@ lib/libtcl.so.7.3 person who wrote this Makefile] # Whom: Satoshi Asami <asami@FreeBSD.ORG> # - # $Id: porting.sgml,v 1.7 1995/10/07 04:31:35 jfieber Exp $ + # $Id: porting.sgml,v 1.8 1995/11/14 23:58:43 asami Exp $ [ ^^^^ don't worry about this...it will be automatically filled in by CVS when it is committed to our repository] # |
