mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
Tried to harden up the language about NOT including the package name (or
software version) in pkg/COMMENT. Implicitly requested by: Satoshi
This commit is contained in:
parent
eb283287c0
commit
7ead68ad95
1 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: porting.sgml,v 1.47 1996/12/09 08:24:03 obrien Exp $ -->
|
||||
<!-- $Id: porting.sgml,v 1.48 1996/12/09 08:47:03 obrien Exp $ -->
|
||||
<!-- The FreeBSD Documentation Project -->
|
||||
|
||||
<sect1><heading>Porting an existing piece of free software<label id="porting"></heading>
|
||||
|
|
@ -191,10 +191,10 @@ The pattern is the year followed by the month.
|
|||
<sect4>
|
||||
<heading>COMMENT</heading>
|
||||
|
||||
<p>This is the one-line description of the port. It is
|
||||
recommended to <em>not</em> have the name of the package
|
||||
at the beginning, or the version number of the software at
|
||||
the end. Here is an example:
|
||||
<p>This is the one-line description of the port. <em>PLEASE
|
||||
do not include the package name (or version number of the
|
||||
software) in the comment.</em>
|
||||
Here is an example:
|
||||
<tscreen><verb>
|
||||
A cat chasing a mouse all over the screen.
|
||||
</verb></tscreen>
|
||||
|
|
|
|||
Loading…
Reference in a new issue