All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] unshare.2: ffix: indentation inconsistencies
@ 2023-05-26  8:41 Günther Noack
  2023-05-26 15:18 ` Alejandro Colomar
  0 siblings, 1 reply; 3+ messages in thread
From: Günther Noack @ 2023-05-26  8:41 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Günther Noack

Signed-off-by: Günther Noack <gnoack@google.com>
---
 man2/unshare.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/unshare.2 b/man2/unshare.2
index 58d57a86b..1e06d8064 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -532,12 +532,12 @@ main(int argc, char *argv[])
 \&
     while ((opt = getopt(argc, argv, "CimnptuU")) != \-1) {
         switch (opt) {
-        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;      break;
+        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;     break;
         case \[aq]i\[aq]: flags |= CLONE_NEWIPC;        break;
         case \[aq]m\[aq]: flags |= CLONE_NEWNS;         break;
         case \[aq]n\[aq]: flags |= CLONE_NEWNET;        break;
         case \[aq]p\[aq]: flags |= CLONE_NEWPID;        break;
-        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;        break;
+        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;       break;
         case \[aq]u\[aq]: flags |= CLONE_NEWUTS;        break;
         case \[aq]U\[aq]: flags |= CLONE_NEWUSER;       break;
         default:  usage(argv[0]);

base-commit: 2aa85ce3b0a85fbf6909e873c78959c2fbcc25ac
-- 
2.41.0.rc0.172.g3f132b7071-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] unshare.2: ffix: indentation inconsistencies
  2023-05-26  8:41 [PATCH] unshare.2: ffix: indentation inconsistencies Günther Noack
@ 2023-05-26 15:18 ` Alejandro Colomar
  0 siblings, 0 replies; 3+ messages in thread
From: Alejandro Colomar @ 2023-05-26 15:18 UTC (permalink / raw)
  To: Günther Noack; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1400 bytes --]

Hi Günther!

On 5/26/23 10:41, Günther Noack wrote:
> Signed-off-by: Günther Noack <gnoack@google.com>

Patch applied.  Thanks!

Alex

> ---
>  man2/unshare.2 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man2/unshare.2 b/man2/unshare.2
> index 58d57a86b..1e06d8064 100644
> --- a/man2/unshare.2
> +++ b/man2/unshare.2
> @@ -532,12 +532,12 @@ main(int argc, char *argv[])
>  \&
>      while ((opt = getopt(argc, argv, "CimnptuU")) != \-1) {
>          switch (opt) {
> -        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;      break;
> +        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;     break;
>          case \[aq]i\[aq]: flags |= CLONE_NEWIPC;        break;
>          case \[aq]m\[aq]: flags |= CLONE_NEWNS;         break;
>          case \[aq]n\[aq]: flags |= CLONE_NEWNET;        break;
>          case \[aq]p\[aq]: flags |= CLONE_NEWPID;        break;
> -        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;        break;
> +        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;       break;
>          case \[aq]u\[aq]: flags |= CLONE_NEWUTS;        break;
>          case \[aq]U\[aq]: flags |= CLONE_NEWUSER;       break;
>          default:  usage(argv[0]);
> 
> base-commit: 2aa85ce3b0a85fbf6909e873c78959c2fbcc25ac

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] unshare.2: ffix: indentation inconsistencies
@ 2023-05-26  8:39 Günther Noack
  0 siblings, 0 replies; 3+ messages in thread
From: Günther Noack @ 2023-05-26  8:39 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man, Günther Noack

---
 man2/unshare.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man2/unshare.2 b/man2/unshare.2
index 58d57a86b..1e06d8064 100644
--- a/man2/unshare.2
+++ b/man2/unshare.2
@@ -532,12 +532,12 @@ main(int argc, char *argv[])
 \&
     while ((opt = getopt(argc, argv, "CimnptuU")) != \-1) {
         switch (opt) {
-        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;      break;
+        case \[aq]C\[aq]: flags |= CLONE_NEWCGROUP;     break;
         case \[aq]i\[aq]: flags |= CLONE_NEWIPC;        break;
         case \[aq]m\[aq]: flags |= CLONE_NEWNS;         break;
         case \[aq]n\[aq]: flags |= CLONE_NEWNET;        break;
         case \[aq]p\[aq]: flags |= CLONE_NEWPID;        break;
-        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;        break;
+        case \[aq]t\[aq]: flags |= CLONE_NEWTIME;       break;
         case \[aq]u\[aq]: flags |= CLONE_NEWUTS;        break;
         case \[aq]U\[aq]: flags |= CLONE_NEWUSER;       break;
         default:  usage(argv[0]);

base-commit: 2aa85ce3b0a85fbf6909e873c78959c2fbcc25ac
-- 
2.41.0.rc0.172.g3f132b7071-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-26 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26  8:41 [PATCH] unshare.2: ffix: indentation inconsistencies Günther Noack
2023-05-26 15:18 ` Alejandro Colomar
  -- strict thread matches above, loose matches on Subject: below --
2023-05-26  8:39 Günther Noack

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.