From dd965fe09b38761914aeb02a1cf203742e93171a Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Sat, 18 Jun 2011 14:42:06 +0100 Subject: [PATCH] nohup: tweak manpage --- TODO | 2 -- nohup.1 | 11 ++++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 9057a98..7166893 100644 --- a/TODO +++ b/TODO @@ -12,8 +12,6 @@ id [-gnru] [user] mv file [name] mv [file...] directory -nohup command [argument...] - paste [-s] [-d list] [file...] printf format [argument...] diff --git a/nohup.1 b/nohup.1 index c29e66e..5fcda39 100644 --- a/nohup.1 +++ b/nohup.1 @@ -3,13 +3,14 @@ nohup \- run a command immune to hangups .SH SYNOPSIS .B nohup -.I command -.RI [ argument ...] +.IR command ... .SH DESCRIPTION .B nohup -runs the given command with the SIGHUP signal set to be ignored. If stdout is a -tty, it is appended to +runs the given command with the +.I HUP +signal set to be ignored. If stdout is a terminal, it is appended to .I nohup.out -in the current working directory; if stderr is a tty, it is redirected to stdout. +in the current working directory; if stderr is a terminal, it is redirected to +stdout. .SH SEE ALSO .IR signal (7)