diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3 index eb0e9a34bb5e..4d9439206b7b 100644 --- a/lib/libbe/libbe.3 +++ b/lib/libbe/libbe.3 @@ -585,5 +585,5 @@ as mentor. .Sh AUTHORS Kyle Kneitinger, mentored as above. .Pp -Post-GSoC changes were written by +Post-GSoC changes were written by .An Kyle Evans (kevans) Aq Mt kevans@freebsd.org . diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index 7b1a5fcc8ede..9b822fd6805a 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -175,7 +175,7 @@ All network numbers and local address parts are returned as machine byte order integer values. .Sh INTERNET ADDRESSES (IP VERSION 4) The -.Fn inet_aton +.Fn inet_aton and .Fn inet_addr functions accept IPv4 diff --git a/sbin/mount/mntopts.3 b/sbin/mount/mntopts.3 index 2480be2bdc9e..74fca612479f 100644 --- a/sbin/mount/mntopts.3 +++ b/sbin/mount/mntopts.3 @@ -204,7 +204,7 @@ If no mount is found, NULL is returned. .Pp The .Fn chkdoreload -function takes a pointer to a +function takes a pointer to a .Vt "struct statfs" . If the filesystem associated with the mount point is mounted read-only, .Fn chkdoreload diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontrol.8 index 76c79778021d..e21079b17ed6 100644 --- a/sbin/nvmecontrol/nvmecontrol.8 +++ b/sbin/nvmecontrol/nvmecontrol.8 @@ -822,7 +822,7 @@ for the .Cm connect command. .Ss telemetry-log -Extract the telemetry log associated with +Extract the telemetry log associated with .Ar device-id , using the specified parameters: .Bl -tag -width 6n diff --git a/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3 b/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3 index ba3a05e6902c..f5b730f40096 100644 --- a/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3 +++ b/secure/lib/libcrypto/man/man3/OSSL_DECODER_CTX.3 @@ -182,8 +182,8 @@ OSSL_DECODER_INSTANCE_get_input_structure \& int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx, \& const char *input_structure); \& int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder); -\& int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx, -\& OSSL_LIB_CTX *libctx, +\& int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx, +\& OSSL_LIB_CTX *libctx, \& const char *propq); \& int OSSL_DECODER_CTX_get_num_decoders(OSSL_DECODER_CTX *ctx); \& diff --git a/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3 b/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3 index fcc1c53cb096..489a4ff5423e 100644 --- a/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3 +++ b/secure/lib/libcrypto/man/man3/SSL_set_retry_verify.3 @@ -172,7 +172,7 @@ with the \fBX509_STORE_CTX\fR to call the \fBSSL_set_retry_verify()\fR function: \& \& /* this should not happen but check anyway */ \& if (idx < 0 -\& || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL) +\& || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL) \& return 0; \& \& if (/* we need to retry verification callback */) diff --git a/secure/lib/libcrypto/man/man3/X509_LOOKUP.3 b/secure/lib/libcrypto/man/man3/X509_LOOKUP.3 index 0cde28cae042..ce29dfe232c4 100644 --- a/secure/lib/libcrypto/man/man3/X509_LOOKUP.3 +++ b/secure/lib/libcrypto/man/man3/X509_LOOKUP.3 @@ -321,7 +321,7 @@ or \s-1NULL\s0 on error. 0 on error. .PP \&\fBX509_LOOKUP_ctrl()\fR returns \-1 if the \fBX509_LOOKUP\fR doesn't have an -associated \fBX509_LOOKUP_METHOD\fR, or 1 if the +associated \fBX509_LOOKUP_METHOD\fR, or 1 if the doesn't have a control function. Otherwise, it returns what the control function in the \&\fBX509_LOOKUP_METHOD\fR returns, which is usually 1 on success and 0 in diff --git a/secure/usr.bin/openssl/man/openssl-speed.1 b/secure/usr.bin/openssl/man/openssl-speed.1 index c6b04dd01ccd..371ef75579b5 100644 --- a/secure/usr.bin/openssl/man/openssl-speed.1 +++ b/secure/usr.bin/openssl/man/openssl-speed.1 @@ -221,7 +221,7 @@ Run benchmarks for \fInum\fR seconds. .IP "\fB\-bytes\fR \fInum\fR" 4 .IX Item "-bytes num" Run benchmarks on \fInum\fR\-byte buffers. Affects ciphers, digests and the \s-1CSPRNG.\s0 -The limit on the size of the buffer is \s-1INT_MAX\s0 \- 64 bytes, which for a 32\-bit +The limit on the size of the buffer is \s-1INT_MAX\s0 \- 64 bytes, which for a 32\-bit int would be 2147483583 bytes. .IP "\fB\-mr\fR" 4 .IX Item "-mr" diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index bfc0eb5ca139..07558bd41ec3 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -369,7 +369,7 @@ bits in the array of bits referenced by .Fa name , at or after the zero-based bit index -.Fa start +.Fa start in which all bits have the value .Fa match . If no sequence of contiguous such bits of the specified diff --git a/share/man/man3/pthread_condattr.3 b/share/man/man3/pthread_condattr.3 index f3b1d3639827..96d30263d7f2 100644 --- a/share/man/man3/pthread_condattr.3 +++ b/share/man/man3/pthread_condattr.3 @@ -52,7 +52,7 @@ .Ft int .Fo pthread_condattr_getpshared .Fa "pthread_condattr_t * restrict attr" "int * restrict pshared" -.Fc +.Fc .Ft int .Fn pthread_condattr_setpshared "pthread_condattr_t *attr" "int pshared" .Sh DESCRIPTION diff --git a/share/man/man4/u3g.4 b/share/man/man4/u3g.4 index 234b5a4b3277..4035c8d3a8df 100644 --- a/share/man/man4/u3g.4 +++ b/share/man/man4/u3g.4 @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd February 4, 2023 +.Dd February 4, 2023 .Dt U3G 4 .Os .Sh NAME diff --git a/share/man/man8/debug.sh.8 b/share/man/man8/debug.sh.8 index 77a1e06cc56a..bf0fdbd6bcf5 100644 --- a/share/man/man8/debug.sh.8 +++ b/share/man/man8/debug.sh.8 @@ -101,7 +101,7 @@ are ignored, they just allow for symmetry with calls to The optional .Ar rc value will be returned rather than the default of 0. -Thus if +Thus if .Fn DebugOff is the last operation in a function, .Ar rc diff --git a/share/man/man9/bitset.9 b/share/man/man9/bitset.9 index a4e360a678d7..b77cfec63e26 100644 --- a/share/man/man9/bitset.9 +++ b/share/man/man9/bitset.9 @@ -193,7 +193,7 @@ These macros are meant to be used in the kernel and are visible if or .In sys/bitset.h are included in a program. -Userland programs must define +Userland programs must define .Dv _WANT_FREEBSD_BITSET before including these files to make the macros visible. .Pp diff --git a/share/man/man9/mod_cc.9 b/share/man/man9/mod_cc.9 index 86d9c7b5312c..09580aa943a9 100644 --- a/share/man/man9/mod_cc.9 +++ b/share/man/man9/mod_cc.9 @@ -370,7 +370,7 @@ LRO system. So for example if LRO pushed three in-order acknowledgements into one acknowledgement the variable would be set to three. .Pp -The +The .Va labc variable is used in conjunction with the CCF_USE_LOCAL_ABC flag to override what labc variable the congestion controller will use diff --git a/stand/man/loader.efi.8 b/stand/man/loader.efi.8 index 736b07d2922d..1417d994478c 100644 --- a/stand/man/loader.efi.8 +++ b/stand/man/loader.efi.8 @@ -360,7 +360,7 @@ installations, setups and situations. In this section, paths that are all lower case are Unix paths. Paths that are all upper case are relative to the ESP mount point, though they may appear as lower case on your system because the -FAT filesystem of the ESP is case insensitive. +FAT filesystem of the ESP is case insensitive. .Pp Locate the ESP, which has its own partition type of .Dq efi : diff --git a/usr.sbin/i2c/i2c.8 b/usr.sbin/i2c/i2c.8 index 3415b614f87d..b5ce8aaea1a4 100644 --- a/usr.sbin/i2c/i2c.8 +++ b/usr.sbin/i2c/i2c.8 @@ -168,7 +168,7 @@ Scan the default bus (/dev/iic0) for devices: .Pp i2c -s .It -Scan the default bus (/dev/iic0) for devices and skip addresses +Scan the default bus (/dev/iic0) for devices and skip addresses 0x45 to 0x47 (inclusive) and 0x56. .Pp i2c -s -n 0x56,45-47 diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index 0dcab757ef24..67f325d15a93 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -951,7 +951,7 @@ A list of ZFS datasets to be attached to the jail. This requires .Va allow.mount.zfs to be set. -See +See .Xr zfs-jail 8 for information on how to configure a ZFS dataset to be operated from within a jail. diff --git a/usr.sbin/newsyslog/newsyslog.conf.5 b/usr.sbin/newsyslog/newsyslog.conf.5 index 9f229bc04402..a8ab132edaa8 100644 --- a/usr.sbin/newsyslog/newsyslog.conf.5 +++ b/usr.sbin/newsyslog/newsyslog.conf.5 @@ -305,7 +305,7 @@ flag is mostly useful in conjunction with .Cm B flag to prevent .Xr newsyslog 8 -from inserting an informational +from inserting an informational .Tn ASCII message into the new file. .It Cm G