mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Sync SYNOPSIS and usage() string.
This commit is contained in:
parent
e91b5c5294
commit
34398e2d9b
2 changed files with 5 additions and 4 deletions
|
|
@ -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…
Reference in a new issue