etc: minor spelling fixes.
Mostly comments but these tend to be user-visible. MFC after: 2 weeks
This commit is contained in:
parent
b5635ba0a2
commit
f2730d1d65
@ -46,7 +46,7 @@
|
|||||||
# by the International Bureau of Weights and Measures
|
# by the International Bureau of Weights and Measures
|
||||||
# (BIPM). See www.bipm.fr for more information.
|
# (BIPM). See www.bipm.fr for more information.
|
||||||
#
|
#
|
||||||
# 3. The current defintion of the relationship between UTC
|
# 3. The current definition of the relationship between UTC
|
||||||
# and TAI dates from 1 January 1972. A number of different
|
# and TAI dates from 1 January 1972. A number of different
|
||||||
# time scales were in use before than epoch, and it can be
|
# time scales were in use before than epoch, and it can be
|
||||||
# quite difficult to compute precise timestamps and time
|
# quite difficult to compute precise timestamps and time
|
||||||
|
@ -43,7 +43,7 @@ merit-inp 32 MERIT-INP # MERIT Internodal Protocol
|
|||||||
dccp 33 DCCP # Datagram Congestion Control Protocol
|
dccp 33 DCCP # Datagram Congestion Control Protocol
|
||||||
3pc 34 3PC # Third Party Connect Protocol
|
3pc 34 3PC # Third Party Connect Protocol
|
||||||
idpr 35 IDPR # Inter-Domain Policy Routing Protocol
|
idpr 35 IDPR # Inter-Domain Policy Routing Protocol
|
||||||
xtp 36 XTP # Xpress Tranfer Protocol
|
xtp 36 XTP # Xpress Transfer Protocol
|
||||||
ddp 37 DDP # Datagram Delivery Protocol
|
ddp 37 DDP # Datagram Delivery Protocol
|
||||||
idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport Proto
|
idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport Proto
|
||||||
tp++ 39 TP++ # TP++ Transport Protocol
|
tp++ 39 TP++ # TP++ Transport Protocol
|
||||||
|
@ -79,7 +79,7 @@ sendmail_cert_create()
|
|||||||
crlnumber = \$dir/crlnumber # the current crl number
|
crlnumber = \$dir/crlnumber # the current crl number
|
||||||
crl = \$dir/crl.pem # The current CRL
|
crl = \$dir/crl.pem # The current CRL
|
||||||
private_key = \$dir/cakey.pem
|
private_key = \$dir/cakey.pem
|
||||||
x509_extensions = usr_cert # The extentions to add to the cert
|
x509_extensions = usr_cert # The extensions to add to the cert
|
||||||
name_opt = ca_default # Subject Name options
|
name_opt = ca_default # Subject Name options
|
||||||
cert_opt = ca_default # Certificate field options
|
cert_opt = ca_default # Certificate field options
|
||||||
default_days = 365 # how long to certify for
|
default_days = 365 # how long to certify for
|
||||||
@ -100,7 +100,7 @@ sendmail_cert_create()
|
|||||||
default_keyfile = privkey.pem
|
default_keyfile = privkey.pem
|
||||||
distinguished_name = req_distinguished_name
|
distinguished_name = req_distinguished_name
|
||||||
attributes = req_attributes
|
attributes = req_attributes
|
||||||
x509_extensions = v3_ca # The extentions to add to the self signed cert
|
x509_extensions = v3_ca # The extensions to add to the self signed cert
|
||||||
string_mask = utf8only
|
string_mask = utf8only
|
||||||
prompt = no
|
prompt = no
|
||||||
[ req_distinguished_name ]
|
[ req_distinguished_name ]
|
||||||
|
@ -103,7 +103,7 @@
|
|||||||
# will be created. In case of multiple entries for the same
|
# will be created. In case of multiple entries for the same
|
||||||
# directory M, the last one in the scanning order is used.
|
# directory M, the last one in the scanning order is used.
|
||||||
# NOTE: If you only need to create a memory filesystem but not
|
# NOTE: If you only need to create a memory filesystem but not
|
||||||
# initialize it from a template, it is preferrable to specify
|
# initialize it from a template, it is preferable to specify
|
||||||
# it in fstab e.g. as "md /tmp mfs -s=30m,rw 0 0"
|
# it in fstab e.g. as "md /tmp mfs -s=30m,rw 0 0"
|
||||||
#
|
#
|
||||||
# /conf/T/SUBDIR.cpio.gz
|
# /conf/T/SUBDIR.cpio.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user