* [PATCH 1/2] unshare(1): delete empty NOTES section
@ 2013-03-01 4:03 Mike Frysinger
2013-03-01 4:03 ` [PATCH 2/2] unshare: tweak style Mike Frysinger
2013-03-04 11:31 ` [PATCH 1/2] unshare(1): delete empty NOTES section Karel Zak
0 siblings, 2 replies; 4+ messages in thread
From: Mike Frysinger @ 2013-03-01 4:03 UTC (permalink / raw)
To: util-linux-ng
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
sys-utils/unshare.1 | 1 -
1 file changed, 1 deletion(-)
diff --git a/sys-utils/unshare.1 b/sys-utils/unshare.1
index 8cdc6e5..58f2bb2 100644
--- a/sys-utils/unshare.1
+++ b/sys-utils/unshare.1
@@ -61,7 +61,6 @@ Unshare the pid namespace.
.TP
.BR \-U , " \-\-user"
Unshare the user namespace.
-.SH NOTES
.SH SEE ALSO
.BR unshare (2),
.BR clone (2)
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] unshare: tweak style
2013-03-01 4:03 [PATCH 1/2] unshare(1): delete empty NOTES section Mike Frysinger
@ 2013-03-01 4:03 ` Mike Frysinger
2013-03-04 11:31 ` Karel Zak
2013-03-04 11:31 ` [PATCH 1/2] unshare(1): delete empty NOTES section Karel Zak
1 sibling, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2013-03-01 4:03 UTC (permalink / raw)
To: util-linux-ng
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
sys-utils/unshare.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c
index 2eea165..8cc9c46 100644
--- a/sys-utils/unshare.c
+++ b/sys-utils/unshare.c
@@ -78,8 +78,8 @@ int main(int argc, char *argv[])
textdomain(PACKAGE);
atexit(close_stdout);
- while((c = getopt_long(argc, argv, "hVmuinpU", longopts, NULL)) != -1) {
- switch(c) {
+ while ((c = getopt_long(argc, argv, "hVmuinpU", longopts, NULL)) != -1) {
+ switch (c) {
case 'h':
usage(EXIT_SUCCESS);
case 'V':
@@ -108,7 +108,7 @@ int main(int argc, char *argv[])
}
}
- if(-1 == unshare(unshare_flags))
+ if (-1 == unshare(unshare_flags))
err(EXIT_FAILURE, _("unshare failed"));
if (optind < argc) {
--
1.8.1.2
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] unshare(1): delete empty NOTES section
2013-03-01 4:03 [PATCH 1/2] unshare(1): delete empty NOTES section Mike Frysinger
2013-03-01 4:03 ` [PATCH 2/2] unshare: tweak style Mike Frysinger
@ 2013-03-04 11:31 ` Karel Zak
1 sibling, 0 replies; 4+ messages in thread
From: Karel Zak @ 2013-03-04 11:31 UTC (permalink / raw)
To: Mike Frysinger; +Cc: util-linux-ng
On Thu, Feb 28, 2013 at 11:03:01PM -0500, Mike Frysinger wrote:
> sys-utils/unshare.1 | 1 -
> 1 file changed, 1 deletion(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] unshare: tweak style
2013-03-01 4:03 ` [PATCH 2/2] unshare: tweak style Mike Frysinger
@ 2013-03-04 11:31 ` Karel Zak
0 siblings, 0 replies; 4+ messages in thread
From: Karel Zak @ 2013-03-04 11:31 UTC (permalink / raw)
To: Mike Frysinger; +Cc: util-linux-ng
On Thu, Feb 28, 2013 at 11:03:02PM -0500, Mike Frysinger wrote:
> sys-utils/unshare.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-03-04 11:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-01 4:03 [PATCH 1/2] unshare(1): delete empty NOTES section Mike Frysinger
2013-03-01 4:03 ` [PATCH 2/2] unshare: tweak style Mike Frysinger
2013-03-04 11:31 ` Karel Zak
2013-03-04 11:31 ` [PATCH 1/2] unshare(1): delete empty NOTES section Karel Zak
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.