Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Drewery <bryan@shatow.net>2022-06-18 07:12:55 +0300
committerBryan Drewery <bryan@shatow.net>2022-06-18 07:15:14 +0300
commit060395ad7f491ae95879f6e2623c6eb088e72a16 (patch)
tree7eecd9a5fdaaf49b5762d3dd59695a8e1542085d
parent685aaa1a3797ce9237a8bd1c2d27b322f7d2322e (diff)
Fix some typos
-rw-r--r--completions/bash/poudriere2
-rw-r--r--src/man/poudriere-jail.84
2 files changed, 3 insertions, 3 deletions
diff --git a/completions/bash/poudriere b/completions/bash/poudriere
index 3a8a40b7..d78ad1db 100644
--- a/completions/bash/poudriere
+++ b/completions/bash/poudriere
@@ -256,7 +256,7 @@ _poudriere()
_poudriere_architecture
;;
-C)
- COMPREPLY=($(compgen -W "all cache logs packages wkrdirs" -- "$cur"))
+ COMPREPLY=($(compgen -W "all cache logs packages wrkdirs" -- "$cur"))
;;
-f)
_poudriere_filesystem
diff --git a/src/man/poudriere-jail.8 b/src/man/poudriere-jail.8
index 792a4c4d..1a150da0 100644
--- a/src/man/poudriere-jail.8
+++ b/src/man/poudriere-jail.8
@@ -28,7 +28,7 @@
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
-.Dd April 29, 2022
+.Dd June 17, 2022
.Dt POUDRIERE-JAIL 8
.Os
.Sh NAME
@@ -145,7 +145,7 @@ option.
The
.Pa data
parameter can be one of the following:
-.Cm all , cache , logs , packages , No or Cm wkrdirs .
+.Cm all , cache , logs , packages , No or Cm wrkdirs .
.It Fl D
Clone the Git repository with the full history when creating the jail from a
Git checkout.