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
=1'>CGIT 0.8.2.1Lars Hjemli 2009-03-15Fix doc-related glitches in Makefile and .gitignoreLars Hjemli 2009-03-15ui-snapshot: avoid segfault when no filename is specifiedLars Hjemli 2009-03-15fix segfault when displaying empty blobsEric Wong 2009-02-19Add support for HEAD requestsLars Hjemli 2009-02-19Add support for ETag in 'plain' viewLars Hjemli 2009-02-12ui-tree: escape ascii-text properly in hexdump viewLars Hjemli 2009-02-12Makefile: add doc-related targetsLars Hjemli