mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-09 02:26:27 +00:00
Sync SYNOPSIS and usage() string.
This commit is contained in:
parent
e91b5c5294
commit
34398e2d9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=58616
@ -44,14 +44,15 @@
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Ar command
|
||||
.Op Ar arg ...
|
||||
.Op Ar arguments
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
utility invokes
|
||||
.Ar command
|
||||
with
|
||||
its arguments
|
||||
its
|
||||
.Ar arguments
|
||||
and at this time sets the signal
|
||||
.Dv SIGHUP
|
||||
to be ignored.
|
||||
@ -78,7 +79,7 @@ Consult the
|
||||
manual page.
|
||||
.Sh ENVIRONMENT
|
||||
The following variable is utilized by
|
||||
.Nm nohup .
|
||||
.Nm Ns :
|
||||
.Bl -tag -width flag
|
||||
.It Ev HOME
|
||||
If the output file
|
||||
|
@ -118,6 +118,6 @@ dupit: (void)lseek(fd, (off_t)0, SEEK_END);
|
||||
void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr, "usage: nohup command\n");
|
||||
(void)fprintf(stderr, "usage: nohup command [arguments]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user