diff options
author | 2014-06-03 21:20:40 +0000 | |
---|---|---|
committer | 2014-06-03 21:20:40 +0000 | |
commit | 55a1feb106d28e49ec152cb685ec86b1c85fa75c (patch) | |
tree | bb8544222c8454e83acf92f8e7c5eed20c08c711 | |
parent | standard EXIT STATUS and \*(Lt -> <, as per ingo; (diff) | |
download | wireguard-openbsd-55a1feb106d28e49ec152cb685ec86b1c85fa75c.tar.xz wireguard-openbsd-55a1feb106d28e49ec152cb685ec86b1c85fa75c.zip |
mark as xsi;
\*(Gt -> >, per ingo;
-rw-r--r-- | usr.bin/what/what.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index 9530e239322..e3b1ad99054 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: what.1,v 1.17 2013/08/14 06:32:30 jmc Exp $ +.\" $OpenBSD: what.1,v 1.18 2014/06/03 21:20:40 jmc Exp $ .\" $NetBSD: what.1,v 1.3 1994/11/17 06:59:38 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)what.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 14 2013 $ +.Dd $Mdocdate: June 3 2014 $ .Dt WHAT 1 .Os .Sh NAME @@ -54,7 +54,7 @@ as inserted by the source code control system (SCCS). It prints the remainder of the string following this marker, up to a NUL, newline, double quote, backslash, or -.Sq \*(Gt +.Sq > character. .Pp If the @@ -70,7 +70,8 @@ or with a return value of 1 otherwise. The .Nm utility is compliant with the -.St -xpg4 +X/Open System Interfaces option of the +.St -p1003.1-2008 specification. .Sh HISTORY The |