|
|||||||||||
|
documentation/3063: minor change for checklist.html, DESCR -> 72 chars
From: <nick(at)nauwelaerts.net>
Date: Fri Jan 10 2003 - 02:20:13 EST
System : OpenBSD -current Architecture: OpenBSD.i386 Machine : i386 >Description: DESCR should better be wrapped at 72 characters instead of 80, this seems to be the most common practice. Also suggest to use fold instead of fmt, because it lets you keep most of the formatting. >How-To-Repeat: N/A >Fix: Index: checklist.html RCS file: /cvs/www/checklist.html,v retrieving revision 1.45 diff -u -r1.45 checklist.html --- checklist.html 19 Nov 2002 22:02:19 -0000 1.45 +++ checklist.html 10 Jan 2003 07:19:07 -0000@@ -305,8 +305,8 @@ <ul><li> DESCR is a longer description of the port. One to a few paragraphs concisely explaining what the port does is sufficient. It is also advised to -wrap your lines at 80 characters. This can be done by first editing the DESCR -file and then running it through 'fmt -w 80'. +wrap your lines at 72 characters. This can be done by first editing the DESCR +file and then running it through 'fold -sw 72'. <li> PLIST is kept empty at this point. </ul> >Release-Note:
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:46 EDT |
||||||||||
|
|||||||||||