Changeset 1440:df295e837621 for alias.c

Show
Ignore:
Timestamp:
2000-01-18 14:17:45 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Documentation fix about gecos_mask. From Will Fiveash.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alias.c

    r1423 r1440  
    9191           /* Use regular expression to parse Gecos field.  This result of the 
    9292            * parsing will be used as the personal ID string when the alias is 
    93             * expaned. 
     93            * expanded. 
    9494            */ 
    9595          if (regexec (GecosMask.rx, pw->pw_gecos, 1, pat_match, 0) == 0)