diff options
author | ru <ru@FreeBSD.org> | 2005-01-21 20:48:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-21 20:48:00 +0000 |
commit | b8a9faaaa3ba2e0d70ff2df2be7d938576e1a68e (patch) | |
tree | 006a340111b607094e3f6c3125579ecf8c75b74b | |
parent | 073c1259a4af2d9c0006b3165dfde25d96c4829f (diff) | |
download | FreeBSD-src-b8a9faaaa3ba2e0d70ff2df2be7d938576e1a68e.zip FreeBSD-src-b8a9faaaa3ba2e0d70ff2df2be7d938576e1a68e.tar.gz |
Fixed punctuation in xrefs.
-rw-r--r-- | lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/extattr_get_file.2 | 2 | ||||
-rw-r--r-- | share/man/man9/time.9 | 6 | ||||
-rw-r--r-- | usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 | 4 | ||||
-rw-r--r-- | usr.sbin/jail/jail.8 | 2 |
5 files changed, 9 insertions, 9 deletions
diff --git a/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 b/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 index 5c074f5..39eddb9 100644 --- a/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 +++ b/lib/libbsnmp/modules/snmp_netgraph/snmp_netgraph.3 @@ -334,7 +334,7 @@ bytes long. The function returns 0 if the node and the hook is found, -1 otherwise. The function skips intermediate tee nodes (see -.Xr ng_tee 4 ). +.Xr ng_tee 4 ) . .Pp The function .Fn ng_next_node_id @@ -347,7 +347,7 @@ If is not NULL, the function checks, that the peer node's type is .Fa type . The function skips intermediate tee nodes (see -.Xr ng_tee 4 ). +.Xr ng_tee 4 ) . It returns the node id of the peer node or 0 if an error occurres or the types do not match. .Ss CHANGING THE GRAPH diff --git a/lib/libc/sys/extattr_get_file.2 b/lib/libc/sys/extattr_get_file.2 index b22f50f..775b0da 100644 --- a/lib/libc/sys/extattr_get_file.2 +++ b/lib/libc/sys/extattr_get_file.2 @@ -111,7 +111,7 @@ arguments in the style of .Xr read 2 ; .Fn extattr_set_file consumes these arguments in the style of -.Xr write 2. +.Xr write 2 . .Pp If .Fa data diff --git a/share/man/man9/time.9 b/share/man/man9/time.9 index d791614..091f72e 100644 --- a/share/man/man9/time.9 +++ b/share/man/man9/time.9 @@ -61,7 +61,7 @@ The variable is the number of seconds since boot. .Pp The -.Xr bintime 9, +.Xr bintime 9 , .Xr getbintime 9 , .Xr microtime 9 , .Xr getmicrotime 9 , @@ -72,7 +72,7 @@ functions can be used to get the current time more accurately and in an atomic manner. Similarly, the The -.Xr binuptime 9, +.Xr binuptime 9 , .Xr getbinuptime 9 , .Xr microuptime 9 , .Xr getmicrouptime 9 , @@ -98,7 +98,7 @@ variable may be read and written without special precautions. .Xr binuptime 9 , .Xr microtime 9 , .Xr microuptime 9 , -.Xr nanotime 9, +.Xr nanotime 9 , .Xr nanouptime 9 .Rs .%A "Poul-Henning Kamp" diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 index 5c074f5..39eddb9 100644 --- a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 +++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 @@ -334,7 +334,7 @@ bytes long. The function returns 0 if the node and the hook is found, -1 otherwise. The function skips intermediate tee nodes (see -.Xr ng_tee 4 ). +.Xr ng_tee 4 ) . .Pp The function .Fn ng_next_node_id @@ -347,7 +347,7 @@ If is not NULL, the function checks, that the peer node's type is .Fa type . The function skips intermediate tee nodes (see -.Xr ng_tee 4 ). +.Xr ng_tee 4 ) . It returns the node id of the peer node or 0 if an error occurres or the types do not match. .Ss CHANGING THE GRAPH diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 5af45f6..1a75f31 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -217,7 +217,7 @@ them in the host environment. This includes most applications providing services using .Xr rpc 3 , such as -.Xr rpcbind 8, +.Xr rpcbind 8 , .Xr nfsd 8 , and .Xr mountd 8 . |