From owner-svn-src-all@FreeBSD.ORG Fri May 18 00:32:30 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11303106567D; Fri, 18 May 2012 00:32:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E53B48FC1F; Fri, 18 May 2012 00:32:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4I0WTf3024864; Fri, 18 May 2012 00:32:29 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4I0WTFg024840; Fri, 18 May 2012 00:32:29 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205180032.q4I0WTFg024840@svn.freebsd.org> From: Glen Barber Date: Fri, 18 May 2012 00:32:29 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r235576 - in stable/8: lib/libbluetooth lib/libc/net lib/libc/posix1e lib/libc/rpc lib/libc/stdlib lib/libc/string lib/libelf lib/libgpib lib/libkvm lib/libradius lib/libusb lib/msun/ma... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2012 00:32:30 -0000 Author: gjb (doc committer) Date: Fri May 18 00:32:29 2012 New Revision: 235576 URL: http://svn.freebsd.org/changeset/base/235576 Log: MFC r235286: General mdoc(7) and typo fixes. PR: 167734 Modified: stable/8/lib/libbluetooth/bluetooth.3 stable/8/lib/libc/net/sctp_connectx.3 stable/8/lib/libc/net/sctp_recvmsg.3 stable/8/lib/libc/net/sourcefilter.3 stable/8/lib/libc/posix1e/acl_delete_entry.3 stable/8/lib/libc/rpc/publickey.3 stable/8/lib/libc/stdlib/getenv.3 stable/8/lib/libc/stdlib/strfmon.3 stable/8/lib/libc/string/strlcpy.3 stable/8/lib/libelf/elf_getdata.3 stable/8/lib/libelf/elf_strptr.3 stable/8/lib/libelf/gelf_getphdr.3 stable/8/lib/libelf/gelf_newehdr.3 stable/8/lib/libgpib/gpib.3 stable/8/lib/libkvm/kvm_getpcpu.3 stable/8/lib/libradius/libradius.3 stable/8/lib/libusb/libusb.3 stable/8/lib/libusb/libusb20.3 stable/8/lib/msun/man/complex.3 stable/8/share/man/man3/pthread.3 stable/8/share/man/man3/pthread_condattr.3 stable/8/sys/netinet/libalias/libalias.3 stable/8/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 Directory Properties: stable/8/lib/libbluetooth/ (props changed) stable/8/lib/libc/ (props changed) stable/8/lib/libelf/ (props changed) stable/8/lib/libgpib/ (props changed) stable/8/lib/libkvm/ (props changed) stable/8/lib/libradius/ (props changed) stable/8/lib/libusb/ (props changed) stable/8/lib/msun/ (props changed) stable/8/share/man/man3/ (props changed) stable/8/sys/ (props changed) stable/8/usr.sbin/bsnmpd/ (props changed) Modified: stable/8/lib/libbluetooth/bluetooth.3 ============================================================================== --- stable/8/lib/libbluetooth/bluetooth.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libbluetooth/bluetooth.3 Fri May 18 00:32:29 2012 (r235576) @@ -494,7 +494,8 @@ previously obtained with .Xr bt_devopen 3 . Filtering can be done on packet types, i.e. .Dv ACL , -.Dv SCO or +.Dv SCO +or .Dv HCI , command and event packets, and, in addition, on .Dv HCI Modified: stable/8/lib/libc/net/sctp_connectx.3 ============================================================================== --- stable/8/lib/libc/net/sctp_connectx.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/net/sctp_connectx.3 Fri May 18 00:32:29 2012 (r235576) @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm sctp_connectx -.Nd connect an SCTP socket with multiple destination addresses. +.Nd connect an SCTP socket with multiple destination addresses .Sh LIBRARY .Lb libc .Sh SYNOPSIS Modified: stable/8/lib/libc/net/sctp_recvmsg.3 ============================================================================== --- stable/8/lib/libc/net/sctp_recvmsg.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/net/sctp_recvmsg.3 Fri May 18 00:32:29 2012 (r235576) @@ -66,7 +66,7 @@ For a one-to-many (SOCK_SEQPACKET) type .Fn sctp_recvmsg after having implicitly started an association via one of the send calls including -.Fn sctp_sendmsg +.Fn sctp_sendmsg , .Fn sendto and .Fn sendmsg . Modified: stable/8/lib/libc/net/sourcefilter.3 ============================================================================== --- stable/8/lib/libc/net/sourcefilter.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/net/sourcefilter.3 Fri May 18 00:32:29 2012 (r235576) @@ -158,7 +158,7 @@ For the protocol-independent functions .Fn getsourcefilter and .Fn setsourcefilter , -the argument +the .Fa grouplen argument specifies the size of the structure pointed to by .Fa group . @@ -220,7 +220,7 @@ operation. .Sh SEE ALSO .Xr ip 4 , .Xr ip6 4 , -.Xr multicast 4, +.Xr multicast 4 , .Xr ifmcstat 8 .Rs .%A D. Thaler Modified: stable/8/lib/libc/posix1e/acl_delete_entry.3 ============================================================================== --- stable/8/lib/libc/posix1e/acl_delete_entry.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/posix1e/acl_delete_entry.3 Fri May 18 00:32:29 2012 (r235576) @@ -30,7 +30,7 @@ .Os .Sh NAME .Nm acl_delete_entry , -.Nm acl_delete_entry_np , +.Nm acl_delete_entry_np .Nd delete an ACL entry from an ACL .Sh LIBRARY .Lb libc Modified: stable/8/lib/libc/rpc/publickey.3 ============================================================================== --- stable/8/lib/libc/rpc/publickey.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/rpc/publickey.3 Fri May 18 00:32:29 2012 (r235576) @@ -35,14 +35,14 @@ has an extra argument, which is used to decrypt the encrypted secret key stored in the database. Both routines return 1 if they are successful in finding the key, 0 otherwise. The keys are returned as -.Dv NULL Ns \-terminated , +.Dv NUL Ns \-terminated , hexadecimal strings. If the password supplied to .Fn getsecretkey fails to decrypt the secret key, the routine will return 1 but the .Fa secretkey argument will be a -.Dv NULL +.Dv NUL string .Pq Dq . .Sh SEE ALSO Modified: stable/8/lib/libc/stdlib/getenv.3 ============================================================================== --- stable/8/lib/libc/stdlib/getenv.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/stdlib/getenv.3 Fri May 18 00:32:29 2012 (r235576) @@ -143,7 +143,8 @@ failed because is a .Dv NULL pointer, -.Fa string is without an +.Fa string +is without an .Dq Li \&= character or .Dq Li \&= Modified: stable/8/lib/libc/stdlib/strfmon.3 ============================================================================== --- stable/8/lib/libc/stdlib/strfmon.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/stdlib/strfmon.3 Fri May 18 00:32:29 2012 (r235576) @@ -115,14 +115,14 @@ character is written. .El .Sh RETURN VALUES If the total number of resulting bytes including the terminating -.Dv NULL +.Dv NUL byte is not more than .Fa maxsize , .Fn strfmon returns the number of bytes placed into the array pointed to by .Fa s , not including the terminating -.Dv NULL +.Dv NUL byte. Otherwise, \-1 is returned, the contents of the array are indeterminate, Modified: stable/8/lib/libc/string/strlcpy.3 ============================================================================== --- stable/8/lib/libc/string/strlcpy.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libc/string/strlcpy.3 Fri May 18 00:32:29 2012 (r235576) @@ -169,7 +169,7 @@ if (strlcat(pname, file, sizeof(pname)) .Ed .Pp Since it is known how many characters were copied the first time, things -can be sped up a bit by using a copy instead of an append +can be sped up a bit by using a copy instead of an append. .Bd -literal -offset indent char *dir, *file, pname[MAXPATHLEN]; size_t n; Modified: stable/8/lib/libelf/elf_getdata.3 ============================================================================== --- stable/8/lib/libelf/elf_getdata.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libelf/elf_getdata.3 Fri May 18 00:32:29 2012 (r235576) @@ -144,7 +144,7 @@ structures of type .Dv ELF_T_BYTE . .Ss Special handling of zero-sized and SHT_NOBITS sections For sections of type -.Dv SHT_NOBITS, +.Dv SHT_NOBITS , and for zero-sized sections, the functions .Fn elf_getdata Modified: stable/8/lib/libelf/elf_strptr.3 ============================================================================== --- stable/8/lib/libelf/elf_strptr.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libelf/elf_strptr.3 Fri May 18 00:32:29 2012 (r235576) @@ -64,7 +64,7 @@ encountered. .It Bq Er ELF_E_ARGUMENT Argument .Ar elf -was NULL +was NULL. .It Bq Er ELF_E_ARGUMENT Argument .Ar elf Modified: stable/8/lib/libelf/gelf_getphdr.3 ============================================================================== --- stable/8/lib/libelf/gelf_getphdr.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libelf/gelf_getphdr.3 Fri May 18 00:32:29 2012 (r235576) @@ -66,7 +66,7 @@ Function will retrieve the program header table entry at index .Ar index from ELF descriptor -.Ar elf. +.Ar elf . The translated program header table entry will be written to the address pointed to be argument .Ar dst . Modified: stable/8/lib/libelf/gelf_newehdr.3 ============================================================================== --- stable/8/lib/libelf/gelf_newehdr.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libelf/gelf_newehdr.3 Fri May 18 00:32:29 2012 (r235576) @@ -58,7 +58,8 @@ structure. Function .Fn elf64_newehdr returns a pointer to a 64 bit -.Vt Elf64_Ehdr structure. +.Vt Elf64_Ehdr +structure. .Pp When argument .Ar elfclass Modified: stable/8/lib/libgpib/gpib.3 ============================================================================== --- stable/8/lib/libgpib/gpib.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libgpib/gpib.3 Fri May 18 00:32:29 2012 (r235576) @@ -667,7 +667,7 @@ and sends its contents to the device. .Pp The function .Fn ibwrtkey -is obsolete, and not implemented +is obsolete, and not implemented. .Pp The function .Fn ibxtrc Modified: stable/8/lib/libkvm/kvm_getpcpu.3 ============================================================================== --- stable/8/lib/libkvm/kvm_getpcpu.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libkvm/kvm_getpcpu.3 Fri May 18 00:32:29 2012 (r235576) @@ -114,7 +114,7 @@ it returns -1 instead. On success, the .Fn kvm_getpcpu function returns a pointer to an allocated buffer or -.Dv NULL. +.Dv NULL . If an error occurs, it returns -1 instead. .Pp @@ -124,7 +124,7 @@ call returns 0; if an error occurs, it r .Pp If any function encounters an error, then an error message may be retrieved via -.Xr kvm_geterr 3. +.Xr kvm_geterr 3 . .Sh SEE ALSO .Xr free 3 , .Xr kvm 3 Modified: stable/8/lib/libradius/libradius.3 ============================================================================== --- stable/8/lib/libradius/libradius.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libradius/libradius.3 Fri May 18 00:32:29 2012 (r235576) @@ -108,8 +108,7 @@ allows clients to perform authentication network requests to remote servers. .Ss Initialization To use the library, an application must first call -.Fn rad_auth_open -, +.Fn rad_auth_open , .Fn rad_acct_open or .Fn rad_server_open @@ -119,8 +118,7 @@ which provides the context for subsequen The former function is used for RADIUS authentication and the latter is used for RADIUS accounting. Calls to -.Fn rad_auth_open -, +.Fn rad_auth_open , .Fn rad_acct_open and .Fn rad_server_open @@ -487,7 +485,7 @@ To respond to the request you should cal .Fn rad_create_response and fill response content with same packet writing functions as for client. When packet is ready, it should be sent with -.Fn rad_send_response +.Fn rad_send_response . .Sh RETURN VALUES The following functions return a non-negative value on success. If Modified: stable/8/lib/libusb/libusb.3 ============================================================================== --- stable/8/lib/libusb/libusb.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libusb/libusb.3 Fri May 18 00:32:29 2012 (r235576) @@ -100,12 +100,12 @@ counter decremented once. .Ft uint8_t .Fn libusb_get_bus_number "libusb_device *dev" Returns the number of the bus contained by the device -.Fa dev. +.Fa dev . .Pp .Ft uint8_t .Fn libusb_get_device_address "libusb_device *dev" Returns the device_address contained by the device -.Fa dev. +.Fa dev . .Pp .Ft enum libusb_speed .Fn libusb_get_device_speed "libusb_device *dev" @@ -127,12 +127,12 @@ LIBUSB_ERROR_OTHERS on other failure. .Ft libusb_device * .Fn libusb_ref_device "libusb_device *dev" Increment the reference counter of the device -.Fa dev. +.Fa dev . .Pp .Ft void .Fn libusb_unref_device "libusb_device *dev" Decrement the reference counter of the device -.Fa dev. +.Fa dev . .Pp .Ft int .Fn libusb_open "libusb_device *dev" "libusb_device_handle **devh" @@ -147,7 +147,7 @@ disconnected and a LIBUSB_ERROR code on A convenience function to open a device by vendor and product IDs .Fa vid and -.Fa pid. +.Fa pid . Returns NULL on error. .Pp .Ft void @@ -161,7 +161,7 @@ Returns NULL on error. .Pp .Ft int .Fn libusb_get_configuration "libusb_device_handle *devh" "int *config" -Returns the bConfiguration value of the current configuration. +Returns the value of the current configuration. Returns 0 on success, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and a LIBUSB_ERROR code on error. @@ -171,7 +171,7 @@ and a LIBUSB_ERROR code on error. Set the active configuration to .Fa config for the device contained by -.Fa devh. +.Fa devh . This function returns 0 on success, LIBUSB_ERROR_NOT_FOUND if the requested configuration does not exist, LIBUSB_ERROR_BUSY if the interfaces are currently claimed, LIBUSB_ERROR_NO_DEVICE if the device has been disconnected and a @@ -180,7 +180,7 @@ LIBUSB_ERROR code on failure. .Ft int .Fn libusb_claim_interface "libusb_device_handle *devh" "int interface_number" Claim an interface in a given libusb_handle -.Fa devh. +.Fa devh . This is a non-blocking function. It returns 0 on success, LIBUSB_ERROR_NOT_FOUND if the requested interface does not exist, LIBUSB_ERROR_BUSY if a program or @@ -279,7 +279,7 @@ LIBUSB_ERROR code on failure. .Ft int .Fn libusb_get_device_descriptor "libusb_device *dev" "libusb_device_descriptor *desc" Get the USB device descriptor for the device -.Fa dev. +.Fa dev . This is a non-blocking function. Returns 0 on success and a LIBUSB_ERROR code on failure. @@ -324,11 +324,11 @@ on success and a LIBUSB_ERROR code on fa This function parses the USB 3.0 endpoint companion descriptor in host endian format pointed to by .Fa buf and having a length of -.Fa len. +.Fa len . Typically these arguments are the extra and extra_length fields of the endpoint descriptor. On success the pointer to resulting descriptor is stored at the location given by -.Fa ep_comp. +.Fa ep_comp . Returns zero on success and a LIBUSB_ERROR code on failure. On success the parsed USB 3.0 endpoint companion descriptor must be freed using the libusb_free_ss_endpoint_comp function. @@ -342,9 +342,9 @@ This function is NULL safe and frees a p This function parses a Binary Object Store, BOS, descriptor into host endian format pointed to by .Fa buf and having a length of -.Fa len. +.Fa len . On success the pointer to resulting descriptor is stored at the location given by -.Fa bos. +.Fa bos . Returns zero on success and a LIBUSB_ERROR code on failure. On success the parsed BOS descriptor must be freed using the libusb_free_bos_descriptor function. Modified: stable/8/lib/libusb/libusb20.3 ============================================================================== --- stable/8/lib/libusb/libusb20.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/libusb/libusb20.3 Fri May 18 00:32:29 2012 (r235576) @@ -331,7 +331,7 @@ packets are avoided for proxy buffers. .Pp . .Fn libusb20_tr_get_max_total_length -function will return the maximum value for the data length sum of all USB +will return the maximum value for the data length sum of all USB frames associated with an USB transfer. In case of control transfers the value returned does not include the length of the SETUP packet, 8 bytes, which is part of frame zero. @@ -815,7 +815,7 @@ returns the current speed of the given U .Pp . .Fn libusb20_dev_get_config_index -This function returns the currently select config index for the given +returns the currently selected config index for the given USB device. . .Pp @@ -832,7 +832,7 @@ will set the debug level for the given U .Pp . .Fn libusb20_dev_wait_process -function will wait until a pending USB transfer has completed on +will wait until a pending USB transfer has completed on the given USB device. . A timeout value can be specified which is passed on to the @@ -866,7 +866,7 @@ returned. .Pp . .Fn libusb20_be_get_dev_quirk -This function will return the device quirk according to +will return the device quirk according to .Fa index into the libusb20_quirk structure pointed to by .Fa pq . @@ -948,7 +948,7 @@ Dequeued USB devices will not be freed w .Pp . .Fn libusb20_be_enqueue_device -This function will enqueue the given USB device pointer in the backend USB device list. +will enqueue the given USB device pointer in the backend USB device list. . Enqueued USB devices will get freed when the backend is freed. . Modified: stable/8/lib/msun/man/complex.3 ============================================================================== --- stable/8/lib/msun/man/complex.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/lib/msun/man/complex.3 Fri May 18 00:32:29 2012 (r235576) @@ -97,7 +97,7 @@ The functions described here conform to .St -isoC-99 . .Sh BUGS -The trigonmetric functions +The inverse trigonometric and hyperbolic functions .Fn cacos , .Fn casin , .Fn catan , Modified: stable/8/share/man/man3/pthread.3 ============================================================================== --- stable/8/share/man/man3/pthread.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/share/man/man3/pthread.3 Fri May 18 00:32:29 2012 (r235576) @@ -452,7 +452,7 @@ Set the thread-specific value for the sp .Fa "void \*[lp]*child\*[rp]\*[lp]void\*[rp]" .Fc .Xc -Register fork handlers +Register fork handlers. .It Xo .Ft void .Fn pthread_cleanup_pop "int execute" Modified: stable/8/share/man/man3/pthread_condattr.3 ============================================================================== --- stable/8/share/man/man3/pthread_condattr.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/share/man/man3/pthread_condattr.3 Fri May 18 00:32:29 2012 (r235576) @@ -35,7 +35,7 @@ .Nm pthread_condattr_getclock , .Nm pthread_condattr_setclock , .Nm pthread_condattr_getpshared , -.Nm pthread_condattr_setpshared , +.Nm pthread_condattr_setpshared .Nd condition attribute operations .Sh LIBRARY .Lb libpthread Modified: stable/8/sys/netinet/libalias/libalias.3 ============================================================================== --- stable/8/sys/netinet/libalias/libalias.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/sys/netinet/libalias/libalias.3 Fri May 18 00:32:29 2012 (r235576) @@ -905,7 +905,7 @@ added support for PPTP and LSNAT as well .An Paolo Pisati Aq piso@FreeBSD.org made the library modular, moving support for all protocols (except for IP, TCP and UDP) to external modules. -.Sh ACKNOWLEDGMENTS +.Sh ACKNOWLEDGEMENTS Listed below, in approximate chronological order, are individuals who have provided valuable comments and/or debugging assistance. .Pp @@ -1264,10 +1264,10 @@ struct dll { .Ed .Bl -inset .It Va name -is the name of the module +is the name of the module. .It Va handle is a pointer to the module obtained through -.Xr dlopen 3 +.Xr dlopen 3 . .El Whenever a module is loaded in userland, an entry is added to .Va dll_chain , Modified: stable/8/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 ============================================================================== --- stable/8/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 Fri May 18 00:31:20 2012 (r235575) +++ stable/8/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 Fri May 18 00:32:29 2012 (r235576) @@ -306,7 +306,7 @@ This buffer should be at least .Li NG_NODESIZ bytes long. The function returns the node id or 0 if the -node is not found +node is not found. .Pp The function .Fn ng_node_type @@ -397,7 +397,8 @@ of the node with id .Fa peer . The functions return 0 on success or -1 otherwise. The function -.Fn ng_connect2_tee_id does the same as +.Fn ng_connect2_tee_id +does the same as .Fn ng_connect2_id except, that it puts an unnamed tee node between the two nodes. .Pp