Mac scr: fix comment

This commit is contained in:
Charlie Fenton 2017-06-09 19:04:59 -07:00
parent d11e775275
commit 01c90ad350
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
// This file is part of BOINC. // This file is part of BOINC.
// http://boinc.berkeley.edu // http://boinc.berkeley.edu
// Copyright (C) 2008 University of California // Copyright (C) 2017 University of California
// //
// BOINC is free software; you can redistribute it and/or modify it // BOINC is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License // under the terms of the GNU Lesser General Public License
@ -18,9 +18,9 @@
// gfx_switcher.C // gfx_switcher.C
// //
// Used by screensaver to: // Used by screensaver to:
// - launch graphics application at given slot number as user & owner boinc_project // - launch graphics application at given slot number as user & group boinc_project
// - launch default graphics application as user & owner boinc_project // - launch default graphics application as user & group boinc_project
// - kill graphics application with given process ID as user & owner boinc_project // - kill graphics application with given process ID as user & group boinc_project
// //
#include <unistd.h> #include <unistd.h>
#include <cstdio> #include <cstdio>