Module Name:src
Committed By: uwe
Date: Tue Oct 29 00:18:55 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): Don't use top-level .Sh sections for functions
The list of possible .Sh sections in a man page is kinda limited
(think DTD, or schema). As a
Module Name:src
Committed By: uwe
Date: Tue Oct 29 00:18:55 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): Don't use top-level .Sh sections for functions
The list of possible .Sh sections in a man page is kinda limited
(think DTD, or schema). As a
Module Name:src
Committed By: uwe
Date: Mon Oct 28 10:01:09 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): don't use (incorrect) custom -width with .Bl -tag
Default widths are good enough.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1
Module Name:src
Committed By: uwe
Date: Mon Oct 28 10:01:09 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): don't use (incorrect) custom -width with .Bl -tag
Default widths are good enough.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:46:54 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): use Pq for longer phrases
In PostScript output the extra breathing space that .Pq adds imrpoves
readability of parenthetical clauses.
To gen
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:46:54 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): use Pq for longer phrases
In PostScript output the extra breathing space that .Pq adds imrpoves
readability of parenthetical clauses.
To gen
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:52:09 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): indent and untabify FTSENT definition
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/fts.3
Please note that
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:52:09 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): indent and untabify FTSENT definition
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/lib/libc/gen/fts.3
Please note that
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:30:50 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): structures are Vt not Fa
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/fts.3
Please note that diffs are not
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:30:50 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): structures are Vt not Fa
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/fts.3
Please note that diffs are not
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:33:44 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): NUL (character) is not a Dv
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/fts.3
Please note that diffs are
Module Name:src
Committed By: uwe
Date: Mon Oct 28 09:33:44 UTC 2024
Modified Files:
src/lib/libc/gen: fts.3
Log Message:
fts(3): NUL (character) is not a Dv
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/fts.3
Please note that diffs are
Module Name:src
Committed By: uwe
Date: Sun Oct 20 16:08:51 UTC 2024
Modified Files:
src/share/man/man4: ietp.4
Log Message:
ietp(4): fix typo in author's name, capitalize
OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: uwe
Date: Sun Oct 20 16:08:51 UTC 2024
Modified Files:
src/share/man/man4: ietp.4
Log Message:
ietp(4): fix typo in author's name, capitalize
OpenBSD: ietp.4,v 1.2 2023/07/09 01:12:04 jsg Exp
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: uwe
Date: Sat Oct 12 09:58:39 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: obsolete_libs - update comment
... that mentions a variable name in an AWK script far, far away.
To generate a diff of
Module Name:src
Committed By: uwe
Date: Sat Oct 12 09:58:39 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: obsolete_libs - update comment
... that mentions a variable name in an AWK script far, far away.
To generate a diff of
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:30:01 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: get rid of exclude -t
exclude_libs() no longer uses it, so revert exclude() to what it was
before the -t was introduced.
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:30:01 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: get rid of exclude -t
exclude_libs() no longer uses it, so revert exclude() to what it was
before the -t was introduced.
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:14:35 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: simplify exclude_libs
Don't compose a baroque ERE to filter the list of libraries. grep can
match whole lines with -x s
Module Name:src
Committed By: uwe
Date: Thu Oct 10 22:14:35 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: simplify exclude_libs
Don't compose a baroque ERE to filter the list of libraries. grep can
match whole lines with -x s
Module Name:src
Committed By: uwe
Date: Thu Oct 10 21:42:24 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: exclude_libs - use find/readlink instead of ls/awk
This doesn't only feels right, but also gets rid of a bogus empty lin
Module Name:src
Committed By: uwe
Date: Thu Oct 10 21:42:24 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: exclude_libs - use find/readlink instead of ls/awk
This doesn't only feels right, but also gets rid of a bogus empty lin
Module Name:src
Committed By: uwe
Date: Thu Oct 10 13:06:23 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: clarify/simplify awk script in _obsolete_libs
Add comments and rename variables to better reflect their purpose.
Emit pl
Module Name:src
Committed By: uwe
Date: Thu Oct 10 13:06:23 UTC 2024
Modified Files:
src/usr.sbin/postinstall: postinstall.in
Log Message:
postinstall: clarify/simplify awk script in _obsolete_libs
Add comments and rename variables to better reflect their purpose.
Emit pl
Module Name:src
Committed By: uwe
Date: Wed Oct 9 22:13:21 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): couple more nits
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/share/man/man9/bus_dma.9
Please note that diffs
Module Name:src
Committed By: uwe
Date: Wed Oct 9 22:13:21 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): couple more nits
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/share/man/man9/bus_dma.9
Please note that diffs
Module Name:src
Committed By: uwe
Date: Wed Oct 9 22:02:51 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): clean up a few mark up nits
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/share/man/man9/bus_dma.9
Please note
Module Name:src
Committed By: uwe
Date: Wed Oct 9 22:02:51 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): clean up a few mark up nits
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/share/man/man9/bus_dma.9
Please note
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:56:35 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): mark up a few missed bus_dma_tag_t
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/share/man/man9/bus_dma.9
Plea
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:56:35 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): mark up a few missed bus_dma_tag_t
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/share/man/man9/bus_dma.9
Plea
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:53:50 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): use consistent indentation for lists
We have list of functions with nested lists of arguments with nested
lists of flags. Use consi
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:53:50 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): use consistent indentation for lists
We have list of functions with nested lists of arguments with nested
lists of flags. Use consi
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:40:15 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): mark up bus_dma_tag_t in descriptions of "tag" argument
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/share/man
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:40:15 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): mark up bus_dma_tag_t in descriptions of "tag" argument
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/share/man
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:17:16 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): g/c pleonastic "are as follows"
It's repated to the point of being a vocal tic.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:17:16 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): g/c pleonastic "are as follows"
It's repated to the point of being a vocal tic.
To generate a diff of this commit:
cvs rdiff -u -r
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:08:34 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): smarter "->" arrows
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/share/man/man9/bus_dma.9
Please note that di
Module Name:src
Committed By: uwe
Date: Wed Oct 9 21:08:34 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): smarter "->" arrows
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/share/man/man9/bus_dma.9
Please note that di
Module Name:src
Committed By: uwe
Date: Wed Oct 9 16:40:00 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): touch up markup
Use .Vt for types. Untabify code to work around PS back-end quirk.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: uwe
Date: Wed Oct 9 16:22:52 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): replace long unwieldy Fn with Fo/Fa/Fc
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/share/man/man9/bus_dma.9
Module Name:src
Committed By: uwe
Date: Wed Oct 9 16:22:52 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): replace long unwieldy Fn with Fo/Fa/Fc
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/share/man/man9/bus_dma.9
Module Name:src
Committed By: uwe
Date: Wed Oct 9 16:14:30 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): use subsections (.Ss) for what is subsections
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/share/man/man9/bus_
Module Name:src
Committed By: uwe
Date: Wed Oct 9 16:14:30 UTC 2024
Modified Files:
src/share/man/man9: bus_dma.9
Log Message:
bus_dma(9): use subsections (.Ss) for what is subsections
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/share/man/man9/bus_
Module Name:src
Committed By: uwe
Date: Wed Oct 9 00:55:24 UTC 2024
Modified Files:
src/share/man/man3: container_of.3
Log Message:
container_of(3): fix return type, don't indent example
There's no text around example so the indentation doesn't serve any
useful purpose a
Module Name:src
Committed By: uwe
Date: Wed Oct 9 00:55:24 UTC 2024
Modified Files:
src/share/man/man3: container_of.3
Log Message:
container_of(3): fix return type, don't indent example
There's no text around example so the indentation doesn't serve any
useful purpose a
Module Name:src
Committed By: uwe
Date: Tue Sep 24 14:19:02 UTC 2024
Modified Files:
src/share/man/man4: vether.4
Log Message:
vether(4): prettify a bit
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/vether.4
Please note that diffs are no
Module Name:src
Committed By: uwe
Date: Tue Sep 24 14:19:02 UTC 2024
Modified Files:
src/share/man/man4: vether.4
Log Message:
vether(4): prettify a bit
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/vether.4
Please note that diffs are no
On Tue, Sep 24, 2024 at 13:03:30 +, Roy Marples wrote:
> Take link state down: ifconfig vether0 link0
> Bring link state up: ifconfig vether0 -link0
Isn't that a bit counterintuitive that negation (-link0) means "up"?
-uwe
Module Name:src
Committed By: uwe
Date: Tue Sep 24 14:10:44 UTC 2024
Modified Files:
src/lib/libc/regex: regex.3
Log Message:
regex.3: brush up markup
Use \N for backreferences in both places for consistency and to make
it more obviously different from \n (besides the dif
Module Name:src
Committed By: uwe
Date: Tue Sep 24 14:10:44 UTC 2024
Modified Files:
src/lib/libc/regex: regex.3
Log Message:
regex.3: brush up markup
Use \N for backreferences in both places for consistency and to make
it more obviously different from \n (besides the dif
Module Name:src
Committed By: uwe
Date: Mon Sep 23 12:20:23 UTC 2024
Modified Files:
src/etc/skel: dot.cshrc
Log Message:
dot.cshrc: add commented out LESS example
Switch commented out PAGER from more(1), the default, to less(1), so
that a user can just uncomment the line
Module Name:src
Committed By: uwe
Date: Mon Sep 23 12:20:23 UTC 2024
Modified Files:
src/etc/skel: dot.cshrc
Log Message:
dot.cshrc: add commented out LESS example
Switch commented out PAGER from more(1), the default, to less(1), so
that a user can just uncomment the line
Module Name:src
Committed By: uwe
Date: Mon Sep 23 12:12:36 UTC 2024
Modified Files:
src/etc/skel: dot.profile
Log Message:
dot.profile: add commented out LESS example
Switch commented out PAGER from more(1), the default, to less(1), so
that a user can just uncomment the
Module Name:src
Committed By: uwe
Date: Mon Sep 23 12:12:36 UTC 2024
Modified Files:
src/etc/skel: dot.profile
Log Message:
dot.profile: add commented out LESS example
Switch commented out PAGER from more(1), the default, to less(1), so
that a user can just uncomment the
Module Name:src
Committed By: uwe
Date: Mon Sep 23 11:38:50 UTC 2024
Modified Files:
src/etc/skel: dot.profile
Log Message:
dot.profile: reword the comment about EDITOR
Push the scary cool story about ed(1) from the front page. The user
is more interested in the options
Module Name:src
Committed By: uwe
Date: Mon Sep 23 11:38:50 UTC 2024
Modified Files:
src/etc/skel: dot.profile
Log Message:
dot.profile: reword the comment about EDITOR
Push the scary cool story about ed(1) from the front page. The user
is more interested in the options
Module Name:src
Committed By: uwe
Date: Sun Sep 22 23:50:34 UTC 2024
Modified Files:
src/sys/arch/landisk/conf: GENERIC
Log Message:
landisk: bump MSGBUFSIZE to 2 pages
sh3 uses only one page by default; if anything goes slightly awry or
if you have any USB devices - that
Module Name:src
Committed By: uwe
Date: Sun Sep 22 23:50:34 UTC 2024
Modified Files:
src/sys/arch/landisk/conf: GENERIC
Log Message:
landisk: bump MSGBUFSIZE to 2 pages
sh3 uses only one page by default; if anything goes slightly awry or
if you have any USB devices - that
Module Name:src
Committed By: uwe
Date: Sun Sep 22 17:37:08 UTC 2024
Modified Files:
src/sys/dev/ata: files.ata
Log Message:
files.ata: defparam ATADEBUG_WD_MASK
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ata/files.ata
Please note that dif
Module Name:src
Committed By: uwe
Date: Sun Sep 22 17:37:08 UTC 2024
Modified Files:
src/sys/dev/ata: files.ata
Log Message:
files.ata: defparam ATADEBUG_WD_MASK
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ata/files.ata
Please note that dif
Module Name:src
Committed By: uwe
Date: Sun Sep 22 17:31:43 UTC 2024
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
wd.c: consistent whitespace within one #define group
To generate a diff of this commit:
cvs rdiff -u -r1.469 -r1.470 src/sys/dev/ata/wd.c
Please note
Module Name:src
Committed By: uwe
Date: Sun Sep 22 17:31:43 UTC 2024
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
wd.c: consistent whitespace within one #define group
To generate a diff of this commit:
cvs rdiff -u -r1.469 -r1.470 src/sys/dev/ata/wd.c
Please note
On Wed, Sep 11, 2024 at 05:17:45 +, matthew green wrote:
> Module Name: src
> Committed By: mrg
> Date: Wed Sep 11 05:17:45 UTC 2024
>
> Modified Files:
> src/sys/arch/x86/x86: intr.c
>
> Log Message:
> apply some more diagnostic checks for x86 interrupts
How does this mix wi
Module Name:src
Committed By: uwe
Date: Sun Sep 15 19:19:58 UTC 2024
Modified Files:
src/sys/arch/sparc/conf: KRUPS
Log Message:
sparc/conf/KRUPS: sync with GENERIC clean up
Not much to do to actually sync it, as changes done to GENERIC were
also applied to KRUPS, but upd
Module Name:src
Committed By: uwe
Date: Sun Sep 15 19:19:58 UTC 2024
Modified Files:
src/sys/arch/sparc/conf: KRUPS
Log Message:
sparc/conf/KRUPS: sync with GENERIC clean up
Not much to do to actually sync it, as changes done to GENERIC were
also applied to KRUPS, but upd
Module Name:src
Committed By: uwe
Date: Mon Sep 9 14:21:37 UTC 2024
Modified Files:
src/lib/libc/locale: mbsrtowcs.3 wcsrtombs.3
Log Message:
mbsnrtowcs(3), wcsnrtombs(3): brush ip markup
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/locale/
Module Name:src
Committed By: uwe
Date: Mon Sep 9 14:21:37 UTC 2024
Modified Files:
src/lib/libc/locale: mbsrtowcs.3 wcsrtombs.3
Log Message:
mbsnrtowcs(3), wcsnrtombs(3): brush ip markup
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/locale/
Module Name:src
Committed By: uwe
Date: Tue Sep 3 10:42:58 UTC 2024
Modified Files:
src/sbin/brconfig: brconfig.8
Log Message:
brconfig(8): tweak markup
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sbin/brconfig/brconfig.8
Please note that diffs ar
Module Name:src
Committed By: uwe
Date: Tue Sep 3 10:42:58 UTC 2024
Modified Files:
src/sbin/brconfig: brconfig.8
Log Message:
brconfig(8): tweak markup
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sbin/brconfig/brconfig.8
Please note that diffs ar
Module Name:src
Committed By: uwe
Date: Tue Aug 27 17:38:52 UTC 2024
Modified Files:
src/share/man/man4: rnd.4
Log Message:
rnd(4): tweak markup a bit, consistently use .Li for sysctl vars
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man4/r
Module Name:src
Committed By: uwe
Date: Tue Aug 27 17:38:52 UTC 2024
Modified Files:
src/share/man/man4: rnd.4
Log Message:
rnd(4): tweak markup a bit, consistently use .Li for sysctl vars
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/share/man/man4/r
Module Name:src
Committed By: uwe
Date: Sun Aug 25 11:29:38 UTC 2024
Modified Files:
src/sys/dev: mm.c
Log Message:
mm.c: g/c duplicate mm_ioctl declaration
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mm.c
Please note that diffs are not pub
Module Name:src
Committed By: uwe
Date: Sun Aug 25 11:29:38 UTC 2024
Modified Files:
src/sys/dev: mm.c
Log Message:
mm.c: g/c duplicate mm_ioctl declaration
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/mm.c
Please note that diffs are not pub
Module Name:src
Committed By: uwe
Date: Fri Aug 16 18:35:19 UTC 2024
Modified Files:
src/lib/libc/locale: c8rtomb.3 mbrtoc8.3
Log Message:
c8rtomb(3), mbrtoc8(3): brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/c8rtomb.3 \
Module Name:src
Committed By: uwe
Date: Fri Aug 16 18:35:19 UTC 2024
Modified Files:
src/lib/libc/locale: c8rtomb.3 mbrtoc8.3
Log Message:
c8rtomb(3), mbrtoc8(3): brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libc/locale/c8rtomb.3 \
Module Name:src
Committed By: uwe
Date: Fri Aug 16 12:54:08 UTC 2024
Modified Files:
src/lib/libc/locale: c16rtomb.3 c32rtomb.3
Log Message:
c16rtomb(3), c32rtomb(3): brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/c16rtomb
Module Name:src
Committed By: uwe
Date: Fri Aug 16 12:54:08 UTC 2024
Modified Files:
src/lib/libc/locale: c16rtomb.3 c32rtomb.3
Log Message:
c16rtomb(3), c32rtomb(3): brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/locale/c16rtomb
Module Name:src
Committed By: uwe
Date: Fri Aug 16 12:41:21 UTC 2024
Modified Files:
src/lib/libc/locale: mbrtoc16.3 mbrtoc32.3
Log Message:
mbrtoc16(3), mbrtoc32(3): brush up markup
Split long .Fn lines into Fo/Fa/Fc. Dont indent the list of return
values. Don't use ar
Module Name:src
Committed By: uwe
Date: Fri Aug 16 12:41:21 UTC 2024
Modified Files:
src/lib/libc/locale: mbrtoc16.3 mbrtoc32.3
Log Message:
mbrtoc16(3), mbrtoc32(3): brush up markup
Split long .Fn lines into Fo/Fa/Fc. Dont indent the list of return
values. Don't use ar
On Fri, Aug 16, 2024 at 19:06:15 +0900, Rin Okuyama wrote:
> I've changed mknative-gdb to generate *.info by using makeinfo(1)
> provided by pkgsrc-2024Q2:
>
> https://github.com/IIJ-NetBSD/netbsd-src/compare/master...rokuyama:netbsd-src:exp/mknative-gdb-makeinfo
>
> Then, pre-generated infos ar
Module Name:src
Committed By: uwe
Date: Tue Aug 13 23:24:23 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): bump date for and fix typo in previous
PR bin/58583
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/config
Module Name:src
Committed By: uwe
Date: Tue Aug 13 23:24:23 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): bump date for and fix typo in previous
PR bin/58583
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/config
Module Name:src
Committed By: uwe
Date: Tue Aug 13 15:01:52 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): mention ioconf and pseudo-root
Add barebones descriptions for ioconf and pseudo-root added by pooka@
long time ago for rump and kmods.
Module Name:src
Committed By: uwe
Date: Tue Aug 13 15:01:52 UTC 2024
Modified Files:
src/usr.bin/config: config.5
Log Message:
config(5): mention ioconf and pseudo-root
Add barebones descriptions for ioconf and pseudo-root added by pooka@
long time ago for rump and kmods.
Module Name:src
Committed By: uwe
Date: Tue Aug 13 10:14:04 UTC 2024
Modified Files:
src/usr.bin/config: scan.l
Log Message:
config: fix ctype(3) argument casts
See CAVEATS. Doesn't matter here in practice, but that's not an
excuse to set a bad example.
To generate a d
Module Name:src
Committed By: uwe
Date: Tue Aug 13 10:14:04 UTC 2024
Modified Files:
src/usr.bin/config: scan.l
Log Message:
config: fix ctype(3) argument casts
See CAVEATS. Doesn't matter here in practice, but that's not an
excuse to set a bad example.
To generate a d
Module Name:src
Committed By: uwe
Date: Sat Aug 10 19:21:32 UTC 2024
Modified Files:
src/bin/sh: sh.1
Log Message:
sh(1): fix up formatting of syntax examples
.Bd -literal with all lines explicitly formatted (usually with .Ic)
doesn't seem to work too well with mandoc shi
Module Name:src
Committed By: uwe
Date: Sat Aug 10 19:21:32 UTC 2024
Modified Files:
src/bin/sh: sh.1
Log Message:
sh(1): fix up formatting of syntax examples
.Bd -literal with all lines explicitly formatted (usually with .Ic)
doesn't seem to work too well with mandoc shi
Module Name:src
Committed By: uwe
Date: Tue Aug 6 17:23:01 UTC 2024
Modified Files:
src/usr.bin/printf: printf.1
Log Message:
printf(1): misc tweaks
Move the advise about getopt's "--" to where the format is disussed.
Use .Vt for types.
To generate a diff of this commi
Module Name:src
Committed By: uwe
Date: Tue Aug 6 17:23:01 UTC 2024
Modified Files:
src/usr.bin/printf: printf.1
Log Message:
printf(1): misc tweaks
Move the advise about getopt's "--" to where the format is disussed.
Use .Vt for types.
To generate a diff of this commi
Module Name:src
Committed By: uwe
Date: Tue Aug 6 17:18:01 UTC 2024
Modified Files:
src/usr.bin/printf: printf.1
Log Message:
printf(1): move \e description to its lexicographic place
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/printf/print
Module Name:src
Committed By: uwe
Date: Tue Aug 6 17:18:01 UTC 2024
Modified Files:
src/usr.bin/printf: printf.1
Log Message:
printf(1): move \e description to its lexicographic place
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/usr.bin/printf/print
Module Name:src
Committed By: uwe
Date: Mon Aug 5 13:40:51 UTC 2024
Modified Files:
src/share/man/man9: acct_process.9
Log Message:
acct_process(9): fix markup glitches, g/c pasto
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/acct_proces
Module Name:src
Committed By: uwe
Date: Mon Aug 5 13:40:51 UTC 2024
Modified Files:
src/share/man/man9: acct_process.9
Log Message:
acct_process(9): fix markup glitches, g/c pasto
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man9/acct_proces
On Sun, Aug 04, 2024 at 13:18:01 -0400, Christos Zoulas wrote:
> It should say acct_process(9), but we don't have a man page for it
> (yet).
A dangling reference is much better than the current incorrect and
confusing wording. Please, can you fix it?
> > On Aug 4, 2024, a
Module Name:src
Committed By: uwe
Date: Thu Aug 1 14:59:38 UTC 2024
Modified Files:
src/share/man/man4/man4.mac68k: ascaudio.4
Log Message:
ascaudio(4): brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.mac68k/ascaudio.4
Module Name:src
Committed By: uwe
Date: Thu Aug 1 14:59:38 UTC 2024
Modified Files:
src/share/man/man4/man4.mac68k: ascaudio.4
Log Message:
ascaudio(4): brush up markup
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man4/man4.mac68k/ascaudio.4
Module Name:src
Committed By: uwe
Date: Thu Aug 1 09:38:50 UTC 2024
Modified Files:
src/share/man/man4: virtio.4
Log Message:
virtio(4): add viocon to yet another list of devices
While here, add the reference to the VirtIO 1.0 spec.
PR kern/58533
To generate a diff of
Module Name:src
Committed By: uwe
Date: Thu Aug 1 09:38:50 UTC 2024
Modified Files:
src/share/man/man4: virtio.4
Log Message:
virtio(4): add viocon to yet another list of devices
While here, add the reference to the VirtIO 1.0 spec.
PR kern/58533
To generate a diff of
Module Name:src
Committed By: uwe
Date: Thu Aug 1 09:24:31 UTC 2024
Modified Files:
src/share/man/man4: virtio.4
Log Message:
virtio(4): add references to viocon (PR kern/58533)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/virtio.4
Pl
1 - 100 of 535 matches
Mail list logo