aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>1999-09-14 11:46:04 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>1999-09-14 11:46:04 +0000
commite6d3cf26485c2f3410273cda3d6e4c1b0d78e2a4 (patch)
tree41dfc828ee62dbb93d36644d118abbc2be235cf4 /usr.bin
parent34dda9f49f8d99806addcc3304791c5ae7dabb8e (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/login/login.14
-rw-r--r--usr.bin/nice/nice.18
-rw-r--r--usr.bin/nohup/nohup.17
-rw-r--r--usr.bin/printf/printf.14
-rw-r--r--usr.bin/time/time.110
-rw-r--r--usr.bin/which/which.14
6 files changed, 20 insertions, 17 deletions
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index 3d1a9c7ecb59..492b9832da9c 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -145,8 +145,8 @@ a user's login environment.
.Pp
Some shells may provide a builtin
.Nm
-command which is similar or identical to this utility. Consult
-the
+command which is similar or identical to this utility.
+Consult the
.Xr builtin 1
manual page.
.Sh FILES
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index b017179d0f54..9bebdc15cf79 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -54,8 +54,8 @@ If
is not given
.Nm
assumed the value 10.
-The priority is a value in the range -20 to 20. The default priority
-is 0, priority 20 is the lowest possible.
+The priority is a value in the range -20 to 20.
+The default priority is 0, priority 20 is the lowest possible.
.Nm Nice
will execute
.Ar command
@@ -76,8 +76,8 @@ command executed by
.Pp
Some shells may provide a builtin
.Nm
-command which is similar or identical to this utility. Consult
-the
+command which is similar or identical to this utility.
+Consult the
.Xr builtin 1
manual page.
.Sh EXAMPLES
diff --git a/usr.bin/nohup/nohup.1 b/usr.bin/nohup/nohup.1
index 8f137e784b6b..9aa327128352 100644
--- a/usr.bin/nohup/nohup.1
+++ b/usr.bin/nohup/nohup.1
@@ -54,7 +54,8 @@ with
its arguments
and at this time sets the signal
.Dv SIGHUP
-to be ignored. The signal
+to be ignored.
+The signal
.Dv SIGQUIT
may also be set
to be ignored.
@@ -71,8 +72,8 @@ exits 1 if an error occurs, otherwise the exit status is that of
.Pp
Some shells may provide a builtin
.Nm
-command which is similar or identical to this utility. Consult
-the
+command which is similar or identical to this utility.
+Consult the
.Xr builtin 1
manual page.
.Sh ENVIRONMENT
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 153990bb07a8..9f0d9a986df6 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -253,8 +253,8 @@ the actual width.
.Pp
Some shells may provide a builtin
.Nm
-command which is similar or identical to this utility. Consult
-the
+command which is similar or identical to this utility.
+Consult the
.Xr builtin 1
manual page.
.Sh RETURN VALUES
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1
index 196042c8a33c..48cd78d1e38a 100644
--- a/usr.bin/time/time.1
+++ b/usr.bin/time/time.1
@@ -71,7 +71,8 @@ Available options:
If the
.Fl o
flag is used, append to the specified file rather than overwriting
-it. Otherwise, this option has no effect.
+it.
+Otherwise, this option has no effect.
.It Fl l
The contents of the
.Em rusage
@@ -92,14 +93,15 @@ output POSIX.2 compliant (each time is printed on its own line).
.Pp
Some shells may provide a builtin
.Nm
-command which is similar or identical to this utility. Consult
-the
+command which is similar or identical to this utility.
+Consult the
.Xr builtin 1
manual page.
.Sh DIAGNOSTICS
If
.Ar command
-could be timed successfully, its exit status is returned. In case
+could be timed successfully, its exit status is returned.
+If
.Ar command
terminated abnormally, a warning message is output to stderr.
If the
diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1
index 97daca54e30d..6b00525b0b40 100644
--- a/usr.bin/which/which.1
+++ b/usr.bin/which/which.1
@@ -55,8 +55,8 @@ none are found.
.Pp
Some shells may provide a builtin
.Nm
-command which is similar or identical to this utility. Consult
-the
+command which is similar or identical to this utility.
+Consult the
.Xr builtin 1
manual page.
.Sh HISTORY