Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2018 23:17:23 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r51369 - head/en_US.ISO8859-1/books/fdp-primer/structure
Message-ID:  <201801062317.w06NHNgm010123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Jan  6 23:17:22 2018
New Revision: 51369
URL: https://svnweb.freebsd.org/changeset/doc/51369

Log:
  FDP: Reduce confusion with man'n'
  
  - A lowercase 'n' looks like 'mann'. Make this slightly easier to read.
  - While here, fix indent
  
  PR:		224958
  Submitted by:	Vitalio <v.dol_s@hotmail.com>

Modified:
  head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml

Modified: head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml	Sat Jan  6 21:22:13 2018	(r51368)
+++ head/en_US.ISO8859-1/books/fdp-primer/structure/chapter.xml	Sat Jan  6 23:17:22 2018	(r51369)
@@ -94,7 +94,7 @@
 
 	  <row>
 	    <entry valign="top">
-		<filename><replaceable>lang</replaceable>.<replaceable>encoding</replaceable></filename></entry>
+	      <filename><replaceable>lang</replaceable>.<replaceable>encoding</replaceable></filename></entry>
 
 	    <entry>One directory exists for each available translation
 	      and encoding of the documentation, for example
@@ -158,7 +158,7 @@
 	      <filename>man</filename></entry>
 
 	    <entry>For translations of the system manual pages.  This
-	      directory will contain one or more <filename role="directory">man<replaceable>n</replaceable></filename>
+	      directory will contain one or more <filename role="directory">man</filename>
 	      directories, corresponding to the sections that have
 	      been translated.</entry>
 	  </row>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801062317.w06NHNgm010123>