mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
manuals: Remove trailing spaces
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:
parent
9ca3286264
commit
c7c3ef8949
@ -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 .
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
\&
|
||||
|
@ -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 */)
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 :
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user