manuals: Remove trailing spaces
Some checks are pending
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-14, /usr/lib/llvm-14/bin, ubuntu-22.04, bmake libarchive-dev clang-14 lld-14, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /opt/homebrew/opt/llvm@18/bin, macos-latest, bmake libarchive llvm@18, arm64, aarch64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, amd64, amd64) (push) Waiting to run
Cross-build Kernel / ${{ matrix.target_arch }} ${{ matrix.os }} (${{ matrix.compiler }}) (clang-18, /usr/lib/llvm-18/bin, ubuntu-24.04, bmake libarchive-dev clang-18 lld-18, arm64, aarch64) (push) Waiting to run

This does not change the rendered ascii at all.

Signed-off-by:	Graham Percival <gperciva@tarsnap.com>
Reviewed by:	mhorne, Alexander Ziaee <concussious.bugzilla@runbox.com>
MFC after:	3 days
Sponsored by:	Tarsnap Backup Inc.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1473
This commit is contained in:
Graham Percival 2024-11-01 20:24:19 -07:00 committed by Mitchell Horne
parent 9ca3286264
commit c7c3ef8949
18 changed files with 19 additions and 19 deletions

View File

@ -585,5 +585,5 @@ as mentor.
.Sh AUTHORS .Sh AUTHORS
Kyle Kneitinger, mentored as above. Kyle Kneitinger, mentored as above.
.Pp .Pp
Post-GSoC changes were written by Post-GSoC changes were written by
.An Kyle Evans (kevans) Aq Mt kevans@freebsd.org . .An Kyle Evans (kevans) Aq Mt kevans@freebsd.org .

View File

@ -175,7 +175,7 @@ All network numbers and local address parts are
returned as machine byte order integer values. returned as machine byte order integer values.
.Sh INTERNET ADDRESSES (IP VERSION 4) .Sh INTERNET ADDRESSES (IP VERSION 4)
The The
.Fn inet_aton .Fn inet_aton
and and
.Fn inet_addr .Fn inet_addr
functions accept IPv4 functions accept IPv4

View File

@ -204,7 +204,7 @@ If no mount is found, NULL is returned.
.Pp .Pp
The The
.Fn chkdoreload .Fn chkdoreload
function takes a pointer to a function takes a pointer to a
.Vt "struct statfs" . .Vt "struct statfs" .
If the filesystem associated with the mount point is mounted read-only, If the filesystem associated with the mount point is mounted read-only,
.Fn chkdoreload .Fn chkdoreload

View File

@ -822,7 +822,7 @@ for the
.Cm connect .Cm connect
command. command.
.Ss telemetry-log .Ss telemetry-log
Extract the telemetry log associated with Extract the telemetry log associated with
.Ar device-id , .Ar device-id ,
using the specified parameters: using the specified parameters:
.Bl -tag -width 6n .Bl -tag -width 6n

View File

@ -182,8 +182,8 @@ OSSL_DECODER_INSTANCE_get_input_structure
\& int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx, \& int OSSL_DECODER_CTX_set_input_structure(OSSL_DECODER_CTX *ctx,
\& const char *input_structure); \& const char *input_structure);
\& int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder); \& int OSSL_DECODER_CTX_add_decoder(OSSL_DECODER_CTX *ctx, OSSL_DECODER *decoder);
\& int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx, \& int OSSL_DECODER_CTX_add_extra(OSSL_DECODER_CTX *ctx,
\& OSSL_LIB_CTX *libctx, \& OSSL_LIB_CTX *libctx,
\& const char *propq); \& const char *propq);
\& int OSSL_DECODER_CTX_get_num_decoders(OSSL_DECODER_CTX *ctx); \& int OSSL_DECODER_CTX_get_num_decoders(OSSL_DECODER_CTX *ctx);
\& \&

View File

@ -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 */ \& /* this should not happen but check anyway */
\& if (idx < 0 \& 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; \& return 0;
\& \&
\& if (/* we need to retry verification callback */) \& if (/* we need to retry verification callback */)

View File

@ -321,7 +321,7 @@ or \s-1NULL\s0 on error.
0 on error. 0 on error.
.PP .PP
\&\fBX509_LOOKUP_ctrl()\fR returns \-1 if the \fBX509_LOOKUP\fR doesn't have an \&\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. doesn't have a control function.
Otherwise, it returns what the control function in the Otherwise, it returns what the control function in the
\&\fBX509_LOOKUP_METHOD\fR returns, which is usually 1 on success and 0 in \&\fBX509_LOOKUP_METHOD\fR returns, which is usually 1 on success and 0 in

View File

@ -221,7 +221,7 @@ Run benchmarks for \fInum\fR seconds.
.IP "\fB\-bytes\fR \fInum\fR" 4 .IP "\fB\-bytes\fR \fInum\fR" 4
.IX Item "-bytes num" .IX Item "-bytes num"
Run benchmarks on \fInum\fR\-byte buffers. Affects ciphers, digests and the \s-1CSPRNG.\s0 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. int would be 2147483583 bytes.
.IP "\fB\-mr\fR" 4 .IP "\fB\-mr\fR" 4
.IX Item "-mr" .IX Item "-mr"

View File

@ -369,7 +369,7 @@ bits in the array of
bits referenced by bits referenced by
.Fa name , .Fa name ,
at or after the zero-based bit index at or after the zero-based bit index
.Fa start .Fa start
in which all bits have the value in which all bits have the value
.Fa match . .Fa match .
If no sequence of contiguous such bits of the specified If no sequence of contiguous such bits of the specified

View File

@ -52,7 +52,7 @@
.Ft int .Ft int
.Fo pthread_condattr_getpshared .Fo pthread_condattr_getpshared
.Fa "pthread_condattr_t * restrict attr" "int * restrict pshared" .Fa "pthread_condattr_t * restrict attr" "int * restrict pshared"
.Fc .Fc
.Ft int .Ft int
.Fn pthread_condattr_setpshared "pthread_condattr_t *attr" "int pshared" .Fn pthread_condattr_setpshared "pthread_condattr_t *attr" "int pshared"
.Sh DESCRIPTION .Sh DESCRIPTION

View File

@ -16,7 +16,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.Dd February 4, 2023 .Dd February 4, 2023
.Dt U3G 4 .Dt U3G 4
.Os .Os
.Sh NAME .Sh NAME

View File

@ -101,7 +101,7 @@ are ignored, they just allow for symmetry with calls to
The optional The optional
.Ar rc .Ar rc
value will be returned rather than the default of 0. value will be returned rather than the default of 0.
Thus if Thus if
.Fn DebugOff .Fn DebugOff
is the last operation in a function, is the last operation in a function,
.Ar rc .Ar rc

View File

@ -193,7 +193,7 @@ These macros are meant to be used in the kernel and are visible if
or or
.In sys/bitset.h .In sys/bitset.h
are included in a program. are included in a program.
Userland programs must define Userland programs must define
.Dv _WANT_FREEBSD_BITSET .Dv _WANT_FREEBSD_BITSET
before including these files to make the macros visible. before including these files to make the macros visible.
.Pp .Pp

View File

@ -370,7 +370,7 @@ LRO system.
So for example if LRO pushed three in-order acknowledgements into So for example if LRO pushed three in-order acknowledgements into
one acknowledgement the variable would be set to three. one acknowledgement the variable would be set to three.
.Pp .Pp
The The
.Va labc .Va labc
variable is used in conjunction with the CCF_USE_LOCAL_ABC flag variable is used in conjunction with the CCF_USE_LOCAL_ABC flag
to override what labc variable the congestion controller will use to override what labc variable the congestion controller will use

View File

@ -360,7 +360,7 @@ installations, setups and situations.
In this section, paths that are all lower case are Unix paths. 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, 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 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 .Pp
Locate the ESP, which has its own partition type of Locate the ESP, which has its own partition type of
.Dq efi : .Dq efi :

View File

@ -168,7 +168,7 @@ Scan the default bus (/dev/iic0) for devices:
.Pp .Pp
i2c -s i2c -s
.It .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. 0x45 to 0x47 (inclusive) and 0x56.
.Pp .Pp
i2c -s -n 0x56,45-47 i2c -s -n 0x56,45-47

View File

@ -951,7 +951,7 @@ A list of ZFS datasets to be attached to the jail.
This requires This requires
.Va allow.mount.zfs .Va allow.mount.zfs
to be set. to be set.
See See
.Xr zfs-jail 8 .Xr zfs-jail 8
for information on how to configure a ZFS dataset to be operated from for information on how to configure a ZFS dataset to be operated from
within a jail. within a jail.

View File

@ -305,7 +305,7 @@ flag is mostly useful in conjunction with
.Cm B .Cm B
flag to prevent flag to prevent
.Xr newsyslog 8 .Xr newsyslog 8
from inserting an informational from inserting an informational
.Tn ASCII .Tn ASCII
message into the new file. message into the new file.
.It Cm G .It Cm G