svn commit: r360533 - head/share/man/man9

Benedict Reuschling bcr at FreeBSD.org
Fri May 1 11:36:40 UTC 2020


Author: bcr (doc committer)
Date: Fri May  1 11:36:39 2020
New Revision: 360533
URL: https://svnweb.freebsd.org/changeset/base/360533

Log:
  Fix typo in r360492:
  
  appeard -> appeared
  
  Reported by:	trasz (via IRC)

Modified:
  head/share/man/man9/disk.9
  head/share/man/man9/epoch.9

Modified: head/share/man/man9/disk.9
==============================================================================
--- head/share/man/man9/disk.9	Fri May  1 10:32:42 2020	(r360532)
+++ head/share/man/man9/disk.9	Fri May  1 11:36:39 2020	(r360533)
@@ -244,7 +244,7 @@ structure for this disk device.
 .Sh HISTORY
 The
 .Nm kernel disk storage API
-first appeard in
+first appeared in
 .Fx 4.9 .
 .Sh SEE ALSO
 .Xr GEOM 4 ,

Modified: head/share/man/man9/epoch.9
==============================================================================
--- head/share/man/man9/epoch.9	Fri May  1 10:32:42 2020	(r360532)
+++ head/share/man/man9/epoch.9	Fri May  1 11:36:39 2020	(r360533)
@@ -284,7 +284,7 @@ kernel programming interface is under development and 
 .Sh HISTORY
 The
 .Nm
-framework first appeard in
+framework first appeared in
 .Fx 11.0 .
 .Sh SEE ALSO
 .Xr locking 9 ,


More information about the svn-src-all mailing list