sbase/strings.1
Hiltjo Posthuma 57a19e3b86 add some mandoc pages and fix some warnings
- add .Os, it is mandatory.
- don't redeclare .Nm when it's not needed.
- fix some warnings (checked with mandoc -Tlint).
- remove some leftover old stuff.
2015-01-30 21:21:50 +01:00

18 lines
369 B
Groff

.Dd November 23, 2014
.Dt STRINGS 1 sbase\-VERSION
.Os
.Sh NAME
.Nm strings
.Nd print the strings of pritable characters in files
.Sh SYNOPSIS
.Nm
.Op Ar file ...
.Sh DESCRIPTION
.Nm
prints the printable character sequences that are at least 6 characters
long. If no files are given then it uses stdin.
.Sh STANDARDS
.Nm
mirrors the semantics of Plan9
.Xr strings 1 .