X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=cprogs%2Freally.c;h=ef2fb64dcb94f23b3801b297f8d7b1b7666fd681;hp=bbb5ad815676c732be2e0db71db2764e7f98e052;hb=b075ddbfbdbf7d15d9f0c43d7316533cf9ed6229;hpb=d9d8b1a736946ae91c521133dc32d5e1d6b5e506 diff --git a/cprogs/really.c b/cprogs/really.c index bbb5ad8..ef2fb64 100644 --- a/cprogs/really.c +++ b/cprogs/really.c @@ -1,7 +1,7 @@ /* * really.c - program for gaining privilege * - * Copyright (C) 1992-3 Ian Jackson + * Copyright (C) 1992-3 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -14,8 +14,9 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public - * License along with this file; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * License along with this file; if not, consult the Free Software + * Foundation's website at www.fsf.org, or the GNU Project website at + * www.gnu.org. */ #include @@ -43,7 +44,7 @@ void usagemessage(void) { " -G|--gid } the group list\n" "other really-options:\n" " -h|--help display this message\n" - " -R|--chroot chroot (but *not* chdir)\n", + " -R|--chroot chroot (but *not* chdir - danger!)\n", stderr) == EOF) { perror("write usage"); exit(-1); } }