From owner-svn-src-stable@freebsd.org Wed Jul 19 18:59:27 2017 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D59E3CFFD36; Wed, 19 Jul 2017 18:59:27 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFD16670C6; Wed, 19 Jul 2017 18:59:27 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6JIxQV3083258; Wed, 19 Jul 2017 18:59:26 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6JIxQYp083252; Wed, 19 Jul 2017 18:59:26 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201707191859.v6JIxQYp083252@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Wed, 19 Jul 2017 18:59:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r321229 - stable/11/share/man/man9 X-SVN-Group: stable-11 X-SVN-Commit-Author: ngie X-SVN-Commit-Paths: stable/11/share/man/man9 X-SVN-Commit-Revision: 321229 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2017 18:59:27 -0000 Author: ngie Date: Wed Jul 19 18:59:26 2017 New Revision: 321229 URL: https://svnweb.freebsd.org/changeset/base/321229 Log: MFC note: cnv(9) diff ignored since API/manpage not present on ^/stable/11. MFC r309066: r309066 (by brueffer): Fix various mdoc issues reported by mandoc -Tlint. Modified: stable/11/share/man/man9/bus_map_resource.9 stable/11/share/man/man9/counter.9 stable/11/share/man/man9/osd.9 stable/11/share/man/man9/pmap_zero_page.9 stable/11/share/man/man9/rman.9 stable/11/share/man/man9/tcp_functions.9 Directory Properties: stable/11/ (props changed) Modified: stable/11/share/man/man9/bus_map_resource.9 ============================================================================== --- stable/11/share/man/man9/bus_map_resource.9 Wed Jul 19 18:41:16 2017 (r321228) +++ stable/11/share/man/man9/bus_map_resource.9 Wed Jul 19 18:59:26 2017 (r321229) @@ -135,6 +135,8 @@ By default memory mappings use the .Dv VM_MEMATTR_UNCACHEABLE attribute. .El +.Sh RETURN VALUES +Zero is returned on success, otherwise an error is returned. .Sh EXAMPLES This maps a PCI memory BAR with the write-combining memory attribute and reads the first 32-bit word: @@ -153,9 +155,6 @@ reads the first 32-bit word: bus_map_resource(dev, SYS_RES_MEMORY, r, &args, &map); val = bus_read_4(&map, 0); .Ed -.Pp -.Sh RETURN VALUES -Zero is returned on success, otherwise an error is returned. .Sh SEE ALSO .Xr bus_activate_resource 9 , .Xr bus_alloc_resource 9 , Modified: stable/11/share/man/man9/counter.9 ============================================================================== --- stable/11/share/man/man9/counter.9 Wed Jul 19 18:41:16 2017 (r321228) +++ stable/11/share/man/man9/counter.9 Wed Jul 19 18:59:26 2017 (r321229) @@ -224,7 +224,6 @@ static counter_u64_t array[MY_SIZE]; SYSCTL_COUNTER_U64_ARRAY(_debug, OID_AUTO, counter_array, CTLFLAG_RW, &array[0], MY_SIZE, "Test counter array"); .Ed -.Pp .Sh SEE ALSO .Xr atomic 9 , .Xr critical 9 , Modified: stable/11/share/man/man9/osd.9 ============================================================================== --- stable/11/share/man/man9/osd.9 Wed Jul 19 18:41:16 2017 (r321228) +++ stable/11/share/man/man9/osd.9 Wed Jul 19 18:59:26 2017 (r321229) @@ -412,7 +412,8 @@ return zero on success or ENOMEM if the specified type triggered an internal .Xr realloc 9 which failed -.Fn ( osd_set_reserved +.Ns ( +.Fn osd_set_reserved will always succeed when .Fa rsv is non-NULL). Modified: stable/11/share/man/man9/pmap_zero_page.9 ============================================================================== --- stable/11/share/man/man9/pmap_zero_page.9 Wed Jul 19 18:41:16 2017 (r321228) +++ stable/11/share/man/man9/pmap_zero_page.9 Wed Jul 19 18:59:26 2017 (r321229) @@ -52,7 +52,6 @@ The function is used to zero-fill an area of a page. The range specified must not cross a page boundary; it must be contained entirely within a single page. -.Pp The .Fn pmap_zero_page_idle interface is used by the Modified: stable/11/share/man/man9/rman.9 ============================================================================== --- stable/11/share/man/man9/rman.9 Wed Jul 19 18:41:16 2017 (r321228) +++ stable/11/share/man/man9/rman.9 Wed Jul 19 18:59:26 2017 (r321229) @@ -468,8 +468,8 @@ function returns a pointer to the device which reserve .Xr bus_alloc_resource 9 , .Xr bus_map_resource 9 , .Xr bus_release_resource 9 , -.Xr bus_space 9 , .Xr bus_set_resource 9 , +.Xr bus_space 9 , .Xr mutex 9 .Sh AUTHORS This manual page was written by Modified: stable/11/share/man/man9/tcp_functions.9 ============================================================================== --- stable/11/share/man/man9/tcp_functions.9 Wed Jul 19 18:41:16 2017 (r321228) +++ stable/11/share/man/man9/tcp_functions.9 Wed Jul 19 18:59:26 2017 (r321229) @@ -268,6 +268,7 @@ the current default function block. The .Fa blk argument references a function block that is not currently registered. +.El .Sh SEE ALSO .Xr malloc 9 , .Xr tcp 4