jwise
4f1d9bdb73
Play with calendar syntax a little, allowing both of month and day
...
to be wildcarded.
As a side effect, this allows '**' in the date field to match every
day of the year, which is very useful for TODO items.
It's important to note that the syntax has a lot of hardcoded (and
undocumented) ambiguity resolution stuff, and is crying out for a
simplification, and maybe some use of yacc and lex.
When this is done, a minor flag day (and probably a compatibility
flag :-( ) should be included, for current users who are making
use of some of the corner cases. I'll raise this on tech-userlevel
before going there. CVS:
----------------------------------------------------------------------
2004-12-06 20:38:43 +00:00
snj
d4d8a90495
Remove a duplicate entry.
2004-12-06 06:33:03 +00:00
lukem
e3fa45c35e
add some HISTORY about the inspiration for this command
2004-12-03 23:05:32 +00:00
ginsbach
b275490943
Remove stray ; in comment.
2004-12-02 21:46:52 +00:00
wiz
5dfef2f2bd
Fix typo.
2004-12-01 12:03:55 +00:00
wiz
2f78a9f782
Fix typo reported by Jeff Ito in PR 28496.
2004-12-01 12:02:08 +00:00
wiz
7b04d43e4c
Document -x, from Jeff Ito in PR 28494.
...
While here, sort options and fix various minor stuff.
2004-12-01 12:01:05 +00:00
perry
e45cb21451
Mike Cheponis noted that I didn't list the edition of Knuth that the
...
page number refers to. Fixed.
2004-12-01 00:03:45 +00:00
wiz
c6dfed6dc5
Sort options in SYNOPSIS, bump date for -x, and misc. cleanup.
2004-11-30 10:41:20 +00:00
wiz
53693aebe6
Add -x to usage and to getopt options string (hi Jim!).
2004-11-30 10:39:53 +00:00
christos
67a132acdc
PR/28474: Geoff C. Wing: write does some weird checking and can't handle ptyfs
2004-11-30 04:08:38 +00:00
jwise
69de851d35
Now that cpp(1) understands the CPP_RESTRICTED environment variable, set
...
that before invoking cpp -- and provide (with appropriate man page warnings)
an option to run cpp without this set.
2004-11-30 01:54:17 +00:00
wiz
68f709428b
Bump date for new calendar searching behaviour; new sentence, new line.
2004-11-29 20:22:31 +00:00
jwise
fe72e40594
Note switch to searching home directory, and add a note to the COMPATIBILITY
...
section describing how to get the historical behavior.
2004-11-29 18:33:45 +00:00
jwise
e7f10875fa
On further thought, always search for calendar files in the caller's home
...
directory when called directly (this was already done for calendar -a, by
definition).
Old behavior is still available by setting "CALENDAR_DIR=.".
2004-11-29 18:25:14 +00:00
jwise
9720571221
Note new behavior for finding calendar files when none specifically given.
2004-11-29 17:58:07 +00:00
jwise
d728174e30
Instead of searching only for a calendar file named `calendar' in the current
...
directory, use the first found of:
./calendar
./.calendar
/etc/calendar
Note that currently only the first found of these is used (so that users may
override a system calendar placed in /etc if desired). Users who want can always
use #include to continue the chain...
2004-11-29 17:03:43 +00:00
lukem
77966ade4d
WARNS=3
2004-11-29 05:02:52 +00:00
lukem
7fde79333c
Improve printing of various items to be more human-readable.
...
Display all the supported databases in the usage.
2004-11-29 05:02:40 +00:00
lukem
6d8ce32cbf
Implement "services"
2004-11-29 04:13:15 +00:00
wiz
bd8c343563
No dot at end of SEE ALSO.
2004-11-26 10:15:37 +00:00
lukem
309eefda19
implement "protocols"
2004-11-26 05:07:12 +00:00
lukem
f6f918f7c3
implement "networks"
2004-11-26 04:52:45 +00:00
ginsbach
1468e327a8
Fix what appears to be a typo in the description.
2004-11-24 16:37:44 +00:00
aymeric
0339e1e087
bump version: coredump fixed when autocompleting a filename wider than screen
2004-11-23 14:36:50 +00:00
aymeric
0b416121a6
Move a line of code which was "obviously" misplaced.
...
This fixes a core dump when auto-completing filenames and at least one of the
file names is larger than the screen width.
Bug report and fix by Peter Bex in PR#28382
2004-11-23 14:35:45 +00:00
wiz
db85937f2b
"..." does not need to be quoted.
2004-11-23 09:06:24 +00:00
lukem
10f5ef24c1
add getent(1)
2004-11-23 07:35:38 +00:00
lukem
6fc4e8553d
getent(1) - get entries from administrative database.
2004-11-23 07:35:06 +00:00
simonb
e38c2f36ba
Show more information about page types in use, and free pages.
2004-11-23 03:11:33 +00:00
peter
2c12af6a77
Sort options, standardize usage message.
...
ok wiz@
2004-11-22 17:34:24 +00:00
peter
75e76988cc
WARNS=3 clean.
2004-11-22 17:32:08 +00:00
peter
cd2105a43a
Add some missing static/const.
...
ok wiz@
2004-11-22 17:31:38 +00:00
peter
52f947197e
ANSIfy & KNF.
...
ok wiz@
2004-11-22 17:28:58 +00:00
peter
3a0b5da47f
Print the correct usage message for whoami(1) and groups(1).
...
ok wiz@
2004-11-22 17:21:36 +00:00
peter
1a4cb94e52
Sort options.
...
ok wiz@
2004-11-22 17:20:02 +00:00
grant
0bfb4106b0
no trailing comma at end of enum.
2004-11-20 06:40:01 +00:00
grant
3e28f586c0
+pkgsrc/OSF1
2004-11-20 06:37:15 +00:00
christos
ccd2e5bea8
use sockaddr_snprintf()
2004-11-19 21:41:25 +00:00
wiz
a65671d259
Remove some whitespace.
2004-11-19 18:41:00 +00:00
peter
5dc9788b36
Fix a typo, dependancy -> dependency
...
ok wiz@
2004-11-19 14:18:53 +00:00
peter
e8ec0dc16f
id(1) -p supports optional [user] arg;
...
from matthew clarke via OpenBSD
ok wiz@
2004-11-19 14:18:01 +00:00
christos
6b2a6f8a02
Be a bit more careful with errors; if you cannot find the pty to stat for
...
time, then report ? instead of the previous random contents of struct stat.
2004-11-19 13:17:06 +00:00
matt
d0560e80c6
When adding text due to an a, c, or i command, don't eat the space(s) at
...
the beginning of the lines since the addition is supposed to be "verbatim".
Fix a comment for compile_text indicating it's also used for the 'c' command.
2004-11-17 22:17:54 +00:00
wiz
9f522a4dd3
Merge single-letter options; sync order in man page and usage.
2004-11-17 14:57:48 +00:00
itojun
da88342476
NI_WITHSCOPEID was not picked up by IETF standardization process
2004-11-16 06:04:12 +00:00
itojun
b95181fc9b
NI_WITHSCOPEID was not picked up by IETF standardization process.
2004-11-16 05:59:32 +00:00
christos
81726ab7e3
Print the full pty name; reported by atatat
2004-11-16 04:52:46 +00:00
christos
4a9bb0c8f3
Add a -a option to pass the host address of the host we logged in from in
...
addition to the host name. This option is needed by programs suchs as
telnetd, because at the point they invoke login, they already have opened
a pty, and the stdin of login is no longer the socket connected to the
remote host. In addition don't chop the hostname up to the first dot if
the domain matches. These practices are 70's fashion and they only serve
to lose information. These days we have long enough fields in utmpx and
wtmpx to store the full names.
2004-11-14 18:01:21 +00:00
christos
692346d6f0
PR/28264: Miles Nordin: finger does not consult utmp if a username is specified
2004-11-12 21:48:58 +00:00