summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libdialog/dialog.32
-rw-r--r--gnu/usr.bin/man/man/man.man4
-rw-r--r--gnu/usr.bin/man/manpath/manpath.man2
-rw-r--r--gnu/usr.bin/tar/tar.116
4 files changed, 12 insertions, 12 deletions
diff --git a/gnu/lib/libdialog/dialog.3 b/gnu/lib/libdialog/dialog.3
index 47d9770..0640a4e 100644
--- a/gnu/lib/libdialog/dialog.3
+++ b/gnu/lib/libdialog/dialog.3
@@ -686,7 +686,7 @@ function gets the current value of the helpful text line.
.Pp
The
.Fn dialog_clear_norefresh
-function clears the screen back to the dialog background color, but don't
+function clears the screen back to the dialog background color, but do not
refresh the contents just yet.
.Pp
The
diff --git a/gnu/usr.bin/man/man/man.man b/gnu/usr.bin/man/man/man.man
index 0153f1f..839c578 100644
--- a/gnu/usr.bin/man/man/man.man
+++ b/gnu/usr.bin/man/man/man.man
@@ -93,7 +93,7 @@ that match
.Ar name ,
not just the first.
.It Fl d
-Don't actually display the man pages, but do print gobs of debugging
+Do not actually display the man pages, but do print gobs of debugging
information.
.It Fl f
Equivalent to
@@ -191,7 +191,7 @@ The output from
may need to be passed through some filter or another before being
printed.
.It Fl w
-Don't actually display the man pages, but do print the location(s) of
+Do not actually display the man pages, but do print the location(s) of
the files that would be formatted or displayed.
.El
.Sh ENVIRONMENT
diff --git a/gnu/usr.bin/man/manpath/manpath.man b/gnu/usr.bin/man/manpath/manpath.man
index 8d5a8ab..9bddd19 100644
--- a/gnu/usr.bin/man/manpath/manpath.man
+++ b/gnu/usr.bin/man/manpath/manpath.man
@@ -51,7 +51,7 @@ If it exists, it is added to the search path.
.Nm Manpath
is used by
.Xr man 1
-to determine the search path, so users normally don't need to set the
+to determine the search path, so users normally do not need to set the
.Ev MANPATH
environment variable directly.
.Pp
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1
index 1f5205a..582167f 100644
--- a/gnu/usr.bin/tar/tar.1
+++ b/gnu/usr.bin/tar/tar.1
@@ -205,12 +205,12 @@ Create/list/extract old GNU-format incremental backup.
Create/list/extract new GNU-format incremental backup.
.It Fl h
.It Fl -dereference
-Don't write symlinks as symlinks; write the data of the files they name.
+Do not write symlinks as symlinks; write the data of the files they name.
.It Fl i
.It Fl -ignore-zeros
Ignore blocks of zeroes in archive (usually means End-Of-File).
.It Fl -ignore-failed-read
-Don't exit with non-zero status on unreadable files.
+Do not exit with non-zero status on unreadable files.
.It Fl j
.It Fl y
.It Fl -bzip
@@ -220,7 +220,7 @@ Filter the archive through
.Xr bzip2 1 .
.It Fl k
.It Fl -keep-old-files
-Keep files which already exist on disk; don't overwrite them from the archive.
+Keep files which already exist on disk; do not overwrite them from the archive.
.It Fl K Ar file
.It Fl -starting-file Ar file
Begin at
@@ -237,13 +237,13 @@ Change tapes after writing
* 1024 bytes.
.It Fl m
.It Fl -modification-time
-Don't extract file modified time.
+Do not extract file modified time.
.It Fl M
.It Fl -multi-volume
Create/list/extract multi-volume archive.
.It Fl n
.It Fl -norecurse
-Don't recurse into subdirectories when creating.
+Do not recurse into subdirectories when creating.
.It Fl -volno-file Ar file
File name with volume number to start with.
.It Fl N Ar date
@@ -270,7 +270,7 @@ Has the effect of
.Fl p s .
.It Fl P
.It Fl -absolute-paths
-Don't strip leading
+Do not strip leading
.Ql /
from file names.
.It Fl R
@@ -333,7 +333,7 @@ Attempt to verify the archive after writing it.
.It Fl -exclude Ar pattern
Exclude files matching the
.Ar pattern
-(don't extract them, don't add them, don't list them).
+(do not extract them, do not add them, do not list them).
.It Fl X Ar file
.It Fl -exclude-from Ar file
Exclude files listed in
@@ -468,7 +468,7 @@ which will add the files contained in
.Pa archive2.tar
onto the end of
.Pa archive1.tar
-(note that this can't be done by simply typing
+(note that this cannot be done by simply typing
.Dl "cat archive2.tar >> archive1.tar"
because of the end-of-file block at the end of a
.Nm
OpenPOWER on IntegriCloud