Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2020 21:08:11 +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: r365858 - head/share/man/man9
Message-ID:  <202009172108.08HL8BoO003985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gbe (doc committer)
Date: Thu Sep 17 21:08:11 2020
New Revision: 365858
URL: https://svnweb.freebsd.org/changeset/base/365858

Log:
  man(9): Some markup fixes
  
  - whitespace at end of input line
  - skipping paragraph macro: Pp after Sh
  
  MFC after:	3 days

Modified:
  head/share/man/man9/EVENTHANDLER.9
  head/share/man/man9/OF_node_from_xref.9
  head/share/man/man9/ieee80211.9
  head/share/man/man9/socket.9
  head/share/man/man9/tcp_functions.9
  head/share/man/man9/ucred.9

Modified: head/share/man/man9/EVENTHANDLER.9
==============================================================================
--- head/share/man/man9/EVENTHANDLER.9	Thu Sep 17 20:55:42 2020	(r365857)
+++ head/share/man/man9/EVENTHANDLER.9	Thu Sep 17 21:08:11 2020	(r365858)
@@ -299,7 +299,7 @@ Callback invoked when an interfance has been removed f
 .It Vt ifaddr_event
 Callbacks invoked when an address is set up on a network interface.
 .It Vt ifaddr_event_ext
-Callback invoked when an address has been added or removed from an interface. 
+Callback invoked when an address has been added or removed from an interface.
 .It Vt if_clone_event
 Callbacks invoked when an interface is cloned.
 .It Vt iflladdr_event

Modified: head/share/man/man9/OF_node_from_xref.9
==============================================================================
--- head/share/man/man9/OF_node_from_xref.9	Thu Sep 17 20:55:42 2020	(r365857)
+++ head/share/man/man9/OF_node_from_xref.9	Thu Sep 17 21:08:11 2020	(r365858)
@@ -64,7 +64,7 @@ the values of "phandle" properties.
 and
 .Fn OF_xref_from_node
 are used to perform conversion between these two kinds of node
-identifiers. 
+identifiers.
 .Pp
 .Fn OF_node_from_xref
 returns the kernel phandle for the effective phandle

Modified: head/share/man/man9/ieee80211.9
==============================================================================
--- head/share/man/man9/ieee80211.9	Thu Sep 17 20:55:42 2020	(r365857)
+++ head/share/man/man9/ieee80211.9	Thu Sep 17 21:08:11 2020	(r365858)
@@ -706,7 +706,7 @@ and were later ported to
 This man page was updated with the information from
 .Nx
 .Nm
-man page. 
+man page.
 .Sh AUTHORS
 .An -nosplit
 The original

Modified: head/share/man/man9/socket.9
==============================================================================
--- head/share/man/man9/socket.9	Thu Sep 17 20:55:42 2020	(r365857)
+++ head/share/man/man9/socket.9	Thu Sep 17 21:08:11 2020	(r365858)
@@ -56,7 +56,7 @@
 .Fn sodisconnect "struct socket *so"
 .Ft void
 .Fo sodtor_set
-.Fa "struct socket *so" 
+.Fa "struct socket *so"
 .Fa "void (*func)(struct socket *)"
 .Fc
 .Ft struct  sockaddr *

Modified: head/share/man/man9/tcp_functions.9
==============================================================================
--- head/share/man/man9/tcp_functions.9	Thu Sep 17 20:55:42 2020	(r365857)
+++ head/share/man/man9/tcp_functions.9	Thu Sep 17 21:08:11 2020	(r365858)
@@ -281,8 +281,9 @@ for that socket, the kernel will call the function poi
 .Va tfb_tcp_handoff_ok
 field.
 The function should return 0 if the user is allowed to switch the socket to use
-the TCP stack. Otherwise, the function should return an error code, which will
-be returned to the user.
+the TCP stack.
+Otherwise, the function should return an error code, which will be returned to
+the user.
 If the
 .Va tfb_tcp_handoff_ok
 field is

Modified: head/share/man/man9/ucred.9
==============================================================================
--- head/share/man/man9/ucred.9	Thu Sep 17 20:55:42 2020	(r365857)
+++ head/share/man/man9/ucred.9	Thu Sep 17 21:08:11 2020	(r365858)
@@ -143,7 +143,6 @@ and appropriately sets fields in the latter that are n
 the former
 (e.g.,
 .Va cr_version ) .
-.Pp
 .Sh RETURN VALUES
 .Fn crget ,
 .Fn crhold ,



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