svn commit: r303153 - head/share/man/man7

Konstantin Belousov kib at FreeBSD.org
Thu Jul 21 16:58:54 UTC 2016


Author: kib
Date: Thu Jul 21 16:58:53 2016
New Revision: 303153
URL: https://svnweb.freebsd.org/changeset/base/303153

Log:
  Remove spurious but harmless double-quote.
  
  Noted by:	jhb

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Thu Jul 21 16:56:04 2016	(r303152)
+++ head/share/man/man7/arch.7	Thu Jul 21 16:58:53 2016	(r303153)
@@ -47,7 +47,7 @@ On all supported architectures,
 .It float Ta 4
 .It double Ta 8
 .El
-.Bl -column -offset indent "Sy Architecture" "Sy sizeof(void *)" "Sy "sizeof(long double)"
+.Bl -column -offset indent "Sy Architecture" "Sy sizeof(void *)" "Sy sizeof(long double)"
 .It Sy Architecture Ta Sy sizeof(void *) Ta Sy sizeof(long double)
 .It amd64       Ta 8 Ta 16
 .It arm         Ta 4 Ta  8
@@ -66,7 +66,7 @@ On all supported architectures,
 .It sparc64     Ta 8 Ta 16
 .El
 .Ss Endianness and Char Signedness
-.Bl -column -offset indent "Sy Architecture" "Sy Endianness" "Sy "char Signedness"
+.Bl -column -offset indent "Sy Architecture" "Sy Endianness" "Sy char Signedness"
 .It Sy Architecture Ta Sy Endianness Ta Sy char Signedness
 .It amd64       Ta little Ta   signed
 .It arm         Ta little Ta unsigned


More information about the svn-src-head mailing list