diff --git a/gdisk/man8/sgdisk.8 b/gdisk/man8/sgdisk.8 index d05f0bd..2cb18b9 100644 --- a/gdisk/man8/sgdisk.8 +++ b/gdisk/man8/sgdisk.8 @@ -219,7 +219,7 @@ of the sector value reported by this option. You can change the alignment value with the \-a option. .TP -.B \-e, \-\-move\-second\-header +.B e, \-\-move\-second\-header Move backup GPT data structures to the end of the disk. Use this option if you've added disks to a RAID array, thus creating a virtual disk with space that follows the backup GPT data structures. This command moves the backup diff --git a/jose/man1/jose-fmt.1 b/jose/man1/jose-fmt.1 index a423a99..8e1b042 100644 --- a/jose/man1/jose-fmt.1 +++ b/jose/man1/jose-fmt.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-FMT" "1" "August 2019" "" "" +.TH "JOSE\-FMT" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-fmt\fR \- Converts JSON between serialization formats @@ -237,7 +237,7 @@ Change the algorithm in a JWK: . .nf -$ echo "$jwk" | jose fmt \-j\- \-j \(aq"A128GCM"\(aq \-s alg \-Uo\- +$ echo "$jwk" | jose fmt \-j\- \-j \'"A128GCM"\' \-s alg \-Uo\- {"kty":"oct","alg":"A128GCM",\.\.\.} . .fi @@ -251,7 +251,7 @@ Build a JWE template: . .nf -$ jose fmt \-j \(aq{}\(aq \-cs unprotected \-q A128KW \-s alg \-UUo\- +$ jose fmt \-j \'{}\' \-cs unprotected \-q A128KW \-s alg \-UUo\- {"unprotected":{"alg":"A128KW"}} . .fi diff --git a/jose/man1/jose-jwe-enc.1 b/jose/man1/jose-jwe-enc.1 index 7cbed11..ad4f49b 100644 --- a/jose/man1/jose-jwe-enc.1 +++ b/jose/man1/jose-jwe-enc.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWE\-ENC" "1" "August 2019" "" "" +.TH "JOSE\-JWE\-ENC" "1" "May 2017" "" "" . .SH "NAME" \fBjose\-jwe\-enc\fR \- Encrypts plaintext using one or more JWK/password @@ -66,7 +66,7 @@ Read JWK(Set) from FILE Read JWK(Set) from standard input . .TP -\fB\-p\fR, \fB\-\-password\fR +\fB\-p\fR, `\-\-password Prompt for an encryption password . .TP @@ -96,7 +96,7 @@ Encrypt data with a symmetric key using JWE JSON Serialization: . .nf -$ jose jwk gen \-i \(aq{"alg":"A128GCM"}\(aq \-o key\.jwk +$ jose jwk gen \-i \'{"alg":"A128GCM"}\' \-o key\.jwk $ jose jwe enc \-I msg\.txt \-k key\.jwk \-o msg\.jwe . .fi @@ -125,14 +125,14 @@ Compress plaintext before encryption: . .nf -$ jose jwe enc \-i \(aq{"protected":{"zip":"DEF"}}\(aq \.\.\. +$ jose jwe enc \-i \'{"protected":{"zip":"DEF"}}\' \.\.\. . .fi . .IP "" 0 . .P -Encrypt with two keys and two passwords: $ jose jwk gen \-i \(aq{"alg":"ECDH\-ES+A128KW"}\(aq \-o ec\.jwk $ jose jwk gen \-i \(aq{"alg":"RSA1_5"}\(aq \-o rsa\.jwk $ jose jwe enc \-I msg\.txt \-p \-k ec\.jwk \-p \-k rsa\.jwk \-o msg\.jwe Please enter a password: Please re\-enter the previous password: Please enter a password: Please re\-enter the previous password: +Encrypt with two keys and two passwords: $ jose jwk gen \-i \'{"alg":"ECDH\-ES+A128KW"}\' \-o ec\.jwk $ jose jwk gen \-i \'{"alg":"RSA1_5"}\' \-o rsa\.jwk $ jose jwe enc \-I msg\.txt \-p \-k ec\.jwk \-p \-k rsa\.jwk \-o msg\.jwe Please enter a password: Please re\-enter the previous password: Please enter a password: Please re\-enter the previous password: . .SH "AUTHOR" Nathaniel McCallum diff --git a/jose/man1/jose-jwk-exc.1 b/jose/man1/jose-jwk-exc.1 index 39a1e22..adf25fa 100644 --- a/jose/man1/jose-jwk-exc.1 +++ b/jose/man1/jose-jwk-exc.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWK\-EXC" "1" "July 2019" "" "" +.TH "JOSE\-JWK\-EXC" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-jwk\-exc\fR \- Performs a key exchange using the two input keys @@ -77,8 +77,8 @@ Perform a key exchange: . .nf -$ jose jwk gen \-i \(aq{"alg":"ECDH"}\(aq \-o local\.jwk -$ jose jwk gen \-i \(aq{"alg":"ECDH"}\(aq | jose jwk pub \-i\- \-o remote\.jwk +$ jose jwk gen \-i \'{"alg":"ECDH"}\' \-o local\.jwk +$ jose jwk gen \-i \'{"alg":"ECDH"}\' | jose jwk pub \-i\- \-o remote\.jwk $ jose jwk exc \-l local\.jwk \-r remote\.jwk \-o exchanged\.jwk . .fi diff --git a/jose/man1/jose-jwk-gen.1 b/jose/man1/jose-jwk-gen.1 index a422a01..ac0d9e7 100644 --- a/jose/man1/jose-jwk-gen.1 +++ b/jose/man1/jose-jwk-gen.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWK\-GEN" "1" "July 2019" "" "" +.TH "JOSE\-JWK\-GEN" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-jwk\-gen\fR \- Creates a random JWK for each input JWK template @@ -51,9 +51,9 @@ Generate three keys, each targeting a different algorithm: . .nf -$ jose jwk gen \-i \(aq{"alg":"HS256"}\(aq \-o oct\.jwk -$ jose jwk gen \-i \(aq{"alg":"RS256"}\(aq \-o rsa\.jwk -$ jose jwk gen \-i \(aq{"alg":"ES256"}\(aq \-o ec\.jwk +$ jose jwk gen \-i \'{"alg":"HS256"}\' \-o oct\.jwk +$ jose jwk gen \-i \'{"alg":"RS256"}\' \-o rsa\.jwk +$ jose jwk gen \-i \'{"alg":"ES256"}\' \-o ec\.jwk . .fi . @@ -66,9 +66,9 @@ Generate three keys using key parameters rather than algorithms: . .nf -$ jose jwk gen \-i \(aq{"kty":"oct","bytes":32}\(aq \-o oct\.jwk -$ jose jwk gen \-i \(aq{"kty":"RSA","bits":4096}\(aq \-o rsa\.jwk -$ jose jwk gen \-i \(aq{"kty":"EC","crv":"P\-256"}\(aq \-o ec\.jwk +$ jose jwk gen \-i \'{"kty":"oct","bytes":32}\' \-o oct\.jwk +$ jose jwk gen \-i \'{"kty":"RSA","bits":4096}\' \-o rsa\.jwk +$ jose jwk gen \-i \'{"kty":"EC","crv":"P\-256"}\' \-o ec\.jwk . .fi . @@ -82,7 +82,7 @@ Create multiple keys at once using a JWKSet template: .nf $ jose jwk gen \e - \-i \(aq{"keys":[{"alg":"HS256"},{"alg":"ES256"}]}\(aq \e + \-i \'{"keys":[{"alg":"HS256"},{"alg":"ES256"}]}\' \e \-o keys\.jwkset . .fi @@ -97,8 +97,8 @@ Create multiple keys at once using multiple JWK templates: .nf $ jose jwk gen \e - \-i \(aq{"alg":"HS256"}\(aq \e - \-i \(aq{"alg":"ES256"}\(aq \e + \-i \'{"alg":"HS256"}\' \e + \-i \'{"alg":"ES256"}\' \e \-o keys\.jwkset . .fi diff --git a/jose/man1/jose-jwk-pub.1 b/jose/man1/jose-jwk-pub.1 index c0332c9..108256c 100644 --- a/jose/man1/jose-jwk-pub.1 +++ b/jose/man1/jose-jwk-pub.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWK\-PUB" "1" "July 2019" "" "" +.TH "JOSE\-JWK\-PUB" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-jwk\-pub\fR \- Cleans private keys from a JWK @@ -48,7 +48,7 @@ Clean private key material from a JWK: . .nf -$ jose jwk gen \-i \(aq{"alg":"ES256"}\(aq \-o prv\.jwk +$ jose jwk gen \-i \'{"alg":"ES256"}\' \-o prv\.jwk $ cat prv\.jwk {"alg":"ES256","crv":"P\-256","key_ops":["sign","verify"],"kty":"EC", \.\.\.} $ jose jwk pub \-i prv\.jwk \-o pub\.jwk diff --git a/jose/man1/jose-jwk-thp.1 b/jose/man1/jose-jwk-thp.1 index 4b0c4f6..4b037cf 100644 --- a/jose/man1/jose-jwk-thp.1 +++ b/jose/man1/jose-jwk-thp.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWK\-THP" "1" "July 2019" "" "" +.TH "JOSE\-JWK\-THP" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-jwk\-thp\fR \- Calculates the JWK thumbprint @@ -53,7 +53,7 @@ Calculate the S1 thumbprint of a newly generated key: . .nf -$ jose jwk gen \-i \(aq{"alg":"ES256"}\(aq \-a S1 | jose jwk thp \-i\- +$ jose jwk gen \-i \'{"alg":"ES256"}\' \-a S1 | jose jwk thp \-i\- BzmSH6W8a8LlbQ1mD0iBJdYj4x4 . .fi diff --git a/jose/man1/jose-jwk-use.1 b/jose/man1/jose-jwk-use.1 index adf1540..a9ef2ef 100644 --- a/jose/man1/jose-jwk-use.1 +++ b/jose/man1/jose-jwk-use.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWK\-USE" "1" "July 2019" "" "" +.TH "JOSE\-JWK\-USE" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-jwk\-use\fR \- Validates a key for the specified use(s) @@ -91,7 +91,7 @@ Examples of both success and failure from a private and public key: . .nf -$ jose jwk gen \-i \(aq{"alg":"ES256"}\(aq \-o prv\.jwk +$ jose jwk gen \-i \'{"alg":"ES256"}\' \-o prv\.jwk $ jose jwk pub \-i prv\.jwk \-o pub\.jwk $ jose jwk use \-i prv\.jwk \-u sign $ echo $? diff --git a/jose/man1/jose-jws-sig.1 b/jose/man1/jose-jws-sig.1 index 336ead8..ee827a3 100644 --- a/jose/man1/jose-jws-sig.1 +++ b/jose/man1/jose-jws-sig.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "JOSE\-JWS\-SIG" "1" "July 2019" "" "" +.TH "JOSE\-JWS\-SIG" "1" "June 2017" "" "" . .SH "NAME" \fBjose\-jws\-sig\fR \- Signs a payload using one or more JWKs @@ -99,7 +99,7 @@ Sign data with a symmetric key using JWE JSON Serialization: . .nf -$ jose jwk gen \-i \(aq{"alg":"HS256"}\(aq \-o key\.jwk +$ jose jwk gen \-i \'{"alg":"HS256"}\' \-o key\.jwk $ jose jws sig \-I msg\.txt \-k key\.jwk \-o msg\.jws . .fi @@ -126,8 +126,8 @@ Sign with two keys: . .nf -$ jose jwk gen \-i \(aq{"alg":"ES256"}\(aq \-o ec\.jwk -$ jose jwk gen \-i \(aq{"alg":"RS256"}\(aq \-o rsa\.jwk +$ jose jwk gen \-i \'{"alg":"ES256"}\' \-o ec\.jwk +$ jose jwk gen \-i \'{"alg":"RS256"}\' \-o rsa\.jwk $ jose jws sig \-I msg\.txt \-k ec\.jwk \-k rsa\.jwk \-o msg\.jws . .fi diff --git a/man-pages/man2/copy_file_range.2 b/man-pages/man2/copy_file_range.2 index f25ea95..35c0967 100644 --- a/man-pages/man2/copy_file_range.2 +++ b/man-pages/man2/copy_file_range.2 @@ -78,7 +78,7 @@ is adjusted appropriately. The .I flags argument is provided to allow for future extensions -and currently must be set to 0. +and currently must be to 0. .SH RETURN VALUE Upon successful completion, .BR copy_file_range () @@ -109,11 +109,7 @@ maximum file size or the process's file size limit, or to write at a position past the maximum allowed offset. .TP .B EINVAL -Requested range extends beyond the end of the source file; or either -.I fd_in -or -.I fd_out -is not a regular file; or the +Requested range extends beyond the end of the source file; or the .I flags argument is not 0. .TP @@ -121,7 +117,6 @@ argument is not 0. A low-level I/O error occurred while copying. .TP .B EISDIR -Either .I fd_in or .I fd_out diff --git a/man-pages/man2/execve.2 b/man-pages/man2/execve.2 index 6d86cc4..7aaa64b 100644 --- a/man-pages/man2/execve.2 +++ b/man-pages/man2/execve.2 @@ -585,10 +585,7 @@ failure may occur past the point of no return: the original executable image has been torn down, but the new image could not be completely built. In such cases, the kernel kills the process with a -.\" commit 19d860a140beac48a1377f179e693abe86a9dac9 -.BR SIGSEGV -.RB ( SIGKILL -until Linux 3.17) +.BR SIGKILL signal. .\" .SS Interpreter scripts diff --git a/man-pages/man3/rpc.3 b/man-pages/man3/rpc.3 index 65ac0fa..0a1c263 100644 --- a/man-pages/man3/rpc.3 +++ b/man-pages/man3/rpc.3 @@ -1211,13 +1211,6 @@ T{ T} Thread safety MT-Safe .TE .ad -.SH NOTES -The -.I -header is not included with glibc, but requires installing -.I libtirpc-devel -package. See also -.BR rpc (3t). .SH SEE ALSO .\" We don't have an rpc_secure.3 page in the set at the moment -- MTK, 19 Sep 05 .\" .BR rpc_secure (3), diff --git a/man-pages/man7/xattr.7 b/man-pages/man7/xattr.7 index 9ea8859..fa67ab8 100644 --- a/man-pages/man7/xattr.7 +++ b/man-pages/man7/xattr.7 @@ -189,14 +189,12 @@ This page was formerly named .BR getfattr (1), .BR setfattr (1), .BR getxattr (2), -.BR attr (1), .BR ioctl_iflags (2), .BR listxattr (2), .BR removexattr (2), .BR setxattr (2), .BR acl (5), -.BR capabilities (7), -.BR selinux (8) +.BR capabilities (7) .SH COLOPHON This page is part of release 4.15 of the Linux .I man-pages diff --git a/radvd/man8/radvd.8 b/radvd/man8/radvd.8 index 4c71247..6a98b12 100644 --- a/radvd/man8/radvd.8 +++ b/radvd/man8/radvd.8 @@ -23,7 +23,6 @@ radvd \- router advertisement daemon for IPv6 .BI "[ \-p " pidfile " ]" .BI "[ \-m " logmethod " ]" .BI "[ \-l " logfile " ]" -.BI "[ \-n " nodaemon " ]" .BI "[ \-f " facility " ]" .BI "[ \-t " chrootdir " ]" .BI "[ \-u " username " ]" @@ -58,9 +57,6 @@ Displays a short usage description and then aborts. .BR "\-c" , " \-\-configtest" Test configuration and do startup tests and then exit. .TP -.BR "\-n" , " \-\-nodaemon" -Prevent the daemonizing. -.TP .BR "\-d " debuglevel, " \-\-debug " debuglevel With this option you turn on debugging information. The debugging level is an integer in the range from 1 to 5, from quiet to very verbose. A