Remove space(s) before TAB.
authorJim Meyering <jim@meyering.net>
Tue, 23 Mar 2004 18:04:35 +0000 (18:04 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 23 Mar 2004 18:04:35 +0000 (18:04 +0000)
lib/getopt.c
lib/getopt.h

index 8f017f87b14435b407a44576ee87f4eb2ad7bcef..afc28484336ff6d00308e009da51381b173bdc00 100644 (file)
@@ -3,7 +3,7 @@
    "Keep this file name-space clean" means, talk to drepper@gnu.org
    before changing it!
    Copyright (C) 1987,88,89,90,91,92,93,94,95,96,98,99,2000,2001,2002,2003,2004
-       Free Software Foundation, Inc.
+       Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index c61768c691bfc6e0f010b8f5bdf7ccaec385774d..9774110d9614c74e99d0dde3bfeedecfad333cfe 100644 (file)
@@ -89,7 +89,7 @@ extern int optopt;
    The field `has_arg' is:
    no_argument         (or 0) if the option does not take an argument,
    required_argument   (or 1) if the option requires an argument,
-   optional_argument   (or 2) if the option takes an optional argument.
+   optional_argument   (or 2) if the option takes an optional argument.
 
    If the field `flag' is not NULL, it points to a variable that is set
    to the value given in the field `val' when the option is found, but