History log of /freebsd-14.2/usr.bin/seq/seq.1 (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0
# fa9896e0 16-Aug-2023 Warner Losh <[email protected]>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0
# f3ec6af0 20-Jun-2020 Fernando Apesteguía <[email protected]>

seq(1): complete EXAMPLES section

* Add a small description before the EXAMPLES that are already in the man page
to explicitely state what we are trying to show instead of having the user
guess

seq(1): complete EXAMPLES section

* Add a small description before the EXAMPLES that are already in the man page
to explicitely state what we are trying to show instead of having the user
guess what the example is doing.

* Add two more examples to show usage of -s, -t and -f

* mandoc -Tlint reports irrelevant use of .Tn so remove them since according to
mdoc(7) it is there only for compatibility and should not be used in new
manuals.

Approved by: 0mp@

show more ...


Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# a3f2c2fe 30-Apr-2018 Kyle Evans <[email protected]>

seq(1): Provide some long options

These match GNU seq(1) names where applicable for compatibility purposes.

MFC after: 1 month


Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0
# a63166d8 16-Sep-2016 Warren Block <[email protected]>

Update history. Patch supplied by Sevan Janiyan <[email protected]>.

PR: 181390
Submitted by: [email protected]
MFC after: 1 week


Revision tags: release/10.3.0, release/10.2.0
# bf855dd3 18-Dec-2014 Xin LI <[email protected]>

Sync with NetBSD, mainly address NetBSD bug #43355:

Fix valid_format() to be more careful about allowing only valid
printf formats.

Obtained from: NetBSD
MFC after: 2 weeks


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0
# ed120cdb 18-Nov-2012 Eitan Adler <[email protected]>

Standardize EXIT STATUS instructions in man pages when possible.

Approved by: bcr (mentor)
MFC after: 3 days


Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0
# 208987a5 19-Feb-2010 Xin LI <[email protected]>

Add seq(1), a small utility to generate sequence number.

Obtained from: NetBSD
MFC after: 3 months