fold.1 (13e06695bf59220c5d79acfce70fa5a97afabedd) | fold.1 (3898680cf705cef4e1cc606b44cd91fc4252bcd5) |
---|---|
1.\" Copyright (c) 1980, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 30 unchanged lines hidden (view full) --- 39.Nm fold 40.Nd "fold long lines for finite width output device" 41.Sh SYNOPSIS 42.Nm 43.Op Fl bs 44.Op Fl w Ar width 45.Op Ar 46.Sh DESCRIPTION | 1.\" Copyright (c) 1980, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 30 unchanged lines hidden (view full) --- 39.Nm fold 40.Nd "fold long lines for finite width output device" 41.Sh SYNOPSIS 42.Nm 43.Op Fl bs 44.Op Fl w Ar width 45.Op Ar 46.Sh DESCRIPTION |
47.Nm Fold 48is a filter which folds the contents of the specified files, | 47The 48.Nm 49utility is a filter which folds the contents of the specified files, |
49or the standard input if no files are specified, 50breaking the lines to have a maximum of 80 characters. 51.Pp 52The following option is available: 53.Bl -tag -width indent 54.It Fl b 55Count 56.Ar width --- 23 unchanged lines hidden --- | 50or the standard input if no files are specified, 51breaking the lines to have a maximum of 80 characters. 52.Pp 53The following option is available: 54.Bl -tag -width indent 55.It Fl b 56Count 57.Ar width --- 23 unchanged lines hidden --- |