179557 Commits

Author SHA1 Message Date
joerg
c4b5640b2b Use .It "" instead of .br, they are different logical lines.
Don't use .Xo/.Xc to work around ancient macro argument limit.
2009-04-10 15:16:06 +00:00
joerg
e3f8cea2e7 Add missing quote. 2009-04-10 15:15:10 +00:00
joerg
d0835e27ec No offset, no -offset. 2009-04-10 15:14:06 +00:00
joerg
330aff3e67 Improve markup. 2009-04-10 15:11:41 +00:00
joerg
9cfdf0ccd3 Quote non-macro as argument to .It. 2009-04-10 15:09:26 +00:00
joerg
54bb6a60ae Remove redundant, misspelled .Pp. Terminate .Rs. 2009-04-10 15:09:08 +00:00
joerg
c2d5fab96a Use paragraphs instead of .br. 2009-04-10 15:07:08 +00:00
joerg
8c31ac9a75 Don't use conditional macros to comment out parts of the FreeBSD man
page, just use comments. Use proper table markup. Improve spacing.
2009-04-10 15:05:06 +00:00
joerg
efb76c4e51 Add missing quote. Use paragraphs instead of .br. 2009-04-10 15:02:03 +00:00
joerg
ea18bf9d3c Tweak markup. 2009-04-10 15:00:20 +00:00
joerg
228d957753 Remove .sp, the list already provides spacing. 2009-04-10 14:59:35 +00:00
joerg
1158fc19a9 Use shorter variable names to fit tty width. Use .Bd for samples. 2009-04-10 14:57:28 +00:00
wiz
2357e9b449 Sync usage with man page; remove 0xa0 character from usage. 2009-04-10 13:48:00 +00:00
wiz
c7c3dd81bc Sort option descriptions. 2009-04-10 13:47:31 +00:00
wiz
f85612ac72 New sentence, new line. 2009-04-10 13:41:09 +00:00
tsutsui
0126759cb5 Apply patch from mhitch@:
Make copyin(9) and copyout(9) work with 64KB or larger data blocks.
Fixes broken pipe(2) problem mentioned in PR port-vax/41139. Ok'ed by ragge@.

Should be pulled up to netbsd-5.
2009-04-10 13:40:38 +00:00
joerg
7d3ba7cfe8 Fix markup. 2009-04-10 13:30:11 +00:00
tsutsui
e54edb5bbb Include <sys/evcnt.h> instead of <sys/device.h> for struct evcnt
to avoid recursive dependency.
2009-04-10 13:29:30 +00:00
christos
ca13337dfe From Anon Ymous:
- Remove all longjmp(3) calls from signal handlers.  Instead, we post
to an internal signal queue and check that periodically.  All signal
related code is now in sig.c, except for the SIGCHLD handler which
remains in popen.c as it is intimately tied to routines there.

- Handle SIGPIPE in type1() regardless of mime support, or else the
handler in execute() will prevent our error code from being returned
resulting in 'sawcom' not being set on the first command as it should.
This only affected the initial behavior of the "next" command without
mime support.

- Add the 'T' flag to many commands in cmdtab.c that should not look
like the first command.  E.g., start mail on a mailbox with multiple
messages, run "set foo", then "next", and watch the second message get
displayed rather than the first as is the case without the first "set"
command.

- Add file descriptor and file handle leak detection.  Enabled by
DEBUG_FILE_LEAK.  This will likely disappear in the future.

- Fix a long standing (since import in 1993) longjmp() bug in
edstop(): the jmpbuf was invalid when quit() is called at the end of
main.

- Fix a long standing bug (since import in 1993) in snarf() where it
didn't strip whitespace correctly if the line consisted only of
whitespace.

- Lint cleanup.

- New Feature: "Header" command.  This allows miscellaneous header
fields to be added to the header, e.g., "X-Organization:" or
"Reply-To:" fields.

- New Feature: "page-also" variable.  This allows the specification of
additional commands to page.  It is more flexible than "crt".

- Document the "pager-off" variable: if set, it disables paging
entirely.
2009-04-10 13:08:24 +00:00
christos
889c434e54 - fix bug with cvs group auth
- use our own getopt
- add config tests for optreset
2009-04-10 11:20:28 +00:00
stacktic
1ce31322a1 Added myself to the list of developers 2009-04-10 10:26:24 +00:00
mlelstv
485e52e2b3 attach and detach do not mix.
Create a new detach function that calls the parent function after
dealing with the private instance counter.
2009-04-10 10:18:50 +00:00
reed
85ecea6539 Make sure named-compilezone manual page is available too.
(Upstream provides as a symlink to named-checkzone, but using MLINKS
here.)
2009-04-10 03:50:38 +00:00
yamt
63d0089e0e - tmpfs_dir_lookup: simplify.
- add some assertions.
2009-04-10 03:40:05 +00:00
sborrill
e53eaac0d8 Add missing cpu.h include required by last commit. 2009-04-09 10:56:41 +00:00
tsutsui
773d1cf3d7 Include <sys/evcnt.h> instead of <sys/device.h> for struct evcnt
to avoid recursive dependency (though news68k has not been switched
to using intr evcnt yet).
2009-04-09 10:48:22 +00:00
pooka
93636c41f9 Support creating a file system to a regular file. 2009-04-09 10:37:55 +00:00
tsutsui
997f95acb2 Include <sys/evcnt.h> instead of <sys/device.h> for struct evcnt.
<sys/device.h> now requires <sys/mutex.h> for struct device_lock, and
<machine/mutex.h> requires <machine/intr.h> for ipl_cookie_t, so
including <sys/device.h> from <machine/intr.h> causes recursive dependency.
2009-04-09 10:29:09 +00:00
pooka
6d35065877 * create only one vnode per inode
* add locking
2009-04-09 09:56:30 +00:00
apb
02a79f3336 * Rewrite intro to mention all three things mtree can do (check directory
tree against spec; create spec; modify spec).
* Consistently use "options" to refer to command line options.  "flags"
  is used to refer to file flags.
* Some other clarifications and changes for consistency.
2009-04-09 09:53:37 +00:00
pooka
42ca2fba4f VOP_CLOSE in error branches 2009-04-09 07:55:55 +00:00
yamt
cdc5fc06ff restore INETD_SUPPORT. PR/40722. 2009-04-09 06:34:34 +00:00
joerg
a5e9c389e6 Quote potential macro used as literal. Don't use .Xo/.Xc to work around
ancient groff macro argument limit.
2009-04-09 04:10:40 +00:00
joerg
95f7f57dfb Remove physical markup. 2009-04-09 04:02:32 +00:00
joerg
e597a0f468 Don't use .Xo/.Xc to workaround argument limit in ancient groff. 2009-04-09 04:01:06 +00:00
joerg
f10218e541 \@ is not a valid escape sequence. 2009-04-09 03:52:54 +00:00
joerg
78f99749bd Remove physical markup. 2009-04-09 03:51:05 +00:00
joerg
6c2b072585 Don't use an indented display with a single list in it.
When using two columns, declare them indepently.
2009-04-09 03:47:16 +00:00
joerg
bcacc7116b groff is applying more than enough space between column, so don't
increase it even more. Do ensure that the columns are as large as the
largest value though. Do not indent the kern.* table as it can't fit
comfortable on the screen otherwise.
2009-04-09 03:40:24 +00:00
joerg
7878434110 Don't use .Xo/.Xc to workaround ancient groff macro argument limit.
Reduce indentation a bit to make it more readable.
2009-04-09 03:02:21 +00:00
joerg
cfdc1c74ba Use semantic markup. 2009-04-09 02:51:54 +00:00
joerg
d87cddc68e .br -> .Pp, capitalize subsection titles 2009-04-09 02:41:44 +00:00
joerg
d942d2f2cd Don't depend on magic default value for -offset. Don't use .br, use a
paragraph. Use more sane indentation and avoid compact style for huge
list to make it more readable.
2009-04-09 02:30:51 +00:00
joerg
3b17d40bfb Don't use .Xo/.Xc or .Oo/.Oc over .It lines to work around the macro
argument limit in ancient groff versions.
2009-04-09 02:25:45 +00:00
joerg
1491f958e9 Improve markup. 2009-04-09 01:18:17 +00:00
yamt
bdeb01233f 0 -> NULL 2009-04-09 00:57:15 +00:00
yamt
e29a551d79 remove an unnecessary cast. 2009-04-09 00:44:32 +00:00
yamt
a227a1194c sonewconn: add an assertion. 2009-04-09 00:43:38 +00:00
yamt
2c68552273 0 -> NULL where appropriate 2009-04-09 00:37:32 +00:00
yamt
fbdf448a6a comments 2009-04-09 00:34:44 +00:00