[hackers] [sbase] nohup: tweak manpage || Connor Lane Smith

From: <hg_AT_suckless.org>
Date: Sat, 18 Jun 2011 15:42:12 +0200 (CEST)

changeset: 87:a6c29a8d3397
tag: tip
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Sat Jun 18 14:42:06 2011 +0100
files: TODO nohup.1
description:
nohup: tweak manpage

diff -r 8cd0d43f5b21 -r a6c29a8d3397 TODO
--- a/TODO Sat Jun 18 06:43:10 2011 +0100
+++ b/TODO Sat Jun 18 14:42:06 2011 +0100
@@ -12,8 +12,6 @@
 mv file [name]
 mv [file...] directory
 
-nohup command [argument...]
-
 paste [-s] [-d list] [file...]
 
 printf format [argument...]
diff -r 8cd0d43f5b21 -r a6c29a8d3397 nohup.1
--- a/nohup.1 Sat Jun 18 06:43:10 2011 +0100
+++ b/nohup.1 Sat Jun 18 14:42:06 2011 +0100
@@ -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)
Received on Sat Jun 18 2011 - 15:42:12 CEST

This archive was generated by hypermail 2.2.0 : Sat Jun 18 2011 - 15:48:05 CEST