Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Sep 2020 14:49:32 +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: r365903 - head/tools/build/options
Message-ID:  <202009191449.08JEnW6p051356@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Sat Sep 19 14:49:31 2020
New Revision: 365903
URL: https://svnweb.freebsd.org/changeset/base/365903

Log:
  src.conf(5): Fix some mandoc issues in source files
  
  - new sentence, new line
  - blank line in fill mode
  
  Event:		September 2020 Bugathon
  MFC after:	1 week

Modified:
  head/tools/build/options/WITH_LOADER_FIREWIRE
  head/tools/build/options/WITH_LOADER_VERBOSE
  head/tools/build/options/WITH_NVME

Modified: head/tools/build/options/WITH_LOADER_FIREWIRE
==============================================================================
--- head/tools/build/options/WITH_LOADER_FIREWIRE	Sat Sep 19 13:55:26 2020	(r365902)
+++ head/tools/build/options/WITH_LOADER_FIREWIRE	Sat Sep 19 14:49:31 2020	(r365903)
@@ -1,3 +1,3 @@
 .\" $FreeBSD$
-Enable firewire support in /boot/loader on x86. This option is a nop
-on all other platforms.
+Enable firewire support in /boot/loader on x86.
+This option is a nop on all other platforms.

Modified: head/tools/build/options/WITH_LOADER_VERBOSE
==============================================================================
--- head/tools/build/options/WITH_LOADER_VERBOSE	Sat Sep 19 13:55:26 2020	(r365902)
+++ head/tools/build/options/WITH_LOADER_VERBOSE	Sat Sep 19 14:49:31 2020	(r365903)
@@ -2,4 +2,3 @@
 Set to build with extra verbose debugging in the loader.
 May explode already nearly too large loader over the limit.
 Use with care.
-

Modified: head/tools/build/options/WITH_NVME
==============================================================================
--- head/tools/build/options/WITH_NVME	Sat Sep 19 13:55:26 2020	(r365902)
+++ head/tools/build/options/WITH_NVME	Sat Sep 19 14:49:31 2020	(r365903)
@@ -1,3 +1,2 @@
 .\" $FreeBSD$
 Set to build nvme related tools and kernel modules.
-



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