Searched hist:94978 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.bin/fold/
H A Dfold.1diff 94978 Thu Apr 18 03:33:51 MDT 2002 tjr Add the -b option (break at byte position, not column number) and the -s
option (try to break at word bounaries) for SUSv3 conformance.

Partially based on the NetBSD version, with the following changes:
- style(9)
- break on <blank>s, not spaces, per POSIX (and GNU)
- when looking for last space on line, search backwards instead of
forwards; less comparisons needed this way.
- use LINE_MAX macro instead of a magic number and a comment saying it is
LINE_MAX.

PR: 36245
Reviewed by: mike
Obtained from: NetBSD (partially)
H A Dfold.cdiff 94978 Thu Apr 18 03:33:51 MDT 2002 tjr Add the -b option (break at byte position, not column number) and the -s
option (try to break at word bounaries) for SUSv3 conformance.

Partially based on the NetBSD version, with the following changes:
- style(9)
- break on <blank>s, not spaces, per POSIX (and GNU)
- when looking for last space on line, search backwards instead of
forwards; less comparisons needed this way.
- use LINE_MAX macro instead of a magic number and a comment saying it is
LINE_MAX.

PR: 36245
Reviewed by: mike
Obtained from: NetBSD (partially)

Completed in 49 milliseconds