Skip to content

Commit

Permalink
man: avoid standard directives which are undefined for some groff ver…
Browse files Browse the repository at this point in the history
…sions

This fixes a warning when displaying the manual page on macOS systems.
  • Loading branch information
martanne committed Dec 13, 2016
1 parent 45ddada commit e1beca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/vis.1
Original file line number Diff line number Diff line change
Expand Up @@ -1242,12 +1242,12 @@ by Rob Pike
by Rob Pike
.Pp
.Lk http://pubs.opengroup.org/onlinepubs/9699919799/utilities/vi.html "vi - screen-oriented (visual) display editor"
.St -p1003.1-2013
.St -p1003.1
.
.Sh STANDARDS
.Nm
does not strive to be
.St -p1003.1-2013
.St -p1003.1
compatible, but shares obvious similarities with the
.Nm vi
utility.
Expand Down

0 comments on commit e1beca0

Please sign in to comment.