summary refs log tree commit diff
path: root/bin/man1/bibsort.1
blob: 07ed91efb86d5e52d9a1f26727103efd2f6f0e19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.Dd February 16, 2021
.Dt BIBSORT 1
.Os
.
.Sh NAME
.Nm bibsort
.Nd reformat bibliography
.
.Sh SYNOPSIS
.Nm
.Op Ar file
.
.Sh DESCRIPTION
.Nm
reformats on standard output
the
.Em STANDARDS
section of the
.Xr mdoc 7
manual page
.Ar file
or standard input.
Bibliographic references
are sorted by author last names,
and formatted in an item list
with macro lines appearing
in the order they are formatted by
.Xr mandoc 1 .
Additionally,
.Ic \&%N
macros referencing RFC numbers
are rewritten to
.Ic \&%R
macros
and missing
.Ic \&%U
macros are added for RFCs.
.
.Sh EXAMPLES
.Dl :%!bibsort
McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe