We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8158f2c commit 901ddf8Copy full SHA for 901ddf8
src/library/base/man/Sys.info.Rd
@@ -73,12 +73,8 @@ Sys.info()
73
used (and not the many BSD and GNU extensions). \command{whoami} is
74
equivalent to \command{id -un} (on Solaris, \command{/usr/xpg4/bin/id -un}).
75
76
- Windows may report unexpected versions: there, see the help for
77
-#ifdef windows
78
- \code{\link{win.version}()}.
79
-#else
80
- \code{win.version()}.
81
-#endif
+ Windows may report unexpected versions: see the help for
+ \code{\link{win.version}}.
82
}
83
84
\seealso{
0 commit comments