svn commit: r365903 - head/tools/build/options

Gordon Bergling gbe at FreeBSD.org
Sat Sep 19 14:49:33 UTC 2020


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.
-


More information about the svn-src-all mailing list