From 5c9dc1b799b0a609057b33c232bc40c44fe570aa Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 23 Nov 2014 12:46:12 +0000 Subject: [PATCH] Add note about standards for strings.1 --- strings.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/strings.1 b/strings.1 index c930089..47727df 100644 --- a/strings.1 +++ b/strings.1 @@ -11,3 +11,7 @@ .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 .