Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
1440:df295e837621
for
alias.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
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
alias.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
alias.c
r1423
r1440
91
91
/* Use regular expression to parse Gecos field. This result of the
92
92
* parsing will be used as the personal ID string when the alias is
93
* expan
ed.
93
* expan
d
ed.
94
94
*/
95
95
if (regexec (GecosMask.rx, pw->pw_gecos, 1, pat_match, 0) == 0)
Download in other formats:
Unified Diff
Zip Archive