Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 2020 14:20:07 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r366615 - head/share/man/man5
Message-ID:  <202010101420.09AEK72M015043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Oct 10 14:20:07 2020
New Revision: 366615
URL: https://svnweb.freebsd.org/changeset/base/366615

Log:
  man5: Fix a few typos spotted by igor
  
  - fstab(5): conjuction -> conjunction
  - mount.conf(5): repeated 'the'
  - periodic.conf(5): Partion ->  Partition
  
  MFC after:	1 week

Modified:
  head/share/man/man5/fstab.5
  head/share/man/man5/mount.conf.5
  head/share/man/man5/periodic.conf.5

Modified: head/share/man/man5/fstab.5
==============================================================================
--- head/share/man/man5/fstab.5	Sat Oct 10 13:46:48 2020	(r366614)
+++ head/share/man/man5/fstab.5	Sat Oct 10 14:20:07 2020	(r366615)
@@ -205,7 +205,7 @@ is applied automatically.
 .Pp
 The
 .Dq update
-option is typically used in conjuction with two
+option is typically used in conjunction with two
 .Nm
 files.
 The first

Modified: head/share/man/man5/mount.conf.5
==============================================================================
--- head/share/man/man5/mount.conf.5	Sat Oct 10 13:46:48 2020	(r366614)
+++ head/share/man/man5/mount.conf.5	Sat Oct 10 14:20:07 2020	(r366615)
@@ -123,8 +123,7 @@ is performed.
 When the kernel processes this line, a
 .Li mountroot>
 command-line prompt is displayed.
-At this prompt, the operator can enter the
-the root mount.
+At this prompt, the operator can enter the root mount.
 .It Ic .md Ar file
 Create a memory backed
 .Xr md 4

Modified: head/share/man/man5/periodic.conf.5
==============================================================================
--- head/share/man/man5/periodic.conf.5	Sat Oct 10 13:46:48 2020	(r366614)
+++ head/share/man/man5/periodic.conf.5	Sat Oct 10 14:20:07 2020	(r366615)
@@ -256,7 +256,7 @@ as configured in
 .Pq Vt bool
 Set to
 .Dq Li YES
-to create backup of EFI System Partion (ESP).
+to create backup of EFI System Partition (ESP).
 .It Va daily_backup_gpart_enable
 .Pq Vt bool
 Set to



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