svn commit: r41546 - head/en_US.ISO8859-1/books/porters-handbook

Eitan Adler eadler at FreeBSD.org
Sat May 4 02:18:28 UTC 2013


Author: eadler
Date: Sat May  4 02:18:27 2013
New Revision: 41546
URL: http://svnweb.freebsd.org/changeset/doc/41546

Log:
  Correct the name of the .desktop file.
  
  Reported by:	bjk
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/book.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/book.xml	Fri May  3 14:23:32 2013	(r41545)
+++ head/en_US.ISO8859-1/books/porters-handbook/book.xml	Sat May  4 02:18:27 2013	(r41546)
@@ -6302,7 +6302,8 @@ USE_XORG=	x11 xpm</programlisting>
 	  <title>Updating desktop database</title>
 
 	  <para>If a port has a MimeType entry in its
-	    <filename>.desktop</filename>, the desktop database must
+	    <filename><replaceable>portname</replaceable>.desktop</filename>,
+	    the desktop database must
 	    be updated after install and deinstall.  To do this,
 	    define <makevar>USES</makevar>= desktop-file-utils.</para>
 	</sect3>


More information about the svn-doc-head mailing list