Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2014 11:03:23 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r275757 - stable/10/usr.bin/mkimg
Message-ID:  <201412141103.sBEB3N4V007848@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Sun Dec 14 11:03:22 2014
New Revision: 275757
URL: https://svnweb.freebsd.org/changeset/base/275757

Log:
  MFC r274495:
  
  Add missing commas to .Xr.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/usr.bin/mkimg/mkimg.1
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/mkimg/mkimg.1
==============================================================================
--- stable/10/usr.bin/mkimg/mkimg.1	Sun Dec 14 10:49:22 2014	(r275756)
+++ stable/10/usr.bin/mkimg/mkimg.1	Sun Dec 14 11:03:22 2014	(r275757)
@@ -220,9 +220,9 @@ utility supports assigning labels to the
 In the following example the file system partition is labeled as 'backup':
 .Dl % mkimg -s gpt -p freebsd-ufs/backup:=file-system.ufs -o gpt.img
 .Sh SEE ALSO
-.Xr gpart 8
-.Xr makefs 8
-.Xr mdconfig 8
+.Xr gpart 8 ,
+.Xr makefs 8 ,
+.Xr mdconfig 8 ,
 .Xr newfs 8
 .Sh HISTORY
 The



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