From owner-svn-src-head@FreeBSD.ORG Fri Mar 12 10:01:07 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40F0F106566C; Fri, 12 Mar 2010 10:01:07 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1AC8FC1A; Fri, 12 Mar 2010 10:01:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o2CA17Xx063654; Fri, 12 Mar 2010 10:01:07 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o2CA16Xi063630; Fri, 12 Mar 2010 10:01:06 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201003121001.o2CA16Xi063630@svn.freebsd.org> From: Ulrich Spoerlein Date: Fri, 12 Mar 2010 10:01:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r205076 - in head: games/pom lib/libc/compat-43 lib/libgssapi lib/libkvm lib/librpcsec_gss lib/msun/man libexec/tftpd sbin/quotacheck share/man/man4 share/man/man9 usr.bin/tar usr.sbin/... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2010 10:01:07 -0000 Author: uqs Date: Fri Mar 12 10:01:06 2010 New Revision: 205076 URL: http://svn.freebsd.org/changeset/base/205076 Log: Fix several typos in macros or macro misusage. Found by: make manlint Reviewed by: ru Approved by: philip (mentor) Modified: head/games/pom/pom.6 head/lib/libc/compat-43/sigpause.2 head/lib/libgssapi/gss_init_sec_context.3 head/lib/libgssapi/gss_unwrap.3 head/lib/libkvm/kvm_getpcpu.3 head/lib/librpcsec_gss/rpcsec_gss.3 head/lib/msun/man/cimag.3 head/libexec/tftpd/tftpd.8 head/sbin/quotacheck/quotacheck.8 head/share/man/man4/acpi_wmi.4 head/share/man/man4/altq.4 head/share/man/man4/amdtemp.4 head/share/man/man4/cxgb.4 head/share/man/man4/ddb.4 head/share/man/man4/iscsi_initiator.4 head/share/man/man4/textdump.4 head/share/man/man4/uart.4 head/share/man/man9/fail.9 head/usr.bin/tar/bsdtar.1 head/usr.sbin/freebsd-update/freebsd-update.8 head/usr.sbin/pkg_install/updating/pkg_updating.1 head/usr.sbin/pmcannotate/pmcannotate.8 head/usr.sbin/uhsoctl/uhsoctl.1 Modified: head/games/pom/pom.6 ============================================================================== --- head/games/pom/pom.6 Fri Mar 12 08:10:30 2010 (r205075) +++ head/games/pom/pom.6 Fri Mar 12 10:01:06 2010 (r205076) @@ -34,7 +34,6 @@ .\" .Dd May 31, 1993 .Dt POM 6 -.UC 7 .Sh NAME .Nm pom .Nd display the phase of the moon Modified: head/lib/libc/compat-43/sigpause.2 ============================================================================== --- head/lib/libc/compat-43/sigpause.2 Fri Mar 12 08:10:30 2010 (r205075) +++ head/lib/libc/compat-43/sigpause.2 Fri Mar 12 10:01:06 2010 (r205076) @@ -195,6 +195,7 @@ functions, an attempt was made to catch .Dv SIGKILL or .Dv SIGSTOP . +.El .Sh SEE ALSO .Xr kill 2 , .Xr sigaction 2 , Modified: head/lib/libgssapi/gss_init_sec_context.3 ============================================================================== --- head/lib/libgssapi/gss_init_sec_context.3 Fri Mar 12 08:10:30 2010 (r205075) +++ head/lib/libgssapi/gss_init_sec_context.3 Fri Mar 12 10:01:06 2010 (r205076) @@ -153,7 +153,7 @@ The values of the .Dv GSS_C_MUTUAL_FLAG , .Dv GSS_C_REPLAY_FLAG , .Dv GSS_C_SEQUENCE_FLAG , -.Fv GSS_C_CONF_FLAG , +.Dv GSS_C_CONF_FLAG , .Dv GSS_C_INTEG_FLAG and .Dv GSS_C_ANON_FLAG bits returned via the .Fa ret_flags Modified: head/lib/libgssapi/gss_unwrap.3 ============================================================================== --- head/lib/libgssapi/gss_unwrap.3 Fri Mar 12 08:10:30 2010 (r205075) +++ head/lib/libgssapi/gss_unwrap.3 Fri Mar 12 10:01:06 2010 (r205076) @@ -155,6 +155,7 @@ The context_handle parameter did not ide Generic Security Service Application Program Interface Version 2, Update 1 .It RFC 2744 Generic Security Service API Version 2 : C-bindings +.El .Sh HISTORY The .Nm Modified: head/lib/libkvm/kvm_getpcpu.3 ============================================================================== --- head/lib/libkvm/kvm_getpcpu.3 Fri Mar 12 08:10:30 2010 (r205075) +++ head/lib/libkvm/kvm_getpcpu.3 Fri Mar 12 10:01:06 2010 (r205076) @@ -96,7 +96,7 @@ will return pointers to that data on the .Sh CACHING .Fn kvm_getmaxcpu and -.Vn kvm_getpcpu +.Fn kvm_getpcpu cache the nlist values for various kernel variables which are reused in successive calls. You may call either function with Modified: head/lib/librpcsec_gss/rpcsec_gss.3 ============================================================================== --- head/lib/librpcsec_gss/rpcsec_gss.3 Fri Mar 12 08:10:30 2010 (r205075) +++ head/lib/librpcsec_gss/rpcsec_gss.3 Fri Mar 12 10:01:06 2010 (r205076) @@ -173,6 +173,7 @@ typedef struct { #define RPC_GSS_ER_SUCCESS 0 /* no error */ #define RPC_GSS_ER_SYSTEMERROR 1 /* system error */ .Ed +.El .Sh INDEX .Bl -tag -width "MMMM" .It Xr rpc_gss_seccreate 3 Modified: head/lib/msun/man/cimag.3 ============================================================================== --- head/lib/msun/man/cimag.3 Fri Mar 12 08:10:30 2010 (r205075) +++ head/lib/msun/man/cimag.3 Fri Mar 12 10:01:06 2010 (r205076) @@ -118,4 +118,4 @@ functions first appeared in The .Fn cproj functions appeared in -.Fx 8.0. +.Fx 8.0 . Modified: head/libexec/tftpd/tftpd.8 ============================================================================== --- head/libexec/tftpd/tftpd.8 Fri Mar 12 08:10:30 2010 (r205075) +++ head/libexec/tftpd/tftpd.8 Fri Mar 12 10:01:06 2010 (r205076) @@ -240,7 +240,7 @@ and the and .Fl W options were introduced in -.Fx 7 . +.Fx 8.0 . .Pp .Sh BUGS Files larger than 33488896 octets (65535 blocks) cannot be transferred Modified: head/sbin/quotacheck/quotacheck.8 ============================================================================== --- head/sbin/quotacheck/quotacheck.8 Fri Mar 12 08:10:30 2010 (r205075) +++ head/sbin/quotacheck/quotacheck.8 Fri Mar 12 10:01:06 2010 (r205076) @@ -82,7 +82,7 @@ is zero, parallel passes are run as per .Xr fsck 8 . This option is deprecated and parallel passes are always run as per -.Xf fsck 8. +.Xr fsck 8 . .It Fl u Only user quotas listed in .Pa /etc/fstab Modified: head/share/man/man4/acpi_wmi.4 ============================================================================== --- head/share/man/man4/acpi_wmi.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/acpi_wmi.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -57,7 +57,7 @@ information about GUIDs found in the sys WMI status device. .El .Sh EXAMPLES -.Bd Literal +.Bd -literal # cat /dev/wmistat GUID INST EXPE METH STR EVENT OID {5FB7F034-2C63-45E9-BE91-3D44E2C707E4} 1 NO WMAA NO NO AA Modified: head/share/man/man4/altq.4 ============================================================================== --- head/share/man/man4/altq.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/altq.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -121,7 +121,7 @@ They have been applied to the following .Xr an 4 , .Xr ath 4 , .Xr aue 4 , -.Xt axe 4 , +.Xr axe 4 , .Xr bce 4 , .Xr bfe 4 , .Xr bge 4 , Modified: head/share/man/man4/amdtemp.4 ============================================================================== --- head/share/man/man4/amdtemp.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/amdtemp.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -75,6 +75,5 @@ The driver first appeared in .Fx 7.1 . .Sh AUTHORS -.An .An Rui Paulo Aq rpaulo@FreeBSD.org .An Norikatsu Shigemura Aq nork@FreeBSD.org Modified: head/share/man/man4/cxgb.4 ============================================================================== --- head/share/man/man4/cxgb.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/cxgb.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -92,8 +92,6 @@ Tunables can be set at the .Xr loader 8 prompt before booting the kernel or stored in .Xr loader.conf 5 . -.Bl -tag -width indent -.El .Sh DIAGNOSTICS .Bl -diag .It "cxgb%d: Unable to allocate bus resource: memory" Modified: head/share/man/man4/ddb.4 ============================================================================== --- head/share/man/man4/ddb.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/ddb.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -697,7 +697,7 @@ Show information from the local APIC reg .It Ic show Cm lock Ar addr Show lock structure. The output format is as follows: -.Bl -tag -offset 0 -width "flags" +.Bl -tag -width "flags" .It Ic class: Class of the lock. Possible types include Modified: head/share/man/man4/iscsi_initiator.4 ============================================================================== --- head/share/man/man4/iscsi_initiator.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/iscsi_initiator.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -73,7 +73,7 @@ is the IP address of the target of sessi .Em n . .It Va net.iscsi.n.stats are some statistics for session -.EM n +.Em n .It Va net.iscsi.n.pid is the .Em "process id" Modified: head/share/man/man4/textdump.4 ============================================================================== --- head/share/man/man4/textdump.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/textdump.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -74,7 +74,7 @@ May be disabled by clearing the sysctl. .It Pa config.txt Kernel configuration, if -.Od options INCLUDE_CONFIG_FILE +.Cd options INCLUDE_CONFIG_FILE has been compiled into the kernel. May be disabled by clearing the .Dv debug.ddb.textdump.do_config Modified: head/share/man/man4/uart.4 ============================================================================== --- head/share/man/man4/uart.4 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man4/uart.4 Fri Mar 12 10:01:06 2010 (r205076) @@ -46,7 +46,6 @@ In .Cd hint.uart.0.baud="38400" .Cd hint.uart.0.port="0x3f8" .Cd hint.uart.0.flags="0x10" -.Ed .Pp With .Ar flags Modified: head/share/man/man9/fail.9 ============================================================================== --- head/share/man/man9/fail.9 Fri Mar 12 08:10:30 2010 (r205075) +++ head/share/man/man9/fail.9 Fri Mar 12 10:01:06 2010 (r205076) @@ -84,7 +84,7 @@ below. The remaining .Fn KFAIL_POINT_* macros are wrappers around common error injection paths: -.Bl -tag -width 8 +.Bl -inset .It Fn KFAIL_POINT_RETURN parent name is the equivalent of .Sy KFAIL_POINT_CODE(..., return RETURN_VALUE) @@ -96,8 +96,7 @@ is the equivalent of .Sy KFAIL_POINT_CODE(..., error_var = RETURN_VALUE) .It Fn KFAIL_POINT_GOTO parent name error_var label is the equivalent of -.Sy KFAIL_POINT_CODE(..., - { error_var = RETURN_VALUE; goto label;}) +.Sy KFAIL_POINT_CODE(..., { error_var = RETURN_VALUE; goto label;}) .El .Sh SYSCTL VARIABLES The Modified: head/usr.bin/tar/bsdtar.1 ============================================================================== --- head/usr.bin/tar/bsdtar.1 Fri Mar 12 08:10:30 2010 (r205075) +++ head/usr.bin/tar/bsdtar.1 Fri Mar 12 10:01:06 2010 (r205076) @@ -416,7 +416,7 @@ The pattern has the format /old/new/[gps old is a basic regular expression. If it doesn't apply, the pattern is skipped. new is the replacement string of the matched part. -~ is substituted with the match, \1 to \9 with the content of +~ is substituted with the match, \e1 to \e9 with the content of the corresponding captured group. The optional trailing g specifies that matching should continue after the matched part and stopped on the first unmatched pattern. Modified: head/usr.sbin/freebsd-update/freebsd-update.8 ============================================================================== --- head/usr.sbin/freebsd-update/freebsd-update.8 Fri Mar 12 08:10:30 2010 (r205075) +++ head/usr.sbin/freebsd-update/freebsd-update.8 Fri Mar 12 10:01:06 2010 (r205076) @@ -149,7 +149,7 @@ other than 3AM, to avoid overly imposing on the server(s) hosting the updates. .It In spite of its name, -.Cm +.Nm IDS should not be relied upon as an "Intrusion Detection System", since if the system has been tampered with it cannot be trusted to operate correctly. Modified: head/usr.sbin/pkg_install/updating/pkg_updating.1 ============================================================================== --- head/usr.sbin/pkg_install/updating/pkg_updating.1 Fri Mar 12 08:10:30 2010 (r205075) +++ head/usr.sbin/pkg_install/updating/pkg_updating.1 Fri Mar 12 10:01:06 2010 (r205076) @@ -44,34 +44,25 @@ Defines a alternative location of the UP Print help message. .El .Sh EXAMPLES -.Bl -tag -width indent Shows all entries of all installed ports: -.Pp .Dl % pkg_updating .Pp Shows all entries of all installed ports since 2007-01-01: -.Pp .Dl % pkg_updating -d 20070101 .Pp Shows all entries for all apache and mysql ports: -.Pp .Dl % pkg_updating apache mysql .Pp Shows all apache entries since 2006-01-01: -.Pp .Dl % pkg_updating -d 20060101 apache .Pp Defines that the UPDATING file is in /tmp and shows all entries of all installed ports: -.Pp .Dl % pkg_updating -f /tmp/UPDATING .Pp Fetch UPDATING file from ftp mirror and show all entries of all installed ports: -.Pp .Dl % pkg_updating -f ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/UPDATING -.Pp -.El .Sh ENVIRONMENT .Bl -tag -width PKG_DBDIR .It Ev PKG_DBDIR Modified: head/usr.sbin/pmcannotate/pmcannotate.8 ============================================================================== --- head/usr.sbin/pmcannotate/pmcannotate.8 Fri Mar 12 08:10:30 2010 (r205075) +++ head/usr.sbin/pmcannotate/pmcannotate.8 Fri Mar 12 10:01:06 2010 (r205076) @@ -86,6 +86,7 @@ This directory specifies where should look for the kernel and its modules. The default is .Pa /boot/kernel . +.El .Sh LIMITATIONS As long as .Nm Modified: head/usr.sbin/uhsoctl/uhsoctl.1 ============================================================================== --- head/usr.sbin/uhsoctl/uhsoctl.1 Fri Mar 12 08:10:30 2010 (r205075) +++ head/usr.sbin/uhsoctl/uhsoctl.1 Fri Mar 12 10:01:06 2010 (r205076) @@ -94,11 +94,9 @@ on interface and use PIN .Dq 1234 to enable the SIM card. - .Dl "uhsoctl -a apn.example.com -p 1234 uhso0" - -Disconnect from a previously established connection - +.Pp +Disconnect from a previously established connection. .Dl "uhsoctl -d uhso0" .Sh SEE ALSO .Xr uhso 4