diff options
author | 2006-12-15 12:16:26 +0000 | |
---|---|---|
committer | 2006-12-15 12:16:26 +0000 | |
commit | cefcd402d686cdf790bb2d363d2e0904bb43445e (patch) | |
tree | 65ae5f0c9d913d025046bbf3fec9d99ab98dd79e | |
parent | remove a raft of unneccessary escapes; from ru@freebsd (diff) | |
download | wireguard-openbsd-cefcd402d686cdf790bb2d363d2e0904bb43445e.tar.xz wireguard-openbsd-cefcd402d686cdf790bb2d363d2e0904bb43445e.zip |
minor tweaks, partly from ru@freebsd;
-rw-r--r-- | usr.bin/what/what.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/what/what.1 b/usr.bin/what/what.1 index c50a314494d..51331bd98e6 100644 --- a/usr.bin/what/what.1 +++ b/usr.bin/what/what.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: what.1,v 1.9 2003/06/03 02:56:22 millert Exp $ +.\" $OpenBSD: what.1,v 1.10 2006/12/15 12:16:26 jmc Exp $ .\" $NetBSD: what.1,v 1.3 1994/11/17 06:59:38 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -45,16 +45,16 @@ reads each .Ar file and searches for sequences of either the form -.Dq $ +.Sq $ immediately followed by the system name (sysname) as defined by .Xr uname 3 , or the form -.Dq \&@(#) -as inserted by the source code control system. +.Dq @(#) +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 -.Ql > +.Sq \*(Gt character. .Pp If the |