Date: Mon, 26 Mar 2012 15:18:14 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233510 - in head: lib/libc/gen lib/libgssapi lib/libutil libexec/getty sbin/init sbin/sysctl share/man/man4 share/man/man7 share/man/man9 usr.bin/hexdump usr.bin/killall usr.bin/tr usr... Message-ID: <201203261518.q2QFIEGO038341@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Mon Mar 26 15:18:14 2012 New Revision: 233510 URL: http://svn.freebsd.org/changeset/base/233510 Log: mdoc: terminate quoted strings. Reviewed by: brueffer Modified: head/lib/libc/gen/psignal.3 head/lib/libgssapi/gss_accept_sec_context.3 head/lib/libutil/login.conf.5 head/libexec/getty/gettytab.5 head/sbin/init/init.8 head/sbin/sysctl/sysctl.8 head/share/man/man4/amdsmb.4 head/share/man/man4/bce.4 head/share/man/man4/cd.4 head/share/man/man4/lmc.4 head/share/man/man4/syscons.4 head/share/man/man7/operator.7 head/share/man/man9/crypto.9 head/usr.bin/hexdump/hexdump.1 head/usr.bin/killall/killall.1 head/usr.bin/tr/tr.1 head/usr.bin/units/units.1 head/usr.bin/vgrind/vgrindefs.5 head/usr.sbin/arp/arp.4 head/usr.sbin/bootparamd/bootparamd/bootparamd.8 head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 head/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 head/usr.sbin/fdwrite/fdwrite.1 head/usr.sbin/fwcontrol/fwcontrol.8 head/usr.sbin/lpr/lpr/printcap.5 Modified: head/lib/libc/gen/psignal.3 ============================================================================== --- head/lib/libc/gen/psignal.3 Mon Mar 26 14:56:23 2012 (r233509) +++ head/lib/libc/gen/psignal.3 Mon Mar 26 15:18:14 2012 (r233510) @@ -79,7 +79,7 @@ immediately followed by a colon and a sp If the signal number is not recognized .Pq Xr sigaction 2 , the string -.Dq "Unknown signal +.Dq "Unknown signal" is produced. .Pp The message strings can be accessed directly Modified: head/lib/libgssapi/gss_accept_sec_context.3 ============================================================================== --- head/lib/libgssapi/gss_accept_sec_context.3 Mon Mar 26 14:56:23 2012 (r233509) +++ head/lib/libgssapi/gss_accept_sec_context.3 Mon Mar 26 15:18:14 2012 (r233510) @@ -39,7 +39,7 @@ .In "gssapi/gssapi.h" .Ft OM_uint32 .Fo gss_accept_sec_context -.Fa "OM_uint32 *minor_status +.Fa "OM_uint32 *minor_status" .Fa "gss_ctx_id_t *context_handle" .Fa "const gss_cred_id_t acceptor_cred_handle" .Fa "const gss_buffer_t input_token_buffer" Modified: head/lib/libutil/login.conf.5 ============================================================================== --- head/lib/libutil/login.conf.5 Mon Mar 26 14:56:23 2012 (r233509) +++ head/lib/libutil/login.conf.5 Mon Mar 26 15:18:14 2012 (r233510) @@ -177,20 +177,20 @@ The usual convention to interpolate capa notation may be used. .Sh RESOURCE LIMITS .Bl -column pseudoterminals indent indent -.It Sy "Name Type Notes Description -.It "coredumpsize size Maximum coredump size limit. -.It "cputime time CPU usage limit. -.It "datasize size Maximum data size limit. -.It "filesize size Maximum file size limit. -.It "maxproc number Maximum number of processes. -.It "memorylocked size Maximum locked in core memory size limit. -.It "memoryuse size Maximum of core memory use size limit. -.It "openfiles number Maximum number of open files per process. -.It "sbsize size Maximum permitted socketbuffer size. -.It "vmemoryuse size Maximum permitted total VM usage per process. -.It "stacksize size Maximum stack size limit. -.It "pseudoterminals number Maximum number of pseudo-terminals. -.It "swapuse size Maximum swap space size limit. +.It Sy "Name Type Notes Description" +.It "coredumpsize size Maximum coredump size limit." +.It "cputime time CPU usage limit." +.It "datasize size Maximum data size limit." +.It "filesize size Maximum file size limit." +.It "maxproc number Maximum number of processes." +.It "memorylocked size Maximum locked in core memory size limit." +.It "memoryuse size Maximum of core memory use size limit." +.It "openfiles number Maximum number of open files per process." +.It "sbsize size Maximum permitted socketbuffer size." +.It "vmemoryuse size Maximum permitted total VM usage per process." +.It "stacksize size Maximum stack size limit." +.It "pseudoterminals number Maximum number of pseudo-terminals." +.It "swapuse size Maximum swap space size limit." .El .Pp These resource limit entries actually specify both the maximum @@ -202,10 +202,10 @@ The maximum and current limits may be sp -max or -cur to the capability name. .Sh ENVIRONMENT .Bl -column ignorenologin indent xbinxxusrxbin -.It Sy "Name Type Notes Description -.It "charset string Set $MM_CHARSET environment variable to the specified +.It Sy "Name Type Notes Description" +.It charset string Set $MM_CHARSET environment variable to the specified value. -.It "cpumask string List of cpus to bind the user to. +.It "cpumask string List of cpus to bind the user to." The syntax is the same as for the .Fl l argument of @@ -214,9 +214,9 @@ argument of If set to .Ql default no action is taken. -.It "hushlogin bool false Same as having a ~/.hushlogin file. -.It "ignorenologin bool false Login not prevented by nologin. -.It "ftp-chroot bool false Limit FTP access with +.It "hushlogin bool false Same as having a ~/.hushlogin file." +.It "ignorenologin bool false Login not prevented by nologin." +.It "ftp-chroot bool false Limit FTP access with" .Xr chroot 2 to the .Ev HOME @@ -224,7 +224,7 @@ directory of the user. See .Xr ftpd 8 for details. -.It "label string Default MAC policy; see +.It "label string Default MAC policy; see" .Xr maclabel 7 . .It "lang string Set $LANG environment variable to the specified value. .It "manpath path Default search path for manpages. Modified: head/libexec/getty/gettytab.5 ============================================================================== --- head/libexec/getty/gettytab.5 Mon Mar 26 14:56:23 2012 (r233509) +++ head/libexec/getty/gettytab.5 Mon Mar 26 15:18:14 2012 (r233510) @@ -75,7 +75,7 @@ no entry in the table obtained, nor one .Va default table. .Bl -column Name Type /usr/bin/login -.It Sy "Name Type Default Description +.It Sy "Name Type Default Description" .It "ac str unused expect-send chat script for modem answer" .It "al str unused user to auto-login instead of prompting" .It "ap bool false terminal uses any parity" @@ -188,7 +188,7 @@ use raw for input, use cbreak .It "ub bool false do unbuffered output (of prompts etc)" .It "we str" Ta So Li ^W Sc Ta .No "word erase character" -.It "xc bool false do +.It "xc bool false do" .Em NOT echo control chars as .Ql ^X Modified: head/sbin/init/init.8 ============================================================================== --- head/sbin/init/init.8 Mon Mar 26 14:56:23 2012 (r233509) +++ head/sbin/init/init.8 Mon Mar 26 15:18:14 2012 (r233510) @@ -283,7 +283,7 @@ will signal the original .Nm as follows: .Bl -column Run-level SIGTERM -.It Sy "Run-level Signal Action +.It Sy "Run-level Signal Action" .It Cm 0 Ta Dv SIGUSR2 Ta "Halt and turn the power off" .It Cm 1 Ta Dv SIGTERM Ta "Go to single-user mode" .It Cm 6 Ta Dv SIGINT Ta "Reboot the machine" Modified: head/sbin/sysctl/sysctl.8 ============================================================================== --- head/sbin/sysctl/sysctl.8 Mon Mar 26 14:56:23 2012 (r233509) +++ head/sbin/sysctl/sysctl.8 Mon Mar 26 15:18:14 2012 (r233510) @@ -166,72 +166,72 @@ privilege can change the value. String and integer values can be set using .Nm . .Bl -column security.bsd.unprivileged_read_msgbuf integerxxx -.It Sy "Name Type Changeable -.It "kern.ostype string no -.It "kern.osrelease string no -.It "kern.osrevision integer no -.It "kern.version string no -.It "kern.maxvnodes integer yes -.It "kern.maxproc integer no -.It "kern.maxprocperuid integer yes -.It "kern.maxfiles integer yes -.It "kern.maxfilesperproc integer yes -.It "kern.argmax integer no -.It "kern.securelevel integer raise only -.It "kern.hostname string yes -.It "kern.hostid integer yes -.It "kern.clockrate struct no -.It "kern.posix1version integer no -.It "kern.ngroups integer no -.It "kern.job_control integer no -.It "kern.saved_ids integer no -.It "kern.boottime struct no -.It "kern.domainname string yes -.It "kern.filedelay integer yes -.It "kern.dirdelay integer yes -.It "kern.metadelay integer yes -.It "kern.osreldate string no -.It "kern.bootfile string yes -.It "kern.corefile string yes -.It "kern.logsigexit integer yes -.It "security.bsd.suser_enabled integer yes -.It "security.bsd.see_other_uids integer yes -.It "security.bsd.unprivileged_proc_debug integer yes -.It "security.bsd.unprivileged_read_msgbuf integer yes -.It "vm.loadavg struct no -.It "hw.machine string no -.It "hw.model string no -.It "hw.ncpu integer no -.It "hw.byteorder integer no -.It "hw.physmem integer no -.It "hw.usermem integer no -.It "hw.pagesize integer no -.It "hw.floatingpoint integer no -.It "hw.machine_arch string no -.It "hw.realmem integer no -.It "machdep.adjkerntz integer yes -.It "machdep.disable_rtc_set integer yes -.It "machdep.guessed_bootdev string no -.It "user.cs_path string no -.It "user.bc_base_max integer no -.It "user.bc_dim_max integer no -.It "user.bc_scale_max integer no -.It "user.bc_string_max integer no -.It "user.coll_weights_max integer no -.It "user.expr_nest_max integer no -.It "user.line_max integer no -.It "user.re_dup_max integer no -.It "user.posix2_version integer no -.It "user.posix2_c_bind integer no -.It "user.posix2_c_dev integer no -.It "user.posix2_char_term integer no -.It "user.posix2_fort_dev integer no -.It "user.posix2_fort_run integer no -.It "user.posix2_localedef integer no -.It "user.posix2_sw_dev integer no -.It "user.posix2_upe integer no -.It "user.stream_max integer no -.It "user.tzname_max integer no +.It Sy "Name Type Changeable" +.It "kern.ostype string no" +.It "kern.osrelease string no" +.It "kern.osrevision integer no" +.It "kern.version string no" +.It "kern.maxvnodes integer yes" +.It "kern.maxproc integer no" +.It "kern.maxprocperuid integer yes" +.It "kern.maxfiles integer yes" +.It "kern.maxfilesperproc integer yes" +.It "kern.argmax integer no" +.It "kern.securelevel integer raise only" +.It "kern.hostname string yes" +.It "kern.hostid integer yes" +.It "kern.clockrate struct no" +.It "kern.posix1version integer no" +.It "kern.ngroups integer no" +.It "kern.job_control integer no" +.It "kern.saved_ids integer no" +.It "kern.boottime struct no" +.It "kern.domainname string yes" +.It "kern.filedelay integer yes" +.It "kern.dirdelay integer yes" +.It "kern.metadelay integer yes" +.It "kern.osreldate string no" +.It "kern.bootfile string yes" +.It "kern.corefile string yes" +.It "kern.logsigexit integer yes" +.It "security.bsd.suser_enabled integer yes" +.It "security.bsd.see_other_uids integer yes" +.It "security.bsd.unprivileged_proc_debug integer yes" +.It "security.bsd.unprivileged_read_msgbuf integer yes" +.It "vm.loadavg struct no" +.It "hw.machine string no" +.It "hw.model string no" +.It "hw.ncpu integer no" +.It "hw.byteorder integer no" +.It "hw.physmem integer no" +.It "hw.usermem integer no" +.It "hw.pagesize integer no" +.It "hw.floatingpoint integer no" +.It "hw.machine_arch string no" +.It "hw.realmem integer no" +.It "machdep.adjkerntz integer yes" +.It "machdep.disable_rtc_set integer yes" +.It "machdep.guessed_bootdev string no" +.It "user.cs_path string no" +.It "user.bc_base_max integer no" +.It "user.bc_dim_max integer no" +.It "user.bc_scale_max integer no" +.It "user.bc_string_max integer no" +.It "user.coll_weights_max integer no" +.It "user.expr_nest_max integer no" +.It "user.line_max integer no" +.It "user.re_dup_max integer no" +.It "user.posix2_version integer no" +.It "user.posix2_c_bind integer no" +.It "user.posix2_c_dev integer no" +.It "user.posix2_char_term integer no" +.It "user.posix2_fort_dev integer no" +.It "user.posix2_fort_run integer no" +.It "user.posix2_localedef integer no" +.It "user.posix2_sw_dev integer no" +.It "user.posix2_upe integer no" +.It "user.stream_max integer no" +.It "user.tzname_max integer no" .El .Sh FILES .Bl -tag -width ".In netinet/icmp_var.h" -compact Modified: head/share/man/man4/amdsmb.4 ============================================================================== --- head/share/man/man4/amdsmb.4 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man4/amdsmb.4 Mon Mar 26 15:18:14 2012 (r233510) @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Cd "device smbus" .Cd "device smb" -.Cd "device amdsmb +.Cd "device amdsmb" .Sh DESCRIPTION The .Nm Modified: head/share/man/man4/bce.4 ============================================================================== --- head/share/man/man4/bce.4 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man4/bce.4 Mon Mar 26 15:18:14 2012 (r233510) @@ -266,7 +266,7 @@ address space. .It "bce%d: Could not allocate TX descriptor chain DMA tag!" The driver could not allocate a DMA tag for the controller's TX chain. -.It "bce%d: Could not allocate TX descriptor chain DMA memory! +.It "bce%d: Could not allocate TX descriptor chain DMA memory!" The driver could not allocate DMA addressable memory for the controller's TX chain. .It "bce%d: Could not map TX descriptor chain DMA memory!" Modified: head/share/man/man4/cd.4 ============================================================================== --- head/share/man/man4/cd.4 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man4/cd.4 Mon Mar 26 15:18:14 2012 (r233510) @@ -34,7 +34,7 @@ .Sh SYNOPSIS .Cd device cd .Cd "options ""CHANGER_MIN_BUSY_SECONDS=3""" -.Cd "options ""CHANGER_MAX_BUSY_SECONDS=11"" +.Cd "options ""CHANGER_MAX_BUSY_SECONDS=11""" .Sh DESCRIPTION The .Nm Modified: head/share/man/man4/lmc.4 ============================================================================== --- head/share/man/man4/lmc.4 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man4/lmc.4 Mon Mar 26 15:18:14 2012 (r233510) @@ -407,7 +407,7 @@ When testing an HSSI card with a null mo with .Xr lmcconfig 8 : .Pp -.Dl "lmcconfig lmc0 -a 2 +.Dl "lmcconfig lmc0 -a 2" .Pp .Dq Fl a Li 2 selects the PCI bus clock as the transmit clock. Modified: head/share/man/man4/syscons.4 ============================================================================== --- head/share/man/man4/syscons.4 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man4/syscons.4 Mon Mar 26 15:18:14 2012 (r233510) @@ -501,15 +501,15 @@ Note that you cannot put any white space because of the current implementation of .Xr config 8 . .Pp -.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK) -.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN) +.Dl "options SC_NORM_ATTR=(FG_GREEN|BG_BLACK)" +.Dl "options SC_NORM_REV_ATTR=(FG_YELLOW|BG_GREEN)" .Pp The following lines will set the default colors of the kernel message. The kernel message will be printed bright red on black background. The reversed message will be black on red background. .Pp -.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK) -.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED) +.Dl "options SC_KERNEL_CONS_ATTR=(FG_LIGHTRED|BG_BLACK)" +.Dl "options SC_KERNEL_CONS_REV_ATTR=(FG_BLACK|BG_RED)" .Pp The following example adds the font files .Pa cp850-8x16.fnt , @@ -519,7 +519,7 @@ and to the kernel. .Pp .Dl "options SC_DFLT_FONT" -.Dl "makeoptions SC_DFLT_FONT=cp850 +.Dl "makeoptions SC_DFLT_FONT=cp850" .Dl "device sc" .\".Sh DIAGNOSTICS .Sh SEE ALSO Modified: head/share/man/man7/operator.7 ============================================================================== --- head/share/man/man7/operator.7 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man7/operator.7 Mon Mar 26 15:18:14 2012 (r233510) @@ -45,7 +45,7 @@ .It "-------- -------------" .It "() [] -> . left to right" .It "! ~ ++ -- - (type) * & sizeof new delete right to left" -.It "->* .* left to right +.It "->* .* left to right" .It "* / % left to right" .It "+ - left to right" .It "<< >> left to right" Modified: head/share/man/man9/crypto.9 ============================================================================== --- head/share/man/man9/crypto.9 Mon Mar 26 14:56:23 2012 (r233509) +++ head/share/man/man9/crypto.9 Mon Mar 26 15:18:14 2012 (r233510) @@ -450,7 +450,7 @@ is called to perform a keying operation. The various fields in the .Vt cryptkop structure are: -.Bl -tag -width ".Va krp_callback' +.Bl -tag -width ".Va krp_callback" .It Va krp_op Operation code, such as .Dv CRK_MOD_EXP . Modified: head/usr.bin/hexdump/hexdump.1 ============================================================================== --- head/usr.bin/hexdump/hexdump.1 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.bin/hexdump/hexdump.1 Mon Mar 26 15:18:14 2012 (r233510) @@ -200,14 +200,14 @@ The single character escape sequences described in the C standard are supported: .Bd -ragged -offset indent -compact .Bl -column <alert_character> -.It "NUL \e0 -.It "<alert character> \ea -.It "<backspace> \eb -.It "<form-feed> \ef -.It "<newline> \en -.It "<carriage return> \er -.It "<tab> \et -.It "<vertical tab> \ev +.It "NUL \e0" +.It "<alert character> \ea" +.It "<backspace> \eb" +.It "<form-feed> \ef" +.It "<newline> \en" +.It "<carriage return> \er" +.It "<tab> \et" +.It "<vertical tab> \ev" .El .Ed .El @@ -249,12 +249,12 @@ displayed using the following, lower-cas Characters greater than 0xff, hexadecimal, are displayed as hexadecimal strings. .Bl -column \&000_nu \&001_so \&002_st \&003_et \&004_eo -.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ -.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT -.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1 -.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB -.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS -.It "\&01E\ RS\t01F\ US\t07F\ DEL +.It "\&000\ NUL\t001\ SOH\t002\ STX\t003\ ETX\t004\ EOT\t005\ ENQ" +.It "\&006\ ACK\t007\ BEL\t008\ BS\t009\ HT\t00A\ LF\t00B\ VT" +.It "\&00C\ FF\t00D\ CR\t00E\ SO\t00F\ SI\t010\ DLE\t011\ DC1" +.It "\&012\ DC2\t013\ DC3\t014\ DC4\t015\ NAK\t016\ SYN\t017\ ETB" +.It "\&018\ CAN\t019\ EM\t01A\ SUB\t01B\ ESC\t01C\ FS\t01D\ GS" +.It "\&01E\ RS\t01F\ US\t07F\ DEL" .El .El .Pp Modified: head/usr.bin/killall/killall.1 ============================================================================== --- head/usr.bin/killall/killall.1 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.bin/killall/killall.1 Mon Mar 26 15:18:14 2012 (r233510) @@ -118,7 +118,7 @@ is already supported by So use .Xr kill 1 for this job (e.g.\& -.Dq Li "kill -TERM -1 +.Dq Li "kill -TERM -1" or as root .Dq Li "echo kill -TERM -1 | su -m <user>" ) . .Sh IMPLEMENTATION NOTES Modified: head/usr.bin/tr/tr.1 ============================================================================== --- head/usr.bin/tr/tr.1 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.bin/tr/tr.1 Mon Mar 26 15:18:14 2012 (r233510) @@ -146,13 +146,13 @@ the octal sequence to the full 3 octal d A backslash followed by certain special characters maps to special values. .Bl -column "\ea" -.It "\ea <alert character> -.It "\eb <backspace> -.It "\ef <form-feed> -.It "\en <newline> -.It "\er <carriage return> -.It "\et <tab> -.It "\ev <vertical tab> +.It "\ea <alert character>" +.It "\eb <backspace>" +.It "\ef <form-feed>" +.It "\en <newline>" +.It "\er <carriage return>" +.It "\et <tab>" +.It "\ev <vertical tab>" .El .Pp A backslash followed by any other character maps to that character. @@ -177,22 +177,22 @@ previous implementations. Represents all characters belonging to the defined character class. Class names are: .Bl -column "phonogram" -.It "alnum <alphanumeric characters> -.It "alpha <alphabetic characters> -.It "blank <whitespace characters> -.It "cntrl <control characters> -.It "digit <numeric characters> -.It "graph <graphic characters> -.It "ideogram <ideographic characters> -.It "lower <lower-case alphabetic characters> -.It "phonogram <phonographic characters> -.It "print <printable characters> -.It "punct <punctuation characters> -.It "rune <valid characters> -.It "space <space characters> -.It "special <special characters> -.It "upper <upper-case characters> -.It "xdigit <hexadecimal characters> +.It "alnum <alphanumeric characters>" +.It "alpha <alphabetic characters>" +.It "blank <whitespace characters>" +.It "cntrl <control characters>" +.It "digit <numeric characters>" +.It "graph <graphic characters>" +.It "ideogram <ideographic characters>" +.It "lower <lower-case alphabetic characters>" +.It "phonogram <phonographic characters>" +.It "print <printable characters>" +.It "punct <punctuation characters>" +.It "rune <valid characters>" +.It "space <space characters>" +.It "special <special characters>" +.It "upper <upper-case characters>" +.It "xdigit <hexadecimal characters>" .El .Pp .\" All classes may be used in Modified: head/usr.bin/units/units.1 ============================================================================== --- head/usr.bin/units/units.1 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.bin/units/units.1 Mon Mar 26 15:18:14 2012 (r233510) @@ -95,15 +95,15 @@ metric prefixes. Some constants of nature included are: .Pp .Bl -column -offset indent -compact "mercury" -.It "pi ratio of circumference to diameter -.It "c speed of light -.It "e charge on an electron -.It "g acceleration of gravity -.It "force same as g -.It "mole Avogadro's number -.It "water pressure per unit height of water -.It "mercury pressure per unit height of mercury -.It "au astronomical unit +.It "pi ratio of circumference to diameter" +.It "c speed of light" +.It "e charge on an electron" +.It "g acceleration of gravity" +.It "force same as g" +.It "mole Avogadro's number" +.It "water pressure per unit height of water" +.It "mercury pressure per unit height of mercury" +.It "au astronomical unit" .El .Pp The unit 'pound' is a unit of mass. @@ -148,14 +148,14 @@ Here is an example of a short units file units. .Pp .Bl -column -offset indent -compact "minute" -.It "m !a! -.It "sec !b! -.It "micro- 1e-6 -.It "minute 60 sec -.It "hour 60 min -.It "inch 0.0254 m -.It "ft 12 inches -.It "mile 5280 ft +.It "m !a!" +.It "sec !b!" +.It "micro- 1e-6" +.It "minute 60 sec" +.It "hour 60 min" +.It "inch 0.0254 m" +.It "ft 12 inches" +.It "mile 5280 ft" .El .Sh FILES .Bl -tag -width /usr/share/misc/units.lib -compact Modified: head/usr.bin/vgrind/vgrindefs.5 ============================================================================== --- head/usr.bin/vgrind/vgrindefs.5 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.bin/vgrind/vgrindefs.5 Mon Mar 26 15:18:14 2012 (r233510) @@ -49,7 +49,7 @@ very similar to .Sh FIELDS The following table names and describes each field. .Bl -column Namexxx Tpexxx -.It Sy "Name Type Description +.It Sy "Name Type Description" .It "ab str regular expression for the start of an alternate comment" .It "ae str regular expression for the end of an alternate comment" .It "pb str regular expression for start of a procedure" Modified: head/usr.sbin/arp/arp.4 ============================================================================== --- head/usr.sbin/arp/arp.4 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/arp/arp.4 Mon Mar 26 15:18:14 2012 (r233510) @@ -186,6 +186,6 @@ is set to 1, which is the system's defau .Rs .%A Leffler, S.J. .%A Karels, M.J. -.%B "Trailer Encapsulations +.%B "Trailer Encapsulations" .%T RFC893 .Re Modified: head/usr.sbin/bootparamd/bootparamd/bootparamd.8 ============================================================================== --- head/usr.sbin/bootparamd/bootparamd/bootparamd.8 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/bootparamd/bootparamd/bootparamd.8 Mon Mar 26 15:18:14 2012 (r233510) @@ -58,7 +58,7 @@ The SunOS kernel hangs until it receives To accommodate this behaviour add an alias address that responds to an all-0 broadcast. So, add something like -.Ql "ifconfig xl0 192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias +.Ql "ifconfig xl0 192.168.200.254 netmask 255.255.255.255 broadcast 192.168.200.0 alias" on the relevant network interface on your .Nm server. Modified: head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 ============================================================================== --- head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 Mon Mar 26 15:18:14 2012 (r233510) @@ -65,7 +65,7 @@ .Nm ng_node_name , .Nm ng_node_type , .Nm ng_peer_hook_id -.Nd "netgraph module for snmpd. +.Nd "netgraph module for snmpd" .Sh LIBRARY .Pq begemotSnmpdModulePath."netgraph" = "/usr/lib/snmp_netgraph.so" .Sh SYNOPSIS Modified: head/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 ============================================================================== --- head/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/bsnmpd/modules/snmp_wlan/snmp_wlan.3 Mon Mar 26 15:18:14 2012 (r233510) @@ -33,7 +33,7 @@ .Os .Sh NAME .Nm snmp_wlan -.Nd "wireless networking module for +.Nd "wireless networking module for" .Xr bsnmpd 1 .Sh LIBRARY .Pq begemotSnmpdModulePath."wlan" = "/usr/lib/snmp_wlan.so" Modified: head/usr.sbin/fdwrite/fdwrite.1 ============================================================================== --- head/usr.sbin/fdwrite/fdwrite.1 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/fdwrite/fdwrite.1 Mon Mar 26 15:18:14 2012 (r233510) @@ -87,7 +87,7 @@ utility was planned as a tool to make life easier when writing a set of floppies, one such use could be to write a tar-archive: .Pp -.Dl "tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v +.Dl tar cf - . | gzip -9 | fdwrite -d /dev/fd0.1720 -v .Pp The main difference from using .Xr tar 1 Ns 's Modified: head/usr.sbin/fwcontrol/fwcontrol.8 ============================================================================== --- head/usr.sbin/fwcontrol/fwcontrol.8 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/fwcontrol/fwcontrol.8 Mon Mar 26 15:18:14 2012 (r233510) @@ -171,7 +171,7 @@ For PAL, replace with .Dq Li bs=144000 . .Pp -.Dl "fwcontrol -R file.m2t +.Dl "fwcontrol -R file.m2t" .Pp Receive an MPEG TS stream from a camera producing MPEG transport stream. This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2 @@ -179,7 +179,7 @@ stream at 25 Mbps bandwidth. .Pp To send the stream from the camera over the network using TCP (which surprisingly works better with vlc), you can use -.Dl "fwcontrol -R - | nc 192.168.10.11 9000 +.Dl "fwcontrol -R - | nc 192.168.10.11 9000" with .Nm netcat from ports and to receive the stream, use @@ -190,7 +190,7 @@ To netcast via UDP, you need to use program from ports, since vlc is not fast enough to read UDP packets from buffers and thus it experiences dropouts when run directly. The sending side can use -.Dl "fwcontrol -R - | nc 192.168.10.11 9000 +.Dl "fwcontrol -R - | nc 192.168.10.11 9000" and to receive the stream, use .Dl nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc - .Pp Modified: head/usr.sbin/lpr/lpr/printcap.5 ============================================================================== --- head/usr.sbin/lpr/lpr/printcap.5 Mon Mar 26 14:56:23 2012 (r233509) +++ head/usr.sbin/lpr/lpr/printcap.5 Mon Mar 26 15:18:14 2012 (r233510) @@ -72,7 +72,7 @@ Refer to .Xr termcap 5 for a description of the file layout. .Bl -column Namexxx Typexx "/var/spool/lpdxxxxx" -.Sy "Name Type Default Description +.Sy "Name Type Default Description" .It "af str" Ta Dv NULL Ta No "name of accounting file" .It "br num none if lp is a tty, set the baud rate" .Xr ( ioctl 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203261518.q2QFIEGO038341>